Not sure about this one. Did you make sure the SQL was installed properly? As you see in the image it works and all I did was drop the files in their proper directories and upload the SQL . Weird indeed as far as I can tell something did not upload or it corrupted during upload or your SQL was not installed. Maybe someone with the same issue as you have can be more assistance.
Attachment 11979
PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
Business Class Web Hosting - Linux and cPanel Powered
There were SQL errors in the cart_reminder_install.php (latest version).
On line 46:
The "configuration_group_id" variable isn't passed into the statement. I commented this out.Code:$sql = "UPDATE `".DB_PREFIX."configuration_group` SET `sort_order` = $last_id WHERE `configuration_group_id`=";
In addition to that, the statements that follow do not append the DB_PREFIX to the configuration table.
i.e.
should beCode:$sql = "INSERT INTO configuration ...
Thanks for all your help!Code:$sql = "INSERT INTO `".DB_PREFIX."configuration` ...
This is my first time, so please be gentle...
I have installed shopping cart reminder and been having the following email for days. It comes every hour, at the time chosen.
/bin/sh: 0: command not found
/bin/sh: php: command not found
The code I placed in cron is 0 ****cd/home/content/69/11416569/html/; php cart_reminder_cron.php > /dev/null
I think I saved this correctly on godaddy cron Job manager but don't know if I did code right. Go daddy says never seen 0 ****cd before my address info, but copied it from instructions info.
I have read all dialogue here, and checked cart reminder install to confirm changes above this were on my copy correctly. I believe this is the only thing installed affecting core files.
My site is reasonablerigging.com and the site is on the index level of the site.
Can someone tell me what to do that does not involve inflicting pain on myself...?
Many thanks,
Marc
Might try this instead (assuming the path is correct):
By starting with "php -f" it's saying "tell PHP to execute the file specified as the next parameter".Code:php -f /home/content/69/11416569/html/cart_reminder_cron.php > /dev/null
GoDaddy support can tell you what the correct syntax is to run PHP CLI (command-line-interface) with cron jobs on their servers.
Sometimes the -f is not needed.
Sometimes additional params are needed
Sometimes something other than the >/dev/null as a suffix might be required, depending on server configuration requirements and operating systems.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thx dr. Byte, but that didn't work. Called godaddy and they recommended getting rid of the php -f and going direct, this occurred, so, getting deeper...
/home/content/69/11416569/html/cart_reminder_cron.php: line 1: ?php
: No such file or directory
/home/content/69/11416569/html/cart_reminder_cron.php: line 2:
: command not found
/home/content/69/11416569/html/cart_reminder_cron.php: line 3: /**
: No such file or directory
/home/content/69/11416569/html/cart_reminder_cron.php: line 4: backup: command not found
/home/content/69/11416569/html/cart_reminder_cron.php: line 5: backup: command not found
/home/content/69/11416569/html/cart_reminder_cron.php: line 6: backup: command not found
/home/content/69/11416569/html/cart_reminder_cron.php: line 7: backup: command not found
/home/content/69/11416569/html/cart_reminder_cron.php: line 8: backup: command not found
/home/content/69/11416569/html/cart_reminder_cron.php: line 9: backup: command not found
/home/content/69/11416569/html/cart_reminder_cron.php: line 10: backup: command not found
/home/content/69/11416569/html/cart_reminder_cron.php: line 11: backup: command not found
/home/content/69/11416569/html/cart_reminder_cron.php: line 12: **/
: No such file or directory
/home/content/69/11416569/html/cart_reminder_cron.php: line 13:
: command not found
/home/content/69/11416569/html/cart_reminder_cron.php: line 14: /bin: is a directory
/home/content/69/11416569/html/cart_reminder_cron.php: line 15:
: command not found
/home/content/69/11416569/html/cart_reminder_cron.php: line 16: =: command not found
/home/content/69/11416569/html/cart_reminder_cron.php: line 16:
: command not found
/home/content/69/11416569/html/cart_reminder_cron.php: line 17:
: command not found
/home/content/69/11416569/html/cart_reminder_cron.php: line 45: syntax error near unexpected token `('
/home/content/69/11416569/html/cart_reminder_cron.php: line 45: `/* Step 1: Remove all items in cart_reminder table that don't have an associated cart (where the users aren't logged in) */
'
What now? They recommended doing /web/cgi-bin/php5_3 as prefix
Does anyone know will this work with Ver 1.50?
using 1.54. our server is set in another time zone. so we set the time zone adding the command for our time zone in the php.ini.
now we are getting this message every minutes as an error
strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone.
any clues how we can fix this in the coding?
cart_reminder_cron.php on line 101
i think if we remove the time zone setting in our php.ini file it goes away but the problem is now the orders that come in do not match our time zone.
THanks.
Using version zen cart 1.5.4 and COWOA version 2.4
Does anyone know if cart reminder will work with COWOA or will it only work with customers who have actually created an account?
Thanks