Hello Skip,
Thanks for the reply... Yes I did see that post, I just wasn't sure what it meant. I am not familiar with phpMyAdmin, and not sure how to implement it.
OK no phpMyAdmin use ZC
Under ZC Admin go to tools->Install SQL Patches
And paste this into the window.
That will set the date to 10.01.2010.Code:UPDATE `configuration` SET `date_added` = '2010-10-01 00:00:00' WHERE `configuration`.`date_added` !='2010-12-01 00:00:00';
I you are going to use this fix this query will not work if it is run on 12.01.2010 00:00:00 The way today has gone someone will try.
Skip
• 446F63746F722057686F •
Hey Skip, a page comes up reading...
1054 Unknown column 'configuration.date_added' in 'where clause'
in:
[UPDATE zen_configuration SET date_added = '2010-10-01 00:00:00' WHERE configuration.date_added !='2010-12-01 00:00:00';]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
It looks like you are using a prefix of zen_ so try this.1054 Unknown column 'configuration.date_added' in 'where clause'
in:
[UPDATE zen_configuration SET date_added = '2010-10-01 00:00:00' WHERE configuration.date_added !='2010-12-01 00:00:00';]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
Code:UPDATE `configuration` SET `date_added` = '2010-10-01 00:00:00' WHERE `zen_configuration`.`date_added` !='2010-12-01 00:00:00';
Skip
• 446F63746F722057686F •
I have attached this zip file check_contest_files.zip.
Unzip the file and then upload it to your web sites admin folder.
To run log in to your ZC admin and then change the index.php to check_contest_files.php this will check that all the mod's files have been loaded into the correct locations.
Let me know what the out come is.
Skip
• 446F63746F722057686F •
Question I see start date as October 01 2010 and ending date November 01 2010 is this true?
So if you go to admin->Configuration->Contests
Show contest invitation = true (If you turn this to false the contest page only shows CONTEST HAS ENDED?)
Prize 1 (product #)
Contest Start Date = 10/01/2010 (This is what you have set?)
Contest Close Date = 11/01/2010 (This is what you have set?)
Allow guest to enter contest = true
Allow customers to enter contest = true
Contest Reference Code = 0xx (Every new contest you are changing this value?)
Skip
• 446F63746F722057686F •