PDA

View Full Version : Error during membership confirmation


WineGuy
11-28-2005, 03:03 AM
Hi Tim,

Finally got the beta to work todayon RateWine.com except ran into an error when activating my membership from link that was e-mail to me, here is the error:

Couldn't execute query, 1146: Table 'ratewine_rating.wiml_maillist' doesn't exist

Does this mean a file in the mysql database is missing? Loaded up the one you sent. in the beta.zip

Cheers!

WineGuy

imported_Tim Mousel
12-01-2005, 09:57 PM
That is because the table that error is looking for is a table I used for another script. The script is a mailing list program.

If you wanted, you could install this program:

http://www.webinsta.com/downloadm.html

OR

In config.php turn off the use of the mailing program:


//use webinsta maillist program? http://www.webinsta.com/downloadm.html
$use_maillist = "y"; //y or n
$groupid = "2"; //Group name ID which you get from the webinsta Groups link in your webinsta admin panel

WineGuy
12-04-2005, 04:17 PM
Tim,

Thank you for the fix.


Also have this error come up when on the signin.php page:

Fatal error: Call to undefined function: poweredby() in /home2/ratewine/public_html/review/body.php on line 81

Cheers!

Chris

imported_Tim Mousel
12-07-2005, 05:29 PM
Hi,

In signin.php find this:

include ("../body.php");

and replace it with this:

include ("../body.php");
include ("../functions.php");
include ("../f_secure.php");

Do you see that error at your /review/admin/index.php page? If so, do the same fix.

Thanks,

Tim

WineGuy
12-17-2005, 10:43 PM
Thanks Tim, you da man!

Cheers!

WineGuy

imported_Tim Mousel
12-17-2005, 10:50 PM
You're welcome! :D

markad69
01-21-2007, 06:31 AM
I can get this script working ok, but has any one ever noticed, that the script lacks inclusion to files, improper directory handelling, the images need to be ../ before the images to make them load correctly. and ../ included in the install.php in the install directory so that it finds the next installation file of the install setup from install.php to install1.php etc. any way my problem is the Return-path: does not pick up the correct email address for the retuen path, the only way you can tell if you have this error is by checking the header of the emails that you send, if the return path is not your domain name, and has defaulted to the server root domain default. I Have gone through this script time and time again, but can not find the problem. Any help would be appreciated, so far I have put the error into the following possible files: sendmail.php,mail.php, "head.php", with out the path-return any undeliverable emails will be bounced back to the root server and not removed from the database.

Thanks
Mark

Tim Mousel
01-21-2007, 07:26 PM
Hi,

Please go to the webinsta website for support on their email program. That script is not written by me and therefore cannot offer support for it.

Thanks,

Tim

markad69
01-21-2007, 09:00 PM
Hello Tim,

Thanks for your reply, The web script that has been mentioned, does not supply any support, can you suggest a better script that works please. I did a search in google and thats how I found this site, through webinsta.com mailing managers flaws and lack of support. :)

Thanks

Mark