Page 2 of 7 FirstFirst 1234 ... LastLast
Results 11 to 20 of 62
  1. #11
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,491
    Plugin Contributions
    88

    Default Re: Smart Characters And Timeouts

    Check the site's /logs directory; there's a myDEBUG-*.log file that identifies what the issue is.

  2. #12
    Join Date
    Jan 2011
    Posts
    339
    Plugin Contributions
    0

    Default Re: Smart Characters And Timeouts

    [26-Jul-2019 19:12:04 America/Chicago] Request URI: /studio/admin-1538838053/index.php, IP address: 97.103.136.248
    #1 trigger_error() called at [/home2/boruma/public_html/earcandyaudiobooks.com/studio/includes/classes/db/mysql/query_factory.php:171]
    #2 queryFactory->show_error() called at [/home2/boruma/public_html/earcandyaudiobooks.com/studio/includes/classes/db/mysql/query_factory.php:143]
    #3 queryFactory->set_error() called at [/home2/boruma/public_html/earcandyaudiobooks.com/studio/includes/classes/db/mysql/query_factory.php:270]
    #4 queryFactory->Execute() called at [/home2/boruma/public_html/earcandyaudiobooks.com/studio/admin-1538838053/includes/classes/AdminNotifications.php:153]
    #5 AdminNotifications->pruneSavedState() called at [/home2/boruma/public_html/earcandyaudiobooks.com/studio/admin-1538838053/includes/classes/AdminNotifications.php:34]
    #6 AdminNotifications->getNotifications() called at [/home2/boruma/public_html/earcandyaudiobooks.com/studio/admin-1538838053/index_dashboard.php:14]
    #7 require(/home2/boruma/public_html/earcandyaudiobooks.com/studio/admin-1538838053/index_dashboard.php) called at [/home2/boruma/public_html/earcandyaudiobooks.com/studio/admin-1538838053/index.php:26]
    --> PHP Fatal error: 1146:Table 'boruma_zncr6.zc_admin_notifications' doesn't exist :: DELETE FROM zc_admin_notifications WHERE notification_key NOT IN ('square3v156') ==> (as called by) /home2/boruma/public_html/earcandyaudiobooks.com/studio/admin-1538838053/includes/classes/AdminNotifications.php on line 153 <== in /home2/boruma/public_html/earcandyaudiobooks.com/studio/includes/classes/db/mysql/query_factory.php on line 171.



    Sorry, but I have absolutely no idea what to do with all that.
    Last edited by DK_Scully; 27 Jul 2019 at 01:09 PM.

  3. #13
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,491
    Plugin Contributions
    88

    Default Re: Smart Characters And Timeouts

    It "sounds like" you've specified (in your admin/storefront configure.php files) a DB_PREFIX of 'zc_' where the original store used a DB_PREFIX of ''.

    Be sure to rename your admin directory name, since it's been posted as part of that log's information.

  4. #14
    Join Date
    Jan 2011
    Posts
    339
    Plugin Contributions
    0

    Default Re: Smart Characters And Timeouts

    I haven't touched anything in the configure.php file. I touch the php files as little as possible because I never have understood php, and I never will.

    Under admin-1538838053, there are only three directories: backups, images, and includes. And no configure.php file. Where's the file I need to modify? Under includes? I'm just trying to clarify because I don't want to screw this up even more than the upgrade process already did.

  5. #15
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,491
    Plugin Contributions
    88

    Default Re: Smart Characters And Timeouts

    Check both the /admin/includes/configure.php and the /includes/configure.php to make sure that the DB_PREFIX constant is set to ''.

  6. #16
    Join Date
    Jan 2011
    Posts
    339
    Plugin Contributions
    0

    Default Re: Smart Characters And Timeouts

    The good news is, I was able to find and modify both of those files. The bad news is, I keep getting an error when I try to upload the /includes file.
    CuteFTP (or maybe the server) won't allow me to upload it. I was able to upload the admin-1538838053/includes/ file, though.
    Last edited by DK_Scully; 27 Jul 2019 at 03:45 PM.

  7. #17
    Join Date
    Jan 2011
    Posts
    339
    Plugin Contributions
    0

    Default Re: Smart Characters And Timeouts

    The CHMOD on /includes/ is 755. Do I need to change that...and then change it back?

  8. #18
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,748
    Plugin Contributions
    0

    Default Re: Smart Characters And Timeouts

    What is the chmod on includes/configure.php ? Probably set to 0444, change it to 0644 and upload over it then change back to 0444
    Mike
    GeekHost - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  9. #19
    Join Date
    Jan 2011
    Posts
    339
    Plugin Contributions
    0

    Default Re: Smart Characters And Timeouts

    Okay, I did that and uploaded the file, then changed it back. Thanks for that.

    Now I'm getting this error message: ERROR 0071: There appears to be a problem with the database. Maintenance is required.

    And the log file says:

    [26-Jul-2019 19:12:04 America/Chicago] Request URI: /studio/admin-1538838053/index.php, IP address: 97.103.136.248
    #1 trigger_error() called at [/home2/boruma/public_html/earcandyaudiobooks.com/studio/includes/classes/db/mysql/query_factory.php:171]
    #2 queryFactory->show_error() called at [/home2/boruma/public_html/earcandyaudiobooks.com/studio/includes/classes/db/mysql/query_factory.php:143]
    #3 queryFactory->set_error() called at [/home2/boruma/public_html/earcandyaudiobooks.com/studio/includes/classes/db/mysql/query_factory.php:270]
    #4 queryFactory->Execute() called at [/home2/boruma/public_html/earcandyaudiobooks.com/studio/admin-1538838053/includes/classes/AdminNotifications.php:153]
    #5 AdminNotifications->pruneSavedState() called at [/home2/boruma/public_html/earcandyaudiobooks.com/studio/admin-1538838053/includes/classes/AdminNotifications.php:34]
    #6 AdminNotifications->getNotifications() called at [/home2/boruma/public_html/earcandyaudiobooks.com/studio/admin-1538838053/index_dashboard.php:14]
    #7 require(/home2/boruma/public_html/earcandyaudiobooks.com/studio/admin-1538838053/index_dashboard.php) called at [/home2/boruma/public_html/earcandyaudiobooks.com/studio/admin-1538838053/index.php:26]
    --> PHP Fatal error: 1146:Table 'boruma_zncr6.zc_admin_notifications' doesn't exist :: DELETE FROM zc_admin_notifications WHERE notification_key NOT IN ('square3v156') ==> (as called by) /home2/boruma/public_html/earcandyaudiobooks.com/studio/admin-1538838053/includes/classes/AdminNotifications.php on line 153 <== in /home2/boruma/public_html/earcandyaudiobooks.com/studio/includes/classes/db/mysql/query_factory.php on line 171.

  10. #20
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,491
    Plugin Contributions
    88

    Default Re: Smart Characters And Timeouts

    Nope, that's the same log that you posted earlier. The message you're receiving indicates that the database credentials are not correct.

 

 
Page 2 of 7 FirstFirst 1234 ... LastLast

Similar Threads

  1. v139g Any Templates for Smart Phones and Tablets?
    By irishshopper in forum Addon Templates
    Replies: 1
    Last Post: 20 Mar 2013, 12:36 AM
  2. blank page/connection timeouts
    By JaysShop in forum General Questions
    Replies: 15
    Last Post: 3 Mar 2011, 09:41 PM
  3. Ajax requests and session timeouts
    By lumpylumpy in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 24 Dec 2010, 02:23 PM
  4. CyberSource TimeOuts on checkout
    By icecold in forum Addon Payment Modules
    Replies: 4
    Last Post: 17 Mar 2009, 07:16 AM
  5. Session Timeouts !!
    By Scrat in forum General Questions
    Replies: 0
    Last Post: 7 Apr 2007, 08:41 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR