I tried to install indexu lite, but i got the following error messages :
What should I put in :Warning: main(c:/www/apache/htdocs/sdir_free/www/indexulite/lang/english.php): failed to open stream: No such file or directory in /home/www/gubule/www/indexulite/application.php on line 130
Warning: main(): Failed opening 'c:/www/apache/htdocs/sdir_free/www/indexulite/lang/english.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/www/gubule/www/indexulite/application.php on line 130
Warning: main(c:/www/apache/htdocs/sdir_free/pagination.class.php): failed to open stream: No such file or directory in /home/www/gubule/www/indexulite/application.php on line 131
Warning: main(): Failed opening 'c:/www/apache/htdocs/sdir_free/pagination.class.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/www/gubule/www/indexulite/application.php on line 131
Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /home/www/gubule/www/indexulite/application.php on line 404
Unable to connect to database
include($base_path."????????");
include($base_path."????????");
to get rid of those errors
Basically, my problem probably comes from the fact that I am not familiar with php, I can understand how to fill the following :
// ----- database -----
$dbHostname = "localhost";
$dbUsername = "my database user name";
$dbPassword = "my database password";
$dbName = "database name";
// ----- administrator password -----
$admin_username = 'my ID';
$admin_password = ' my password';
// ----- site url, without trailing with '/' -----
$site_url = " my url ";
But I dont really know what to do with :
// ----- base path, trailing with '/' -----
$base_path = "c:/www/apache/htdocs/sdir_free/";
// ----- template path, trailing with '/' -----
$template_path = "c:/www/apache/htdocs/sdir_free/templates/";
Could someone give me some explainations
Thanking you in advance
Gubule


