PDA

View Full Version : Confirm Page error


tfrank302722
05-05-2009, 04:41 PM
I'm getting the following error.

Warning: Missing argument 6 for WAUE_Definition(), called in /home/content/w/o/r/workingdog3216/html/WA_Universal_Email/WAUE_confirm_1.php on line 15 and defined in /home/content/w/o/r/workingdog3216/html/WA_Universal_Email/mail_PHP.php on line 69

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/content/w/o/r/workingdog3216/html/confirm.php on line 288

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/content/w/o/r/workingdog3216/html/confirm.php on line 322

Not sure if this matters, when I was using the Check Wizard, the email receit only shows mail and pear mail. None of the others.

Ray Borduin
05-06-2009, 08:23 AM
go to: WAUE_confirm_1.php on line 15 and add an extra blank argument to the end of the list (an extra: ,""). That will probably fix the first error.

The other two errors appear to be problems with your database connection string. Make sure your connection is defined properly and the mysql errors should go away.