Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 35
  1. #11
    Join Date
    Dec 2008
    Location
    Pittsburgh, PA
    Posts
    237
    Plugin Contributions
    1

    Default Re: 1.5.6 > 1.5.7 define constants going crazy?

    added the logs folder that had been .gitignore'd and now I'm back to

    Code:
    [27-Jan-2021 19:14:23 America/New_York] PHP Fatal error:  Cannot redeclare zen_update_music_artist_clicked() (previously declared in C:\xampp\htdocs\path\to\includes\functions\functions_general.php:1740) in C:\xampp\htdocs\path\to\includes\functions\extra_functions\functions_music_products.php on line 15

  2. #12
    Join Date
    Jan 2004
    Posts
    66,391
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: 1.5.6 > 1.5.7 define constants going crazy?

    Seems like either you've got copies of files in directories that get auto loaded,
    or you've done something that's calling application_top.php after it's already been previously loaded.
    .

    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.

  3. #13
    Join Date
    Dec 2008
    Location
    Pittsburgh, PA
    Posts
    237
    Plugin Contributions
    1

    Default Re: 1.5.6 > 1.5.7 define constants going crazy?

    used beyond compare w/ live server deleted out failed additions, and yay! Ok back to mashing up.

    WinMerge does seem helpful.

  4. #14
    Join Date
    Dec 2008
    Location
    Pittsburgh, PA
    Posts
    237
    Plugin Contributions
    1

    Default Re: 1.5.6 > 1.5.7 define constants going crazy?

    Got it!!! :d

  5. #15
    Join Date
    Dec 2008
    Location
    Pittsburgh, PA
    Posts
    237
    Plugin Contributions
    1

    Default Re: 1.5.6 > 1.5.7 define constants going crazy?

    oops admin's white... ...from install logs

    ---------------
    Jan 28 2021 2:06 -- checkHttpsRequest
    FAILED

  6. #16
    Join Date
    Dec 2008
    Location
    Pittsburgh, PA
    Posts
    237
    Plugin Contributions
    1

    Default Re: 1.5.6 > 1.5.7 define constants going crazy?

    any shooting from the hip places to check? no leads in xampp error logs, or zen-cart logs. Started skimming google/forum results this morning.

    No luck w/ the local config strict error reporting

    https://docs.zen-cart.com/user/troub...ng/blank_page/

  7. #17
    Join Date
    Jan 2004
    Posts
    66,391
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: 1.5.6 > 1.5.7 define constants going crazy?

    It's hard to shoot-from-the-hip when its quite unclear what the landscape is.

    Start with a fresh install of Zen Cart. Does that work without errors? Great.
    Start adding in your customizations until it breaks. There's where you need to look.

    Similar can be done by comparing your site's code against an uncustomized copy of original Zen Cart code.
    .

    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.

  8. #18
    Join Date
    Jul 2012
    Posts
    16,751
    Plugin Contributions
    17

    Default Re: 1.5.6 > 1.5.7 define constants going crazy?

    Quote Originally Posted by wolfderby View Post
    any shooting from the hip places to check? no leads in xampp error logs, or zen-cart logs. Started skimming google/forum results this morning.

    No luck w/ the local config strict error reporting

    https://docs.zen-cart.com/user/troub...ng/blank_page/
    What issue is it now that you are trying to resolve? Still the logging of duplicate defines? White page on admin? That strict reporting is on or is it that you want strict reporting? Something else?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #19
    Join Date
    Dec 2008
    Location
    Pittsburgh, PA
    Posts
    237
    Plugin Contributions
    1

    Default Re: 1.5.6 > 1.5.7 define constants going crazy?

    on... https://docs.zen-cart.com/user/troub...ng/blank_page/

    "advanced developer options"

    it should be advised to put

    Code:
    define('STRICT_ERROR_REPORTING', true);
    ...at the top of application_top.php

    looking through the errors atm... will post again if I get lost.

  10. #20
    Join Date
    Dec 2008
    Location
    Pittsburgh, PA
    Posts
    237
    Plugin Contributions
    1

    Default Re: 1.5.6 > 1.5.7 define constants going crazy?

    this is my current lot to work through

    Code:
    [29-Jan-2021 02:43:30 Europe/Berlin] Request URI: /path/to/admin/login.php, IP address: 127.0.0.1
    #1  require(C:\xampp\htdocs\path\to\includes\autoload_func.php) called at [C:\xampp\htdocs\path\to\admin\includes\application_top.php:172]
    #2  require(C:\xampp\htdocs\path\to\admin\includes\application_top.php) called at [C:\xampp\htdocs\path\to\admin\login.php:8]
    --> PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\path\to\includes\autoload_func.php on line 20.
    
    [29-Jan-2021 02:43:30 Europe/Berlin] Request URI: /path/to/admin/login.php, IP address: 127.0.0.1
    --> PHP Warning: Use of undefined constant HTML_PARAMS - assumed 'HTML_PARAMS' (this will throw an Error in a future version of PHP) in C:\xampp\htdocs\path\to\admin\login.php on line 71.
    
    [29-Jan-2021 02:43:30 Europe/Berlin] Request URI: /path/to/admin/login.php, IP address: 127.0.0.1
    --> PHP Warning: Use of undefined constant CHARSET - assumed 'CHARSET' (this will throw an Error in a future version of PHP) in C:\xampp\htdocs\path\to\admin\login.php on line 73.
    
    [29-Jan-2021 02:43:30 Europe/Berlin] Request URI: /path/to/admin/login.php, IP address: 127.0.0.1
    --> PHP Warning: Use of undefined constant TITLE - assumed 'TITLE' (this will throw an Error in a future version of PHP) in C:\xampp\htdocs\path\to\admin\login.php on line 76.
    
    [29-Jan-2021 02:43:30 Europe/Berlin] PHP Fatal error:  Uncaught Error: Call to undefined function zen_image() in C:\xampp\htdocs\path\to\admin\login.php:87
    Stack trace:
    #0 {main}
      thrown in C:\xampp\htdocs\path\to\admin\login.php on line 87
    
    [29-Jan-2021 02:43:30 Europe/Berlin] Request URI: /path/to/admin/login.php, IP address: 127.0.0.1
    --> PHP Fatal error: Uncaught Error: Call to undefined function zen_image() in C:\xampp\htdocs\path\to\admin\login.php:87
    Stack trace:
    #0 {main}
      thrown in C:\xampp\htdocs\path\to\admin\login.php on line 87.

 

 
Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. v153 Please Help Im Going Crazy!!
    By NinerFaithful in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 8 Nov 2015, 03:23 AM
  2. Dang site is going crazy
    By r1formetoo in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 4 May 2009, 10:49 PM
  3. Going Crazy - Please Help!
    By mkmcgrath23 in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 9 Dec 2007, 12:38 AM
  4. Okay im going crazy
    By spjutulf in forum General Questions
    Replies: 10
    Last Post: 21 Jan 2007, 11:25 AM

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