|
|||||||
| BETA Troubleshooting and Problems Please report any problems with the BETA version here. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 |
|
#2
|
|||
|
|||
|
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: Code:
//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 |
|
#3
|
|||
|
|||
|
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 |
|
#4
|
|||
|
|||
|
Hi,
In signin.php find this: Code:
include ("../body.php");
Code:
include ("../body.php");
include ("../functions.php");
include ("../f_secure.php");
Thanks, Tim |
|
#5
|
|||
|
|||
|
Thanks Tim, you da man!
Cheers! WineGuy |
|
#6
|
|||
|
|||
|
You're welcome!
|
|
#7
|
|||
|
|||
|
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 |
|
#8
|
|||
|
|||
|
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 |
|
#9
|
|||
|
|||
|
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 |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|