Hello all,
When I run the setup I get several errors:
On page2.php on the account creation section (after created the database) I get the following php errors:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/pr782362/public_html/xerte/setup/page2.php:5) in /home/pr782362/public_html/xerte/setup/page2.php on line 84
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/pr782362/public_html/xerte/setup/page2.php:5) in /home/pr782362/public_html/xerte/setup/page2.php on line 84
If I ignore these errors and move on to the next page (page_password.php) I get the following errors:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/pr782362/public_html/xerte/setup/page_password.php:2) in /home/pr782362/public_html/xerte/setup/page_password.php on line 3
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/pr782362/public_html/xerte/setup/page_password.php:2) in /home/pr782362/public_html/xerte/setup/page_password.php on line 3
Sorry, the attempt to open database using account pr782362 failed. MySQL reports the following error -
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
The account pr782362 must already exist, and have access to database
I know for a fact that the user and password are correct, but I can seem to figured out how to fix these errors. Any help would be great.
Thanks