Hi Folks
I have just uploaded Lime for the first time, gone through the config file but for some reason I am getting the following error. Does anyone have any ideas please.
Warning: require(./version.php) [function.require]: failed to open stream: No such file or directory in /homepages/39/d2xxxxxxxx/htdocs/surveys/common.php on line 22
Fatal error: require() [function.require]: Failed opening required './version.php' (include_path='.:/usr/lib/php5') in /homepages/39/d2xxxxxxxx/htdocs/surveys/common.php on line 22
I have tried re-uploading the version.php several times just to make sure but no joy.
Server set up is
PHP 5
mySQL5+ setup:
Database name dbxxxxxxx
Host name localhost:/tmp/mysql5.sock
Password xxxxxxxxxx
Port 3xxx
User name dboxxxxxxxxx
Description surveys
Version MySQL5.0
Socket /tmp/mysql5.sock
Config set up
$databasetype = 'mysql';
$databasepersistent for decent speed
$databaselocation = 'localhost';
$databasename = 'dbxxxxxxx';
$databaseuser = 'dboxxxxxxx';
$databasepass = 'xxxxxxxxxx';
$dbprefix = 'lime';
$databaseport = 'xxxx';
// File Locations
$rooturl = "http://{$_SERVER['HTTP_HOST']}/surveys";
$rootdir = dirname(_FILE_);
// Installation Setup
$defaultuser = 'admin';
$defaultpass = 'xxxxxxx';
I would really appreciate some help here if possible.
Many thanks
DezB
