Page 156 of 245 FirstFirst ... 56106146154155156157158166206 ... LastLast
Results 1,551 to 1,560 of 2445
  1. #1551
    Join Date
    Oct 2008
    Location
    Canada
    Posts
    120
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    after installation can't login admin

  2. #1552
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by diytools View Post
    after installation can't login admin
    Need something more descriptive than that.. does the admin page not display (blank page), are you seeing the page but can't login?? What happens in DETAILS will help the community help you..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #1553
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,237
    Plugin Contributions
    20

    Default Re: Ceon URI Mapping v4.x

    @diytools

    You contacted JSWeb 3 minutes later with exactly the same message - I concur with DivaVocals here and we need far more detail before anyone can really help.

    However, you need to check your installation very carefully to ensure that you've not missed any steps - and did the login problem appear before or after you set up the htaccess file?
    Development Manager @ JSWeb Ltd
    Over 15 years with Zencart

  4. #1554
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    PHP Fatal error: 2008:MySQL client ran out of memory ::

    I get nthis error when building site maps for my site.... you may say what has this got to do with this mod... but if i turn this mod off and do rebuild of sitemaps i get no errors.

    I have a VPS with 4gb of useable free ram and my php config momory limit is set to -1 to allow all memory to be used as required, but still get this issue. Anyone have any ideas??

    [27-Jun-2014 16:11:04 Europe/London] PHP Fatal error: 2008:MySQL client ran out of memory ::
    SELECT
    uri
    FROM
    ceon_uri_mappings
    WHERE
    main_page = 'product_info'
    AND
    associated_db_id = '4617'
    AND
    language_id = '1'
    AND
    current_uri = '1'


    LIMIT 1; in /home/*********/public_html/includes/classes/db/mysql/query_factory.php on line 120
    [27-Jun-2014 16:11:04 Europe/London] PHP Fatal error: 2013:Lost connection to MySQL server during query :: select count(*) as total
    from sessions
    where sesskey = 'a21e966c4fea93934404bd9335450509' in /home/*********/public_html/includes/classes/db/mysql/query_factory.php on line 120

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

    Default Re: Ceon URI Mapping v4.x

    Although it's a different out-of-memory error, if the site is running PHP 5.4.20+ the change that picandnix suggested in post#1519 might help.

  6. #1556
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by kitcorsa View Post
    I have a VPS with 4gb of useable free ram and my php config momory limit is set to -1 to allow all memory to be used as required, but still get this issue. Anyone have any ideas??
    lat9 is right about the possible solution.. but I wanted to comment on this..

    having a VPS is NO GUARANTEE against memory leak errors (which is what this most likely is -- and why the fix lat9 suggested is the fix)
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #1557
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping v4.x

    periodically getting this in the error log:
    [28-Jun-2014 13:39:35 America/Denver] PHP Fatal error: Call to a member function add() on a non-object in /home/XXXXXX/public_html/includes/classes/class.CeonURIMappingHandlerBase.php on line 131
    Seems that this error rears it's ugly head every now and then, and I'm not seeing a solution..

    http://www.zen-cart.com/showthread.p...19#post1197519
    http://www.zen-cart.com/showthread.p...75#post1232675

    The entire block that includes the offending code is:
    Code:
            if (!$this->_request_uri_value_identified) {
                // Essential information isn't available, can't proceed with attempt to map URIs, warn user!
                $messageStack->add(
                    'Ceon URI Mapping cannot find a usable value for the REQUEST_URI server variable!', 'error');
                
                return;
            }
    Any ideas.. Seems to be a fairly harmless error.. (harmless = not preventing folks from shopping)
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #1558
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by DivaVocals View Post
    periodically getting this in the error log:


    Seems that this error rears it's ugly head every now and then, and I'm not seeing a solution..

    http://www.zen-cart.com/showthread.p...19#post1197519
    http://www.zen-cart.com/showthread.p...75#post1232675

    The entire block that includes the offending code is:
    Code:
            if (!$this->_request_uri_value_identified) {
                // Essential information isn't available, can't proceed with attempt to map URIs, warn user!
                $messageStack->add(
                    'Ceon URI Mapping cannot find a usable value for the REQUEST_URI server variable!', 'error');
                
                return;
            }
    Any ideas.. Seems to be a fairly harmless error.. (harmless = not preventing folks from shopping)
    Been looking for a solution for a while now. I was beginning to think a couple of us was the only one crazy..... :) Nope doesn't happen but every now and then like you said.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by countrycharm View Post
    Been looking for a solution for a while now. I was beginning to think a couple of us was the only one crazy..... :) Nope doesn't happen but every now and then like you said.
    I don't use this plugin, so don't know why the code's going down that path, but the debug-log file is being generated because the plugin auto-loads at breakpoint 99 but the $messageStack isn't instantiated until breakpoint 130 (so there's no $messageStack available at the time of the execution). Following is the section of the ZC 1.5.1 config.core.php that is run between breakpoints 99 and 130; I've no idea why Conor chose breakpoint 99 as the loading point:
    Code:
    /**
     * Breakpoint 100.
     *
     * require('includes/init_includes/init_sanitize.php');
     * $template = new template_func();
     *
     */
      $autoLoadConfig[100][] = array('autoType'=>'classInstantiate',
                                     'className'=>'template_func',
                                     'objectName'=>'template');
      $autoLoadConfig[100][] = array('autoType'=>'init_script',
                                     'loadFile'=> 'init_sanitize.php');
    /**
     * Breakpoint 110.
     *
     * require('includes/init_includes/init_languages.php');
     * require('includes/init_includes/init_templates.php');
     *
     */
      $autoLoadConfig[110][] = array('autoType'=>'init_script',
                                     'loadFile'=> 'init_languages.php');
      $autoLoadConfig[110][] = array('autoType'=>'init_script',
                                     'loadFile'=> 'init_templates.php');
    /**
     * Breakpoint 120.
     *
     * $_SESSION['navigation']->add_current_page();
     * require('includes/init_includes/init_currencies.php');
     *
     */
      $autoLoadConfig[120][] = array('autoType'=>'objectMethod',
                                    'objectName'=>'navigation',
                                    'methodName' => 'add_current_page');
      $autoLoadConfig[120][] = array('autoType'=>'init_script',
                                     'loadFile'=> 'init_currencies.php');

  10. #1560
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping v4.x

    Sure this (kinda) makes sense..

    J/K.. I get it.. just don't know how to address it..

    Quote Originally Posted by lat9 View Post
    I don't use this plugin, so don't know why the code's going down that path, but the debug-log file is being generated because the plugin auto-loads at breakpoint 99 but the $messageStack isn't instantiated until breakpoint 130 (so there's no $messageStack available at the time of the execution). Following is the section of the ZC 1.5.1 config.core.php that is run between breakpoints 99 and 130; I've no idea why Conor chose breakpoint 99 as the loading point:
    Code:
    /**
     * Breakpoint 100.
     *
     * require('includes/init_includes/init_sanitize.php');
     * $template = new template_func();
     *
     */
      $autoLoadConfig[100][] = array('autoType'=>'classInstantiate',
                                     'className'=>'template_func',
                                     'objectName'=>'template');
      $autoLoadConfig[100][] = array('autoType'=>'init_script',
                                     'loadFile'=> 'init_sanitize.php');
    /**
     * Breakpoint 110.
     *
     * require('includes/init_includes/init_languages.php');
     * require('includes/init_includes/init_templates.php');
     *
     */
      $autoLoadConfig[110][] = array('autoType'=>'init_script',
                                     'loadFile'=> 'init_languages.php');
      $autoLoadConfig[110][] = array('autoType'=>'init_script',
                                     'loadFile'=> 'init_templates.php');
    /**
     * Breakpoint 120.
     *
     * $_SESSION['navigation']->add_current_page();
     * require('includes/init_includes/init_currencies.php');
     *
     */
      $autoLoadConfig[120][] = array('autoType'=>'objectMethod',
                                    'objectName'=>'navigation',
                                    'methodName' => 'add_current_page');
      $autoLoadConfig[120][] = array('autoType'=>'init_script',
                                     'loadFile'=> 'init_currencies.php');
    I guess that those of us continuing to use this module could hold our breath and wait for the current maintainers to step in with a solution..

    In the meantime, I'll continue to monitor my error logs and make preparations to transition the clients who use this module away from this module altogether.. yep.. Sadly, I'm tapping out.. while I use other modules which have been solely community supported on client sites, IMHO this module is not in a class of modules that I am comfortable continuing to use for clients based SOLELY on community support.. too many things can go wrong that I cannot troubleshoot on my own.. there is just not enough author/maintainer support here to give me confidence in this module anymore..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 

Similar Threads

  1. 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
  2. CEON URI Mapping
    By jmkent in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 22 Nov 2012, 04:28 PM
  3. Ceon URI Mapping (SEO)
    By conor in forum All Other Contributions/Addons
    Replies: 2906
    Last Post: 9 Sep 2011, 08:31 AM
  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