Installed Facebook plugin recieved Errors

madmaxxx

New Member
Admin Section:

Warning: include(plugins/languages/languages/english.php) [function.include]: failed to open stream: No such file or directory in /home/addyourb/public_html/topblogs/index.php on line 131

Warning: include(plugins/languages/languages/english.php) [function.include]: failed to open stream: No such file or directory in /home/addyourb/public_html/topblogs/index.php on line 131

Warning: include() [function.include]: Failed opening 'plugins/languages/languages/english.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/addyourb/public_html/topblogs/index.php on line 131

Warning: Cannot modify header information - headers already sent by (output started at /home/addyourb/public_html/topblogs/index.php:131) in /home/addyourb/public_html/topblogs/sources/admin.php on line 134

Index Page:
Warning: include(plugins/languages/languages/english.php) [function.include]: failed to open stream: No such file or directory in /home/addyourb/public_html/topblogs/index.php on line 131

Warning: include(plugins/languages/languages/english.php) [function.include]: failed to open stream: No such file or directory in /home/addyourb/public_html/topblogs/index.php on line 131

Warning: include() [function.include]: Failed opening 'plugins/languages/languages/english.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/addyourb/public_html/topblogs/index.php on line 131

Need Help deleted then reinstalled same issue thanks
 
did you upload the files to the plugin folder?

My language file is in the following path:
URL/plugins/Facebook/languages/english.php

and the plugin is in:
URL/plugins/Facebook/
 
yes thanks for the reply : yes the files are under facebook in the plugin folder , it seems to be calling line 131 in index which reads:

include ('plugins/' . $plugin_subdir . '/languages/english.php'); code looks good to me maybe a bug ?????
 
indeed, from that error it shows for some reason you have a language folder inside the language folder. Do other plugins install fine for you or do they all do this?
 
all fixed, yes you were right there was a new empty lang. folder mixed into the main plugin folder, will test plugin now thanks for the great response
 
Back
Top