The most common error is "Error connecting to MySQL"
The answer is the config. file has not been properly configured.
Double check your spelling and remembers it's case sensitive.
Make sure you place your information in the right fields.
i.e. don't mix up
$db_username = "yoursite_com" when the user name is johndoe
with
$db_name = "johndoe" when the database name is yoursite_com
Tips:
- Try a fresh install
- Start editing the original config file again.
If you run into parse errors, this is usually one of two reasons:
- The script has bugs
- While editing the file, it was corrupted. When editing .cgi or .php
or .pl files, find out from the vendor if it's compatible or should
be edited using Dreamweaver, wordpad, or a txt editor.
TIP: Always edit using a simple txt editor (notepad) which will not
place extra "hidden" character in your file. i.e. Don't
use MS Word to edit files as it will add formatting to your file and
cause errors. |
TIP: If you only changed a few characters and the file size dramatically
changed, the file is probably corrupted. |
3. While uploading the file was corrupted. Follow your vendors guidelines
as to how a file should be uploaded. ASCII or BINARY. We recommend smartFTP
to upload your files and using the 'AUTO' command which usually separates
images and txt files separately.
|