:: Forums :: Discussions :: Easyshop - installation
 
<< Previous thread | Next thread >>
Easyshop RC5 - Installation Error! - (Solved)
Moderators: nlstart
This thread is now closed
Author Post
aSeptik
Registered Member #293
Joined:
Posts: 3
Hi Nlstart! ;D

I have downloaded the last easyshop right now; there is a little problem installing it cause this line of code in the plugin.php file:


$lan_file = e_PLUGIN."easyshop/languages/".e_LANGUAGE.".php";
require_once(($lan_file) ? $lan_file : e_PLUGIN."easyshop/languages/English.php");


you must replace this lines with the previous code:


if (file_exists(e_PLUGIN.$eplug_folder."/languages/".e_LANGUAGE.".php")){
    require_once(e_PLUGIN.$eplug_folder."/languages/".e_LANGUAGE.".php");
} else {
    require_once(e_PLUGIN.$eplug_folder."/languages/English.php");
}


otherwise you can't see the plugins list on the Plugin Manager page! :(


hope this help someone! ;D

good job!
Back to top
Website
 

Jump:     Back to top

Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF
Powered by e107 Forum System