Jump to content

Installation issues


Recommended Posts

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 31

Warning: 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 31

Fatal error: Class 'LanguageManager' not found in /home/nissass1/public_html/shop/install/index.php on line 32

can anyone direct me?

Cheers

Link to comment
Share on other sites

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 32

Can 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...