Am new to iAuto but not to PHP driven applications.
Am trying to install iAuto for my client. All files have been uploaded. I know that problems can be caused by missed files.
When I run the install script I get:
- Checking Database configuration...
Checking Administrator configuration...
Checking SMTP configuration...
Cannot establish connection to SMTP-server
SMTP configuration is invalid. You will not be available to use SMTP to send mail
Defining Base URL...
Checking integrity...
Connecting to FTP-Server...
Changing mode of files to 666...
Checking mode of files...
Changing mode of directories to 777...
Checking mode of directories...
Setting character set...
Creating base tables...
And that is the end.
The SMTP settings are correct. They work with the email client. ISP says nothing is blocked. Tried port 25 and an alternative port.
Installed the whole package on another server which I know better and which has no SMTP authentication - same problem.
No config file has been created and no tables.
So I created the config manual from the template and ran the sql file to create the tables.
Now I get:
Notice: Use of undefined constant SYSTEM_ACCESS_TYPE - assumed 'SYSTEM_ACCESS_TYPE' in '/homepages/21/d116759630/htdocs/yousellcars/system/modules/classifieds/startup.php' on line 143
Notice: Use of undefined constant STARTUP_MODULE - assumed 'STARTUP_MODULE' in '/homepages/21/d116759630/htdocs/yousellcars/index.php' on line 298
Notice: Use of undefined constant STARTUP_FUNCTION - assumed 'STARTUP_FUNCTION' in '/homepages/21/d116759630/htdocs/yousellcars/index.php' on line 298
There is no 'STARTUP_MODULE' module in the system.
any idea's ??
Have spend many hours to get this working.....
Andre