Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,504
    Plugin Contributions
    0

    Default Admin page blank after intstall ceon uri mapping

    After I install Ceon URI Mapping. I got a blank page in Admin. Checked Error log and this is what I got:

    Code:
    [08-Jul-2020 22:21:45 America/Chicago] PHP Fatal error:  Cannot redeclare zen_output_string() (previously declared in /includes/functions/general.php:37) in /includes/functions/functions_general_shared.php on line 26
    
    [08-Jul-2020 22:21:45 America/Chicago] Request URI: /Site-Manager/, IP address: 50.26.22.78
    --> PHP Fatal error: Cannot redeclare zen_output_string() (previously declared in /includes/functions/general.php:37) in /includes/functions/functions_general_shared.php on line 26.

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,623
    Plugin Contributions
    123

    Default Re: Admin page blank after intstall ceon uri mapping! Error!

    Are you installing the latest CEON URI Mapping?

    https://www.zen-cart.com/downloads.php?do=file&id=2250

    Check your copy of admin/includes/functions/general.php vs a fresh download of 1.5.7 and make sure it hasn't been changed.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #3
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,504
    Plugin Contributions
    0

    Default Re: Admin page blank after intstall ceon uri mapping! Error!

    I have deleted the uploaded files of ceon files and replace the original files from the admin files and folders and still no page. The Main Web Page (Store) is working fine.

    Quote Originally Posted by swguy View Post
    Are you installing the latest CEON URI Mapping?

    https://www.zen-cart.com/downloads.php?do=file&id=2250

    Check your copy of admin/includes/functions/general.php vs a fresh download of 1.5.7 and make sure it hasn't been changed.

  4. #4
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,504
    Plugin Contributions
    0

    Default Re: Admin page blank after intstall ceon uri mapping! Error!

    Now I checked my error log:

    Code:
    [09-Jul-2020 08:08:35 America/Chicago] PHP Fatal error:  Class 'CeonURIMappingHandler' not found in /home1/xxxxxxx/galaxyhomedecor.com/includes/autoload_func.php on line 44
    
    [09-Jul-2020 08:08:35 America/Chicago] Request URI: /Site-Manager/, IP address: 50.26.22.78
    --> PHP Fatal error: Class 'CeonURIMappingHandler' not found in /home1/xxxxxxx/galaxyhomedecor.com/includes/autoload_func.php on line 44.

  5. #5
    Join Date
    Jul 2012
    Posts
    16,718
    Plugin Contributions
    17

    Default Re: Admin page blank after intstall ceon uri mapping! Error!

    Quote Originally Posted by wmorris View Post
    Now I checked my error log:

    Code:
    [09-Jul-2020 08:08:35 America/Chicago] PHP Fatal error:  Class 'CeonURIMappingHandler' not found in /home1/xxxxxxx/galaxyhomedecor.com/includes/autoload_func.php on line 44
    
    [09-Jul-2020 08:08:35 America/Chicago] Request URI: /Site-Manager/, IP address: 50.26.22.78
    --> PHP Fatal error: Class 'CeonURIMappingHandler' not found in /home1/xxxxxxx/galaxyhomedecor.com/includes/autoload_func.php on line 44.
    Appears still have a related config.XXX.php file in the associated includes/auto_loaders directory that is trying to load one of the class files...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #6
    Join Date
    Mar 2012
    Location
    yogyakarta, indonesia
    Posts
    16
    Plugin Contributions
    2

    Default Re: Admin page blank after intstall ceon uri mapping! Error!

    Quote Originally Posted by swguy View Post
    Are you installing the latest CEON URI Mapping?

    https://www.zen-cart.com/downloads.php?do=file&id=2250

    Check your copy of admin/includes/functions/general.php vs a fresh download of 1.5.7 and make sure it hasn't been changed.
    Latest CEON URI Mapping: v.5.0.1 , for zen cart v.1.5.7, from ceon website.

    ceon website

  7. #7
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,504
    Plugin Contributions
    0

    Default Re: Admin page blank after intstall ceon uri mapping! Error!

    How can I find that file?

    Quote Originally Posted by mc12345678 View Post
    Appears still have a related config.XXX.php file in the associated includes/auto_loaders directory that is trying to load one of the class files...

  8. #8
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,623
    Plugin Contributions
    123

    Default Re: Admin page blank after intstall ceon uri mapping! Error!

    Options:
    - Download a fresh copy of that mod and look at the files it creates in /admin. Be sure all those files are gone.
    - Use the Changed Files mod to locate recently changed files
    https://www.zen-cart.com/downloads.php?do=file&id=2193
    - Use the developer's Toolkit to search.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  9. #9
    Join Date
    Jul 2012
    Posts
    16,718
    Plugin Contributions
    17

    Default Re: Admin page blank after intstall ceon uri mapping! Error!

    Quote Originally Posted by wmorris View Post
    How can I find that file?
    Well, from what I understand of the log, it appears that perhaps the file is in the catalog/includes/auto_loaders directory.... even though that doesn't seem to make sense that it would affect the admin side without some other admin related files attempting to call the catalog directory version...

    The geeky way would be to turn on or set DEBUG_AUTOLOAD to true so that the list of files involved with the autoload will be displayed and the last one basically being the "problem"...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #10
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,504
    Plugin Contributions
    0

    Default Re: Admin page blank after intstall ceon uri mapping! Error!

    Sorry, I try that. It still doesn't help at all! I am still getting a blank page. Plus I did a debugging through /logs and I am still getting the same error!

    Quote Originally Posted by swguy View Post
    Options:
    - Download a fresh copy of that mod and look at the files it creates in /admin. Be sure all those files are gone.
    - Use the Changed Files mod to locate recently changed files
    https://www.zen-cart.com/downloads.php?do=file&id=2193
    - Use the developer's Toolkit to search.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. How to remove the zenid code ?? After installed CEON URI Mapping
    By cmike in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 3 May 2016, 10:03 PM
  2. v154 Admin blank page - CEON URL mapping
    By saplanet in forum General Questions
    Replies: 12
    Last Post: 14 Jan 2015, 04:29 PM
  3. v139d Ceon uri mapping, how to generate uri mapping for bulk bulk-imported products?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 8 Jan 2013, 06:52 AM
  4. Ceon URI Mapping no admin logon page
    By Cuda71 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 19 Nov 2011, 06:03 AM
  5. Paypal orders not being logged in my 1.3.8 after installing ceon uri mapping
    By catach in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 29 Apr 2010, 07:07 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