Jump to content

** SOLVED ** Error installing 1.4 final release ** SOLVED **


Recommended Posts

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?

40438_TBI1jx5tIvD7xP6hkDPR_t

40440_c16GxKXnJsNDX06xrRw4_t

Link to comment
Share on other sites

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 51

and 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 1507

Can u help [;ease

Link to comment
Share on other sites

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

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

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

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

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 3

Warning: 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 3

Fatal 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

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

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 6

Warning: 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 6

Fatal 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

Hello

I activate display_erros and Is giving this error

Fatal error: Call to undefined function mb_convert_encoding() in /home/pnnorthn/public_html/classes/Tools.php on line 1524

www.pnnorth.netpita.com


EDIT: 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...