Jump to content

Module Page Missing on both 1.4.0.14 & 1.4.0.15


Recommended Posts

Hi,

Not sure how to fix this, when I click on Modules in the admin control panel it's not listing the modules installed and allowing them to be edited etc, all you get is a blank page. I upgraded to 1.4.0.15 and it's still the same, we did not have this problem when using the latest official releases in the 1.3 series.

Any ideas how to fix this as I can't get in to edit the home page text module as I can't manipulate the modules.

There's a pic to explain, I have tried multiple browsers just in case and it seems to make no difference.

Thanks.

Jamie

39586_vS9OYbl0gqBv3OQPd4JO_t

Link to comment
Share on other sites

Hi,

Not sure how to fix this, when I click on Modules in the admin control panel it's not listing the modules installed and allowing them to be edited etc, all you get is a blank page. I upgraded to 1.4.0.15 and it's still the same, we did not have this problem when using the latest official releases in the 1.3 series.

Any ideas how to fix this as I can't get in to edit the home page text module as I can't manipulate the modules.

There's a pic to explain, I have tried multiple browsers just in case and it seems to make no difference.

Thanks.

Jamie



I have the same problem, please when you get something, publish it
Link to comment
Share on other sites

Just done a fresh install of the 1.4 Final (1.4.0.17) install, fresh database as well and got the same problem.

Can anyone help fix this as if we can't mess with the modules it's going to be a bit useless and we'll need to look at another alternate product to build the new site on instead, don't want to have to do this unless we have to.

Link to comment
Share on other sites

Just done a fresh install of the 1.4 Final (1.4.0.17) install, fresh database as well and got the same problem.

Can anyone help fix this as if we can't mess with the modules it's going to be a bit useless and we'll need to look at another alternate product to build the new site on instead, don't want to have to do this unless we have to.


I also thought it was missing at first but eventually noted that it's now located under the "positions" sub tab.
Link to comment
Share on other sites

No that's different, that allows you to edit the position of the Module Blocks but not the blocks themselves. Take Home Text Editor, on the missing main modules panel you should be able to click on the edit icon to edit the content. If you do this on the position tab is for altering the position's.

Link to comment
Share on other sites

Same for me aswell on a fresh install and new database. Can see installed modules in the positions tab but not in the module only tab.

Gonna have to go back to 1.3 as thought this new version was ready for production environment.

Please help Presta!!!

Link to comment
Share on other sites

No that's different, that allows you to edit the position of the Module Blocks but not the blocks themselves. Take Home Text Editor, on the missing main modules panel you should be able to click on the edit icon to edit the content. If you do this on the position tab is for altering the position's.


Well that explains then why I can't see the PayPal module even under positions. I thought this latest version is ready for production, but how can it be if we can't see the modules and something like the PayPal module is missing.
Link to comment
Share on other sites

Same for me aswell on a fresh install and new database. Can see installed modules in the positions tab but not in the module only tab.

Gonna have to go back to 1.3 as thought this new version was ready for production environment.

Please help Presta!!!


I have found the fix for this issue and is as simple as deleting the modules folder via your ftp client and uploading again from your prestashop download.

Easy as that and all will be working again....

Hope this helps

Regards

Jay
Link to comment
Share on other sites

Same for me aswell on a fresh install and new database. Can see installed modules in the positions tab but not in the module only tab.

Gonna have to go back to 1.3 as thought this new version was ready for production environment.

Please help Presta!!!


I have found the fix for this issue and is as simple as deleting the modules folder via your ftp client and uploading again from your prestashop download.

Easy as that and all will be working again....

Hope this helps

Regards

Jay


Nope, I have tried the same and I still don't see the modules.
Link to comment
Share on other sites

We have similar issue. Interestingly it working ok, when we tried installing it locally on a PC. But when it is installed on the web server "Payments" and "Modules" are blank. trustedshops API referring to some kind of licenses and login to www.trustedshops.de. I wonder if this has to do anything with the issue.

This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA
* @copyright 2007-2011 PrestaShop SA
* @version Release: $Revision: 1.4 $
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/

class TrustedShopsSoapApi
{
const TS_SERVER = 'www.trustedshops.de';
const WS_USER = 'presta-shopsoftware';
const WS_PASSWORD = 'Yx1F5uXR';

const ACTIVATE = 1;
const DESACTIVATE = 0;

const RT_OK = 'OK';
const RT_SOAP_ERROR = -1;
const RT_INVALID_TSID = 'INVALID_TSID';
const RT_NOT_REGISTERED = 'NOT_REGISTERED_FOR_TRUSTEDRATING';
const RT_WRONG_LOGIN = 'WRONG_WSUSERNAME_WSPASSWORD';

Link to comment
Share on other sites

Found the errorsat cPanel error log:

PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 145 bytes) in /home/codeadve/public_html/presta14017/prestashop/classes/Module.php on line 639, referer: http: .../presta14017/prestashop/backoffice/index.php?tab=AdminShipping&token=7b07bf92572b3904b383d42eb3c0ff97
Exactly same error to AdminCMSContent , AdminThemes , AdminShipping . Still testing all other.

Link to comment
Share on other sites

Make a file called info.txt and put in next code:

<?php 
phpinfo();
?> 



change the extension from txt to php, upload this file to your server, run it in your browser typing www.yoursite.com/info.php and verify the memory_limit, if the value is smaller then 64 contact your hosting and try tu change it or return to 1.3.7 version.

Link to comment
Share on other sites

Hello,

We have the same problem (no modules listed in the backend) but unfortunately this suggestion didn't work for us....... Thanks anyway.

UPDATE: Finally fixed it!!! - I just needed to delete a few more modules & then it worked...........(Like about 20 more modules... - it seems the new modules introduced with v 1.4.0.17 are still retained after rolling back to the earleir version, and they cause problems.......) - regards, Karen.

Link to comment
Share on other sites

Hi Goran, I remembered something: I changed the hosting for a higher limits of PHP memory (old 32; new 128 u have 256 so this is not a problem) but there is something more (not sure if that is the problem, but u can chek) my old server was on windows platform , the new one is on linux.

Hi Karaban, your link has already been posted.

Link to comment
Share on other sites

  • 2 months later...
  • 2 months later...

I had the same problem when upgrading to 1.4.4 from a much older version.

I eventually fixed it by deleting the contents of my modules folder, then re-uploading it from the prestashop 1.4.4 zip, then deleting the trustedshops folder in the modules directory.

Hope this helps someone else!

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...