SusanHodges Posted April 25, 2010 Share Posted April 25, 2010 I have followed the installation steps from the wiki and have got to the launching the intall through the webbrowser I have received the following error Warning: include(/home/nissass1/public_html/shop/install/classes/LanguagesManager.php) [function.include]: failed to open stream: No such file or directory in /home/nissass1/public_html/shop/install/index.php on line 31Warning: include() [function.include]: Failed opening '/home/nissass1/public_html/shop/install/classes/LanguagesManager.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/nissass1/public_html/shop/install/index.php on line 31Fatal error: Class 'LanguageManager' not found in /home/nissass1/public_html/shop/install/index.php on line 32can anyone direct me?Cheers Link to comment Share on other sites More sharing options...
SusanHodges Posted April 25, 2010 Author Share Posted April 25, 2010 Have now only this - Fatal error: Class 'LanguageManager' not found in /home/nissass1/public_html/shop/install/index.php on line 32how can I fix this - anyone??? Link to comment Share on other sites More sharing options...
SusanHodges Posted April 26, 2010 Author Share Posted April 26, 2010 This is the coding I currently have in the index.php file from the install folder (on lines 31 & 32):(include_path.'/home/nissass1/public_html/shop/install/classes/LanguagesManager.php');$lm = new LanguageManager(dirname(__FILE__).'/langs/list.xml');from this coding I get the following error Fatal error: Class 'LanguageManager' not found in /home/nissass1/public_html/shop/install/index.php on line 32Can any one help PLEASE - I am getting desparate and have spent at least 6 hours trying to fix this!!I just need the coding to replace these with Link to comment Share on other sites More sharing options...
rocky Posted April 26, 2010 Share Posted April 26, 2010 Make sure that install/classes/LanguagesManager.php uploaded correctly. Link to comment Share on other sites More sharing options...
SusanHodges Posted April 26, 2010 Author Share Posted April 26, 2010 I have reloaded it 3 times :-( Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now