Jump to content

Luke Lucian

Member
  • Posts

    5
  • Joined

  • Last visited

Luke Lucian's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. OK so I've replaced whole 'order confirmed' Email Template source code from the separate fresh installed CC6 to the upgraded CC6 store. Then cleared all caches in the maintenance and so far the order update function has started working perfectly fine. The issue looks solved now.)
  2. Thank you bsmither, I am steadily moving to the solution! I've stopped using browser's back button and the alert won't appear anymore. But I am getting blank screen upon trying to change order status to any other than pending or completed. Must be something to do with and error in email confirmation template. I am not sure why this is appearing as I have updated the templates based on your previous threads pointing to this issue. Using the Maintenance > Query Database (Advanced) and executing the needed statements. I have activated debugging and it reports an error whilst executing order update: PHP: [Notice] /home/u969452545/public_html/classes/order.class.php:294 - Undefined index: taxes[Exception] /home/u969452545/public_html/includes/lib/smarty/sysplugins/smarty_internal_templatecompilerbase.php:82 - Syntax error in template "string:Thank You {$DATA.first_name}! [36] SELECT `name` FROM `CubeCart_geo_country` WHERE CubeCart_geo_country.numcode = '0' ; -- (0.00017285346984863 sec) [NOT CACHED] [37] SELECT * FROM `CubeCart_order_inventory` WHERE CubeCart_order_inventory.cart_order_id = '160911-170136-4484' ; -- (0.00020599365234375 sec) [NOT CACHED] [38] SELECT * FROM `CubeCart_email_content` WHERE CubeCart_email_content.content_type = 'cart.order_confirmation' AND CubeCart_email_content.language = 'en-GB' ; -- (0.00035381317138672 sec) [NOT CACHED] [39] INSERT INTO `CubeCart_system_error_log` (`message`,`time`) VALUES ('[Exception] /home/u969452545/public_html/includes/lib/smarty/sysplugins/smarty_internal_templatecompilerbase.php:82 - Syntax error in template \"string:Thank You {$DATA.first_name}! [ERROR - NOT CACHED] Can this be retained from the old V4 version?
  3. OK, so I moved my whole current store (upgraded from v4 to v6) to the new hosting provider following the instructions carefully and I can now change order status to 'Complete' or 'Pending' only. Changing to any other would generate security alert and no change in order status occur. Alert: Possible Cross-Site Request Forgery (CSRF) or browser back button used. [18-Sep-2016 15:36:34 UTC] PHP Warning: Invalid Security Token in /home/u969452545/public_html/classes/sanitize.class.php on line 112 [18-Sep-2016 15:50:14 UTC] PHP Warning: Invalid Security Token in /home/u969452545/public_html/classes/sanitize.class.php on line 112 [18-Sep-2016 15:51:00 UTC] PHP Warning: Invalid Security Token in /home/u969452545/public_html/classes/sanitize.class.php on line 112 Does this actually mean there might have been issues or whilst upgrading store from v4 to v6 since the fresh install of new clean (empty) CC6 store using installer from Cpanel works fine. Or if the v4 store was damaged in any way and this has carried on to the v6? I would appreciate any help.)
  4. Thank you guys for looking into my issue. Just out of precaution I've fresh installed default copy of CC6 by using Softaculous via Cpanel on different server / host and the order status update feature works fine. So what I'll try doing next is updating my current CC4 store to CC6 on this host and see if this would solve the issue. In the meantime there are issues with order update both on CC4, updated CC4 to CC6 and fresh install CC6 on my current main server, so looks like php settings might be the culprit which are managed by the server admin.
  5. Dear CC forums members, I've read all the threads with the order status change issue here and after making updates to my updated CC 4 to CC 6 store, I've fresh installed the new CC 6 store via Cpanel. Unfortunately the order status will still not updated to any other than pending by doing this manually in the CC admin section. The automated Email notification is working fine though. Could this be an issue with Hosting provider, but it's hardly they'd ever admit this. I have a gold membership with a large H24 hostinger. I've also checked and their hosting plan has all the features needed for comprehensive CC6 operation with 128M file upload limit. Here is what the CC error log is showing upon trying to update, Notice: `status` is not allowed as a key in 'CubeCart_admin_users' table! in /home/ STORENAME /classes/db/database.class.php on line 858 [13-Sep-2016 20:56:37 Europe/London] PHP Notice: `order_notify` is not allowed as a key in 'CubeCart_admin_users' table! in /home/ STORENAME /classes/db/database.class.php on line 858 [13-Sep-2016 20:56:37 Europe/London] PHP Notice: `cart_order_id` is not allowed as a key in 'CubeCart_downloads' table! in /home/ STORENAME /classes/db/database.class.php on line 858 Does the above could indicate issue whilst CC6 establishing connection with mysql database? Kind regards, Luke
×
×
  • Create New...