Page 36 of 36 FirstFirst ... 26343536
Results 351 to 355 of 355
  1. #351
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,637
    Plugin Contributions
    30

    Default Re: Ceon URI Mapping V5.1.1

    Can you not search on uri like roost?

    Or you could export-edit-import the table.
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

  2. #352
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,270
    Plugin Contributions
    1

    Default Re: Ceon URI Mapping V5.1.1

    Quote Originally Posted by nicksab View Post
    How do you fix an URL that redirect to the wrong EZ-Page?

    The ez-page also a correct uri pointing to it ( the one displayed in ezpage admin) so changing the ez-page id would work.

    For example:

    url abc.com/flowers points to ez page id 1 ( correct as per admin options)

    url abc.com/roost points to ez page id 1 ( wrong and no way to delete the url or change the ez page id)

    I looked into phpmyadmin but i am not able to edit the associated_id in the ceon_uri_mappings table

    It states:



    Any way around this? how can i delete the url in question?

    Thank you
    I run SQL queries from within phpmyadmin whenever I want to edit the 'ceon_uri_mappings' table, backup your database and run this query:

    Code:
    UPDATE ceon_uri_mappings SET associated_db_id=REPLACE(associated_db_id,'1','???') WHERE uri='/roost' AND main_page='page';
    (replace ??? with the new id for /roost)

    or you could delete the whole line using an appropriate DELETE query (that's not Zen Cart related so you might need to do a bit of research)
    Simon

  3. #353
    Join Date
    Apr 2011
    Posts
    427
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping V5.1.1

    thank you

  4. #354
    Join Date
    Jun 2021
    Posts
    55
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping V5.1.1

    zen version 2.01 fresh install everything was working

    installed:
    zen version 2.01
    IH5
    Ceon 5.11

    Admin says it is up to date and coughed up the info to enter into the root .htaccess file.
    I entered the info and now get the white page of nothingness


    Log says
    Code:
    [20-Sep-2024 15:47:41 UTC] Request URI: /market/index.php?main_page=product_info&products_id=1, IP address: 172.103.65.146, Language id 1
    #0 /home/fantasies/public_html/market/includes/classes/category_tree.php(127): zen_debug_error_handler()
    #1 /home/fantasies/public_html/market/includes/modules/sideboxes/categories.php(18): category_tree->zen_category_tree()
    #2 /home/fantasies/public_html/market/includes/modules/column_left.php(30): include('/home/fantasies...')
    #3 /home/fantasies/public_html/market/includes/templates/responsive_classic/common/tpl_main_page.php(142): require('/home/fantasies...')
    #4 /home/fantasies/public_html/market/index.php(94): require('/home/fantasies...')
    --> PHP Warning: Undefined array key "categories_image" in /home/fantasies/public_html/market/includes/classes/category_tree.php on line 127.
    
    [20-Sep-2024 15:47:41 UTC] Request URI: /market/index.php?main_page=product_info&products_id=1, IP address: 172.103.65.146, Language id 1
    #0 /home/fantasies/public_html/market/includes/classes/category_tree.php(153): zen_debug_error_handler()
    #1 /home/fantasies/public_html/market/includes/modules/sideboxes/categories.php(18): category_tree->zen_category_tree()
    #2 /home/fantasies/public_html/market/includes/modules/column_left.php(30): include('/home/fantasies...')
    #3 /home/fantasies/public_html/market/includes/templates/responsive_classic/common/tpl_main_page.php(142): require('/home/fantasies...')
    #4 /home/fantasies/public_html/market/index.php(94): require('/home/fantasies...')
    --> PHP Warning: Undefined variable $first_element in /home/fantasies/public_html/market/includes/classes/category_tree.php on line 153.
    
    [20-Sep-2024 15:47:41 UTC] Request URI: /market/index.php?main_page=product_info&products_id=1, IP address: 172.103.65.146, Language id 1
    #0 /home/fantasies/public_html/market/includes/classes/category_tree.php(161): zen_debug_error_handler()
    #1 /home/fantasies/public_html/market/includes/classes/category_tree.php(153): category_tree->zen_show_category()
    #2 /home/fantasies/public_html/market/includes/modules/sideboxes/categories.php(18): category_tree->zen_category_tree()
    #3 /home/fantasies/public_html/market/includes/modules/column_left.php(30): include('/home/fantasies...')
    #4 /home/fantasies/public_html/market/includes/templates/responsive_classic/common/tpl_main_page.php(142): require('/home/fantasies...')
    #5 /home/fantasies/public_html/market/index.php(94): require('/home/fantasies...')
    --> PHP Warning: Undefined array key "" in /home/fantasies/public_html/market/includes/classes/category_tree.php on line 161.
    
    [20-Sep-2024 15:47:41 UTC] Request URI: /market/index.php?main_page=product_info&products_id=1, IP address: 172.103.65.146, Language id 1
    #0 /home/fantasies/public_html/market/includes/classes/category_tree.php(161): zen_debug_error_handler()
    #1 /home/fantasies/public_html/market/includes/classes/category_tree.php(153): category_tree->zen_show_category()
    #2 /home/fantasies/public_html/market/includes/modules/sideboxes/categories.php(18): category_tree->zen_category_tree()
    #3 /home/fantasies/public_html/market/includes/modules/column_left.php(30): include('/home/fantasies...')
    #4 /home/fantasies/public_html/market/includes/templates/responsive_classic/common/tpl_main_page.php(142): require('/home/fantasies...')
    #5 /home/fantasies/public_html/market/index.php(94): require('/home/fantasies...')
    --> PHP Warning: Trying to access array offset on null in /home/fantasies/public_html/market/includes/classes/category_tree.php on line 161.
    
    [20-Sep-2024 15:47:41 UTC] Request URI: /market/index.php?main_page=product_info&products_id=1, IP address: 172.103.65.146, Language id 1
    #0 /home/fantasies/public_html/market/includes/classes/category_tree.php(168): zen_debug_error_handler()
    #1 /home/fantasies/public_html/market/includes/classes/category_tree.php(153): category_tree->zen_show_category()
    #2 /home/fantasies/public_html/market/includes/modules/sideboxes/categories.php(18): category_tree->zen_category_tree()
    #3 /home/fantasies/public_html/market/includes/modules/column_left.php(30): include('/home/fantasies...')
    #4 /home/fantasies/public_html/market/includes/templates/responsive_classic/common/tpl_main_page.php(142): require('/home/fantasies...')
    #5 /home/fantasies/public_html/market/index.php(94): require('/home/fantasies...')
    --> PHP Warning: Undefined array key "" in /home/fantasies/public_html/market/includes/classes/category_tree.php on line 168.
    
    [20-Sep-2024 15:47:41 UTC] Request URI: /market/index.php?main_page=product_info&products_id=1, IP address: 172.103.65.146, Language id 1
    #0 /home/fantasies/public_html/market/includes/classes/category_tree.php(168): zen_debug_error_handler()
    #1 /home/fantasies/public_html/market/includes/classes/category_tree.php(153): category_tree->zen_show_category()
    #2 /home/fantasies/public_html/market/includes/modules/sideboxes/categories.php(18): category_tree->zen_category_tree()
    #3 /home/fantasies/public_html/market/includes/modules/column_left.php(30): include('/home/fantasies...')
    #4 /home/fantasies/public_html/market/includes/templates/responsive_classic/common/tpl_main_page.php(142): require('/home/fantasies...')
    #5 /home/fantasies/public_html/market/index.php(94): require('/home/fantasies...')
    --> PHP Warning: Trying to access array offset on null in /home/fantasies/public_html/market/includes/classes/category_tree.php on line 168.
    
    [20-Sep-2024 15:47:41 UTC] Request URI: /market/index.php?main_page=product_info&products_id=1, IP address: 172.103.65.146, Language id 1
    #0 /home/fantasies/public_html/market/includes/classes/category_tree.php(173): zen_debug_error_handler()
    #1 /home/fantasies/public_html/market/includes/classes/category_tree.php(153): category_tree->zen_show_category()
    #2 /home/fantasies/public_html/market/includes/modules/sideboxes/categories.php(18): category_tree->zen_category_tree()
    #3 /home/fantasies/public_html/market/includes/modules/column_left.php(30): include('/home/fantasies...')
    #4 /home/fantasies/public_html/market/includes/templates/responsive_classic/common/tpl_main_page.php(142): require('/home/fantasies...')
    #5 /home/fantasies/public_html/market/index.php(94): require('/home/fantasies...')
    --> PHP Warning: Undefined array key "" in /home/fantasies/public_html/market/includes/classes/category_tree.php on line 173.
    
    [20-Sep-2024 15:47:41 UTC] Request URI: /market/index.php?main_page=product_info&products_id=1, IP address: 172.103.65.146, Language id 1
    #0 /home/fantasies/public_html/market/includes/classes/category_tree.php(173): zen_debug_error_handler()
    #1 /home/fantasies/public_html/market/includes/classes/category_tree.php(153): category_tree->zen_show_category()
    #2 /home/fantasies/public_html/market/includes/modules/sideboxes/categories.php(18): category_tree->zen_category_tree()
    #3 /home/fantasies/public_html/market/includes/modules/column_left.php(30): include('/home/fantasies...')
    #4 /home/fantasies/public_html/market/includes/templates/responsive_classic/common/tpl_main_page.php(142): require('/home/fantasies...')
    #5 /home/fantasies/public_html/market/index.php(94): require('/home/fantasies...')
    --> PHP Warning: Trying to access array offset on null in /home/fantasies/public_html/market/includes/classes/category_tree.php on line 173.
    
    [20-Sep-2024 15:47:41 UTC] Request URI: /market/index.php?main_page=product_info&products_id=1, IP address: 172.103.65.146, Language id 1
    #0 /home/fantasies/public_html/market/includes/classes/category_tree.php(185): zen_debug_error_handler()
    #1 /home/fantasies/public_html/market/includes/classes/category_tree.php(153): category_tree->zen_show_category()
    #2 /home/fantasies/public_html/market/includes/modules/sideboxes/categories.php(18): category_tree->zen_category_tree()
    #3 /home/fantasies/public_html/market/includes/modules/column_left.php(30): include('/home/fantasies...')
    #4 /home/fantasies/public_html/market/includes/templates/responsive_classic/common/tpl_main_page.php(142): require('/home/fantasies...')
    #5 /home/fantasies/public_html/market/index.php(94): require('/home/fantasies...')
    --> PHP Warning: Undefined array key "" in /home/fantasies/public_html/market/includes/classes/category_tree.php on line 185.
    
    [20-Sep-2024 15:47:41 UTC] Request URI: /market/index.php?main_page=product_info&products_id=1, IP address: 172.103.65.146, Language id 1
    #0 /home/fantasies/public_html/market/includes/classes/category_tree.php(185): zen_debug_error_handler()
    #1 /home/fantasies/public_html/market/includes/classes/category_tree.php(153): category_tree->zen_show_category()
    #2 /home/fantasies/public_html/market/includes/modules/sideboxes/categories.php(18): category_tree->zen_category_tree()
    #3 /home/fantasies/public_html/market/includes/modules/column_left.php(30): include('/home/fantasies...')
    #4 /home/fantasies/public_html/market/includes/templates/responsive_classic/common/tpl_main_page.php(142): require('/home/fantasies...')
    #5 /home/fantasies/public_html/market/index.php(94): require('/home/fantasies...')
    --> PHP Warning: Trying to access array offset on null in /home/fantasies/public_html/market/includes/classes/category_tree.php on line 185.
    
    [20-Sep-2024 15:47:41 UTC] Request URI: /market/index.php?main_page=product_info&products_id=1, IP address: 172.103.65.146, Language id 1
    #0 /home/fantasies/public_html/market/includes/classes/category_tree.php(188): zen_debug_error_handler()
    #1 /home/fantasies/public_html/market/includes/classes/category_tree.php(153): category_tree->zen_show_category()
    #2 /home/fantasies/public_html/market/includes/modules/sideboxes/categories.php(18): category_tree->zen_category_tree()
    #3 /home/fantasies/public_html/market/includes/modules/column_left.php(30): include('/home/fantasies...')
    #4 /home/fantasies/public_html/market/includes/templates/responsive_classic/common/tpl_main_page.php(142): require('/home/fantasies...')
    #5 /home/fantasies/public_html/market/index.php(94): require('/home/fantasies...')
    --> PHP Warning: Undefined array key "" in /home/fantasies/public_html/market/includes/classes/category_tree.php on line 188.
    
    [20-Sep-2024 15:47:41 UTC] Request URI: /market/index.php?main_page=product_info&products_id=1, IP address: 172.103.65.146, Language id 1
    #0 /home/fantasies/public_html/market/includes/classes/category_tree.php(188): zen_debug_error_handler()
    #1 /home/fantasies/public_html/market/includes/classes/category_tree.php(153): category_tree->zen_show_category()
    #2 /home/fantasies/public_html/market/includes/modules/sideboxes/categories.php(18): category_tree->zen_category_tree()
    #3 /home/fantasies/public_html/market/includes/modules/column_left.php(30): include('/home/fantasies...')
    #4 /home/fantasies/public_html/market/includes/templates/responsive_classic/common/tpl_main_page.php(142): require('/home/fantasies...')
    #5 /home/fantasies/public_html/market/index.php(94): require('/home/fantasies...')
    --> PHP Warning: Trying to access array offset on null in /home/fantasies/public_html/market/includes/classes/category_tree.php on line 188.
    
    [20-Sep-2024 15:47:41 UTC] Request URI: /market/index.php?main_page=product_info&products_id=1, IP address: 172.103.65.146, Language id 1
    #0 /home/fantasies/public_html/market/includes/classes/category_tree.php(205): zen_debug_error_handler()
    #1 /home/fantasies/public_html/market/includes/classes/category_tree.php(153): category_tree->zen_show_category()
    #2 /home/fantasies/public_html/market/includes/modules/sideboxes/categories.php(18): category_tree->zen_category_tree()
    #3 /home/fantasies/public_html/market/includes/modules/column_left.php(30): include('/home/fantasies...')
    #4 /home/fantasies/public_html/market/includes/templates/responsive_classic/common/tpl_main_page.php(142): require('/home/fantasies...')
    #5 /home/fantasies/public_html/market/index.php(94): require('/home/fantasies...')
    --> PHP Warning: Undefined array key "" in /home/fantasies/public_html/market/includes/classes/category_tree.php on line 205.
    
    [20-Sep-2024 15:47:41 UTC] Request URI: /market/index.php?main_page=product_info&products_id=1, IP address: 172.103.65.146, Language id 1
    #0 /home/fantasies/public_html/market/includes/classes/category_tree.php(205): zen_debug_error_handler()
    #1 /home/fantasies/public_html/market/includes/classes/category_tree.php(153): category_tree->zen_show_category()
    #2 /home/fantasies/public_html/market/includes/modules/sideboxes/categories.php(18): category_tree->zen_category_tree()
    #3 /home/fantasies/public_html/market/includes/modules/column_left.php(30): include('/home/fantasies...')
    #4 /home/fantasies/public_html/market/includes/templates/responsive_classic/common/tpl_main_page.php(142): require('/home/fantasies...')
    #5 /home/fantasies/public_html/market/index.php(94): require('/home/fantasies...')
    --> PHP Warning: Trying to access array offset on null in /home/fantasies/public_html/market/includes/classes/category_tree.php on line 205.
    in the code for the htaccess page admin said everything was fine
    The line above in red...should I remove that file or is there an edit it needs.

  5. #355
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,637
    Plugin Contributions
    30

    Default Re: Ceon URI Mapping V5.1.1

    I suggest you use updated files for starters:

    https://github.com/torvista/Zen-Cart_CEON-URI-Mapping

    probably nothing to do with your error, but FYI.
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

 

 
Page 36 of 36 FirstFirst ... 26343536

Similar Threads

  1. Ceon URI Mapping v4.x
    By conor in forum All Other Contributions/Addons
    Replies: 2444
    Last Post: 7 Oct 2020, 03:13 AM
  2. 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
  3. CEON URI Mapping
    By jmkent in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 22 Nov 2012, 04:28 PM
  4. Ceon URI Mapping v4
    By conor in forum All Other Contributions/Addons
    Replies: 110
    Last Post: 14 Aug 2011, 02:51 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