play33 Posted March 16, 2011 Share Posted March 16, 2011 Hi, Made a full install from the 1.4 release and have the follow problem:1. When i click in modules dont appear nothing, only in the top Back Office -> Modules 2. when i click in payments appear nothing.the other is normal.Anybody know what should be? Link to comment Share on other sites More sharing options...
Bruno Leveque Posted March 16, 2011 Share Posted March 16, 2011 Hi,You can edit this file: /config/config.inc.php Then switch: 'display_errors, 'Off'); to 'display_errors, 'On'); at the begining of the file. Refresh your page in the admin panel and will be able to see the error and which module is causing trouble.Regards, Link to comment Share on other sites More sharing options...
play33 Posted March 16, 2011 Author Share Posted March 16, 2011 appear the follow for the payment tab: Fatal error: Out of memory (allocated 21233664) (tried to allocate 15768 bytes) in /home2/mm/public_html/shop/classes/CacheFS.php on line 51and for the modules the follow:Fatal error: Out of memory (allocated 21233664) (tried to allocate 19456 bytes) in /home2/mm/public_html/shop/classes/Module.php(408) : eval()'d code on line 1507Can u help [;ease Link to comment Share on other sites More sharing options...
Bruno Leveque Posted March 16, 2011 Share Posted March 16, 2011 Ok try to do edit: /admin/tabs/AdminModules.phpAt the begining of the file before: class AdminModules add: ini_set('memory_limit', '64M'); Regards, Link to comment Share on other sites More sharing options...
play33 Posted March 16, 2011 Author Share Posted March 16, 2011 Hi, i made this and is not working:* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)* International Registered Trademark & Property of PrestaShop SA*/include_once(PS_ADMIN_DIR.'/../tools/tar/Archive_Tar.php');ini_set('memory_limit', '64M'); <----------------------------------class AdminModules extends AdminTab{ /** @var array map with $_GET keywords and their callback */ private $map = array( 'install' => 'install', 'uninstall' => 'uninstall', 'configure' => 'getContent', 'delete' => 'delete' ); private $listTabModules; private $listPartnerModules = array(); private $listNativeModules = array(); private $_moduleCacheFile; static private $MAX_DISP_AUTHOR = 20; // maximum length to display Link to comment Share on other sites More sharing options...
Bruno Leveque Posted March 16, 2011 Share Posted March 16, 2011 Hi,No error in what you did, maybe your hosting provider is preventing your from changing the allowed memory.You can check it by creating a new file called php.php with this: <?php ini_set('memory_limit', '64M'); phpinfo(); ?> Then go to this file with your web-browser, you should see a long page with a lot of information.Search for "memory_limit", in the first column you should have 64M and in the second one probably 16M.If you got 16M & 16M, your hosting provider is preventing you from changing the value.Regards, Link to comment Share on other sites More sharing options...
play33 Posted March 16, 2011 Author Share Posted March 16, 2011 Hi,have 32m and 32mDo u thinkg i can't install this release of prestashop in this server?thanks Link to comment Share on other sites More sharing options...
Bruno Leveque Posted March 16, 2011 Share Posted March 16, 2011 Hi,Usually 32M is very large and you shouldn't experience this issue.I guess you have a lot of modules or you have a big one consuming a lot of memory.For a first try, you could remove some directories in "/modules", for instance delete 50% of the modules, it should solve your issue.Regards, Link to comment Share on other sites More sharing options...
play33 Posted March 16, 2011 Author Share Posted March 16, 2011 hi, deleted a 30 modules and appear to be ok now. less modules than the release cames. Well the good is its workingThanks for the helping. Link to comment Share on other sites More sharing options...
Bruno Leveque Posted March 16, 2011 Share Posted March 16, 2011 You can now add them one by one until it crash.If you have any modules not coming from the release, you should try to move these ones first.Regards, Link to comment Share on other sites More sharing options...
gadgetlombok Posted March 22, 2011 Share Posted March 22, 2011 Fatal error: Class GridExtJS contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (ModuleGridEngineCore::setLimit) in /home/sloki/user/h27753/sites/store.gadgetlombok.com/www/classes/Module.php(408) : eval()'d code on line 16 Link to comment Share on other sites More sharing options...
gadgetlombok Posted March 22, 2011 Share Posted March 22, 2011 sorry,double post Link to comment Share on other sites More sharing options...
han08 Posted March 25, 2011 Share Posted March 25, 2011 Back Office Modules Warning: include_once(/home2/homekore/public_html/wholesaleremote/classes/PEAR.php) [function.include-once]: failed to open stream: No such file or directory in /home2/homekore/public_html/wholesaleremote/classes/Module.php(408) : eval()'d code on line 3Warning: include_once() [function.include]: Failed opening '/home2/homekore/public_html/wholesaleremote/classes/PEAR.php' for inclusion (include_path='.:/usr/lib64/php:/usr/lib/php') in /home2/homekore/public_html/wholesaleremote/classes/Module.php(408) : eval()'d code on line 3Fatal error: Class GridExtJS contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (ModuleGridEngineCore::setLimit) in /home2/homekore/public_html/wholesaleremote/classes/Module.php(408) : eval()'d code on line 13 Link to comment Share on other sites More sharing options...
gbaby Posted March 25, 2011 Share Posted March 25, 2011 Thanks, this worked for me. Link to comment Share on other sites More sharing options...
Goran Posted March 26, 2011 Share Posted March 26, 2011 does anybody have fixed files to share it with me.Please zip it and send me to email: [email protected]thank you&best;regards Goran Link to comment Share on other sites More sharing options...
karban Posted March 27, 2011 Share Posted March 27, 2011 Hello,You are brilliant!!! lol - I've been on this for hours & hours tearing my hair out, trying everything but nothing was working until now - I also had to delete quite a few modules (maybe 15 - 20) to get it working again. It seems that after rolling back there are still a lot of the 'New" modules still left in the module folder & not deleted - once I deleted those modules from the server the module list re-appeared in the back-end (..I'm using the pro Auto Updater module btw, which does the upgrading and or rolling-back to a previous version for you at the switch of a button, (it's excellent & highly recommend) so I shouldn't have had any problems with rolling back...but it seems even the automatic updater script had problems rolling back from the latest version for some reason).Thank you so much for your help.Regards, Karen. Link to comment Share on other sites More sharing options...
Goran Posted March 27, 2011 Share Posted March 27, 2011 Now I'm using 1.3.7 and this work fine.best regrads! Link to comment Share on other sites More sharing options...
rivkelecruz Posted March 28, 2011 Share Posted March 28, 2011 If you have any modules not coming from the release, you should try to move these ones first. These all can arrived many of the problems these all are release with many of the reasons. Link to comment Share on other sites More sharing options...
Goran Posted March 28, 2011 Share Posted March 28, 2011 HiNo. I'm used only original modules that are in package 1.4.0.17regards Link to comment Share on other sites More sharing options...
juanv Posted March 29, 2011 Share Posted March 29, 2011 HiI had the same problem, I solved it by deleting the fedexcarrier module and everything is showing up again incl in the payment tab! Link to comment Share on other sites More sharing options...
audia4 Posted March 30, 2011 Share Posted March 30, 2011 I am trying to install 1.4 and the Module tab is empty. I try to follow the thread of some of the solutions but the error code I am getting is listed below. I need some help urgently.Warning: include_once(/hermes/bosweb/web056/b564/ipw.aonesolu/public_html/realsupport4u/classes/PEAR.php) [function.include-once]: failed to open stream: No such file or directory in /hermes/bosweb/web056/b564/ipw.aonesolu/public_html/realsupport4u/classes/Module.php(408) : eval()'d code on line 6Warning: include_once() [function.include]: Failed opening '/hermes/bosweb/web056/b564/ipw.aonesolu/public_html/realsupport4u/classes/PEAR.php' for inclusion (include_path='.:/usr/local/lib/php-5.2.17/lib/php') in /hermes/bosweb/web056/b564/ipw.aonesolu/public_html/realsupport4u/classes/Module.php(408) : eval()'d code on line 6Fatal error: Class GridExtJS contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (ModuleGridEngineCore::setLimit) in /hermes/bosweb/web056/b564/ipw.aonesolu/public_html/realsupport4u/classes/Module.php(408) : eval()'d code on line 16 Link to comment Share on other sites More sharing options...
awebb-designer Posted March 31, 2011 Share Posted March 31, 2011 I made the change to the adminmodule.php and now I have a error in the module page of:Fatal error: Class 'CarrierModule' not found in D:\hosting\7132113\html\classes\Module.php(323) : eval()'d code on line 29Please help!!! Link to comment Share on other sites More sharing options...
tanaka Posted April 4, 2011 Share Posted April 4, 2011 Hi,I have the same problem, anyone has found a solution ?Please help !!Thanks, Link to comment Share on other sites More sharing options...
Noctes Posted April 6, 2011 Share Posted April 6, 2011 HelloI activate display_erros and Is giving this errorFatal error: Call to undefined function mb_convert_encoding() in /home/pnnorthn/public_html/classes/Tools.php on line 1524www.pnnorth.netpita.comEDIT: i don´t install module BLOCK ADVERTISING.. and it´s all fine on BACK OFFICE. Don´t give any error. But now give that error on FRONT OFFICE.. can you help me? Link to comment Share on other sites More sharing options...
Bruno Leveque Posted April 6, 2011 Share Posted April 6, 2011 Hi,This bug has been fixed a few days ago and will be available in the next release.You can fix it quickly by asking your hosting provider to enable the PHP mb_string extension.Regards, Link to comment Share on other sites More sharing options...
Peter Phelan Posted April 9, 2011 Share Posted April 9, 2011 My list of Modules appeared after deleting a number of the ones I do not use. Try going into the modules folder via ftp and scroll down and delete those module folders you know you will never use.Peter Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now