PDA

View Full Version : Errors


stevan
01-16-2003, 04:31 AM
After trying alot of times i got first script up and got lots of error messages

Could someone PLEASE take a look and explain what i need to do to fix the errors

Here is the page
http://www.cruisewarehouse.cc/easyletter.php


Here is where the script is
http://www.onlinetools.org/tools/easyletter.php


Thxs Steve
Newbie

mordred
01-16-2003, 08:31 AM
"Undefined index" tells you that you try to access a field of an array, but that field is nonexistant. Or the variable isn't even an array. I would check the mentioned lines for typos.

Also, "permission denied" inclines that you forgot to CHMOD the file to the appropriate permissions. The rest of the errors are induced by this.

More help will be difficult because we don't have any source code to play with - you may have made adjustments to the code from onlinetools.org, who knows?

BTW: cruisewarehose sells cruises at a discount price, right? So what do you think of this (from http://www.onlinetools.org/tools/easyletter.php#restrictions)


Restrictions
- Do not use it for non-private, profit orientated sites


hm?