Jump to content

[SOLVED] PHP errors..might be because of WAMP


berry05

Recommended Posts

hello! when i install a game script everything is great until i try loading it and get this...

 

Warning: opendir(/home/username/public_html//plugins) [function.opendir]: failed to open dir: No such file or directory in C:\wamp\www\gaming\plugins\language\functions.php on line 32

 

Warning: readdir(): supplied argument is not a valid Directory resource in C:\wamp\www\gaming\plugins\language\functions.php on line 33

 

Warning: sort() expects parameter 1 to be array, null given in C:\wamp\www\gaming\plugins\language\functions.php on line 37

 

Warning: Invalid argument supplied for foreach() in C:\wamp\www\gaming\plugins\language\functions.php on line 40

 

Warning: include(/home/username/public_html/plugins/site/themes/awesome/index.php) [function.include]: failed to open stream: No such file or directory in C:\wamp\www\gaming\index.php on line 130

 

Warning: include() [function.include]: Failed opening '/home/username/public_html/plugins/site/themes/awesome/index.php' for inclusion (include_path='.;C:\php5\pear') in C:\wamp\www\gaming\index.php on line 130

 

 

 

 

plz help!

no it doesnt..but this is the code on line 32..

 

$dh = opendir($cfg['instdir']."plugins");

 

i got rid of the . and got this

 

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in C:\wamp\www\gaming\plugins\language\functions.php on line 32

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.