Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20
  1. #11
    Join Date
    Sep 2022
    Location
    Chennai
    Posts
    37
    Plugin Contributions
    0

    Default Re: Display Debug Log Files Page Not Showing

    Quote Originally Posted by lat9 View Post
    @celextel108, if you use your webhost's cPanel to view the site's /logs directory with the File Manager tool, what information does the most-recent myDEBUG-adm-*.log contain? Remember to xxx-out the name of your admin directory when posting back.
    We are finding only one of myDEBUG-adm- log file and it contains the following:
    Code:
    [17-May-2024 22:23:01 America/Chicago] Request URI: /xxxmin/, IP address: 49.37.211.124, Language id not set
    #0 [internal function]: zen_debug_error_handler()
    #1 /home/domains/domains/celextel.net/public_html/xxxmin/includes/init_includes/init_cache_key_check.php(14): file_exists()
    #2 /home/domains/domains/celextel.net/public_html/includes/autoload_func.php(40): require_once('/home/domains/d...')
    #3 /home/domains/domains/celextel.net/public_html/xxxmin/includes/application_top.php(42): require('/home/domains/d...')
    #4 /home/domains/domains/celextel.net/public_html/xxxmin/home.php(9): require('/home/domains/d...')
    #5 /home/domains/domains/celextel.net/public_html/xxxmin/index.php(11): require('/home/domains/d...')
    --> PHP Warning: file_exists(): open_basedir restriction in effect. File(/home/celextel/domains/celextel.com/public_html/cache) is not within the allowed path(s): (/home/domains/:/tmp:/var/tmp:/opt/alt/php81/usr/share/pear/:/dev/urandom:/usr/local/lib/php/:/usr/local/php81/lib/php/) in /home/domains/domains/celextel.net/public_html/xxxmin/includes/init_includes/init_cache_key_check.php on line 14.
    There is nothing relevant to index.php?cmd=display_logs. We have clicked this link many times and it gets redirected to Admin directory.

    9 debug-log files exist -> This message is seen right from the beginning. debug-log files have not increased.

    Thanks.

  2. #12
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,651
    Plugin Contributions
    88

    Default Re: Display Debug Log Files Page Not Showing

    Yep, that log's got no bearing on your issue. If you use your webhost's phpMyAdmin tool and inspect the `plugin_control` table, what do you see for the "DisplayLogs" entry?

  3. #13
    Join Date
    Sep 2022
    Location
    Chennai
    Posts
    37
    Plugin Contributions
    0

    Default Re: Display Debug Log Files Page Not Showing

    Quote Originally Posted by lat9 View Post
    Yep, that log's got no bearing on your issue. If you use your webhost's phpMyAdmin tool and inspect the `plugin_control` table, what do you see for the "DisplayLogs" entry?
    unique_key: DisplayLogs
    name: Display logs
    description: Display and manage Zen Cart log files.
    managed: 0
    status: 1
    author: Vinos de Frutas Tropicales (lat9)
    version: v3.0.2
    Name:  Screenshot 2024-05-19 092048.jpg
