after installation can't login admin
after installation can't login admin
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.
@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 - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
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
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.
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.
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..[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
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:
Any ideas.. Seems to be a fairly harmless error.. (harmless = not preventing folks from shopping)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; }
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.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
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');
Sure this (kinda) makes sense..
J/K.. I get it.. just don't know how to address it..
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.
Bookmarks