Views: 62
Size:  9.1 KB

  4. #14
    Join Date
    Sep 2022
    Location
    Chennai
    Posts
    37
    Plugin Contributions
    0

    Default Re: Display Debug Log Files Page Not Showing

    We are facing this issue only with our upgraded database from v1.5.8 to v2.0.0. This issue has not resolved even after Uninstalling and Installing this Plugin in Plugin Manager.

    This issue is not seen in the new db of v2.0.0 with Demo Site.

    Thanks.
    Last edited by celextel108; 19 May 2024 at 02:45 PM.

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

    Default Re: Display Debug Log Files Page Not Showing

    OK, I'm running out of ideas here, but it's starting to sound like a .php file mismatch between the code that's running the updated database and the code that's running the new database.

    If both of those databases are on the same server, you could edit the "new-database" site's admin/includes/configure.php to use the database credentials of the "updated-database". Once that file change is made, log into the site's admin and attempt to go to index.php?cmd=display_logs.

    If you're taken to the "display_logs" page, then there is a code mismatch between the two sites. If you're redirected back to the admin home page, then there's something in the database and I will need to find another way to diagnose this issue.

    Don't forget to put the database credentials back for the "new-database" site!

  6. #16
    Join Date
    Sep 2022
    Location
    Chennai
    Posts
    37
    Plugin Contributions
    0

    Default Re: Display Debug Log Files Page Not Showing

    We have already done this in the same website. Both of these databases are on the same server.

    "new-database" with its configure.php credentials shows up the page of index.php?cmd=display_logs.

    "updated-database" with its configure.php credentials does not show up the page of index.php?cmd=display_logs. Redirects to Admin Home Page. There's something in the database which is doing this.

    We are retaining the database credentials of "updated-database" in our website.

    Please suggest us another way to diagnose this issue.

    Thanks.

  7. #17
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,651
    Plugin Contributions
    88

    Default Re: Display Debug Log Files Page Not Showing

    Quote Originally Posted by celextel108 View Post
    We have already done this in the same website. Both of these databases are on the same server.

    "new-database" with its configure.php credentials shows up the page of index.php?cmd=display_logs.

    "updated-database" with its configure.php credentials does not show up the page of index.php?cmd=display_logs. Redirects to Admin Home Page. There's something in the database which is doing this.

    We are retaining the database credentials of "updated-database" in our website.

    Please suggest us another way to diagnose this issue.

    Thanks.
    Right, but are both databases being run under the exact-same code to produce those differing results? That's what I am trying to understand.

  8. #18
    Join Date
    Sep 2022
    Location
    Chennai
    Posts
    37
    Plugin Contributions
    0

    Default Re: Display Debug Log Files Page Not Showing

    Quote Originally Posted by lat9 View Post
    Right, but are both databases being run under the exact-same code to produce those differing results? That's what I am trying to understand.
    I went through the installation process again yesterday for getting the "new-database" as I had only "updated-database". Immediately after that index.php?cmd=display_logs page was seen and I had deleted the log files.

    I just tested again with both the credentials and index.php?cmd=display_logs does not show up in both these tests now. Website files are same in both these tests. It is strange. There are no log files.

    We have retained the database credentials of "new-database" in our website now.

    I would reply to your PM after getting reply to this.

    Thanks.

  9. #19
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,651
    Plugin Contributions
    88

    Default Re: Display Debug Log Files Page Not Showing

    Quote Originally Posted by celextel108 View Post
    I went through the installation process again yesterday for getting the "new-database" as I had only "updated-database". Immediately after that index.php?cmd=display_logs page was seen and I had deleted the log files.

    I just tested again with both the credentials and index.php?cmd=display_logs does not show up in both these tests now. Website files are same in both these tests. It is strange. There are no log files.

    We have retained the database credentials of "new-database" in our website now.

    I would reply to your PM after getting reply to this.

    Thanks.
    As indicated via that PM, a private link to a gzipped copy of the database will help me to figure out what the heck is going on.

  10. #20
    Join Date
    Sep 2022
    Location
    Chennai
    Posts
    37
    Plugin Contributions
    0

    Default Re: Display Debug Log Files Page Not Showing

    Just sent PM. Thanks for your help and guidance in this regard.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v157 Debug log files location?
    By BeePud in forum General Questions
    Replies: 1
    Last Post: 6 Dec 2022, 04:50 PM
  2. Upgraded to 1.5.7c.Working through the Debug Log Files.
    By Jabbawocky in forum Upgrading to 1.5.x
    Replies: 17
    Last Post: 3 Dec 2021, 12:12 AM
  3. v1.51 Clean Up Debug Log Files
    By haredo in forum Code Collaboration
    Replies: 2
    Last Post: 27 Nov 2013, 12:15 AM
  4. PHP Error - Blank Page w/ log files from debug utility.
    By jester8131 in forum General Questions
    Replies: 2
    Last Post: 5 Feb 2010, 05:35 AM
  5. Debug utility not writing log files
    By zhamid in forum General Questions
    Replies: 1
    Last Post: 4 Jul 2009, 02:44 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