coldmind Posted September 16, 2013 Share Posted September 16, 2013 Hello. I have a problem in the back office of a module. Top menus do not work (Catalogue, Orders, modules, etc. ..), and the header is out of position, this only happens in the back office of my module, and using Internet Explorer. I wish to find a solution to this problem, if anyone knows why it happens. I hope reply soon. Thank you. Link to comment Share on other sites More sharing options...
vekia Posted September 16, 2013 Share Posted September 16, 2013 what ps version you use? can you prepare screenshot of your issue? it sounds like issue with css / js Link to comment Share on other sites More sharing options...
coldmind Posted September 17, 2013 Author Share Posted September 17, 2013 (edited) Using the Version 1.5.0.1, in onwards, and fails in all. One is in the back office, and in Internet Explorer. I think it is not css or js problem, as I remove all html code and all Javascript and CSS code, and the back office is empty except the top menus, And these still do not work. Attached Screenshots, standard back office, and back office without code. I would appreciate some help. I await your reply soon. Thank you. Edited September 17, 2013 by coldmind (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 17, 2013 Share Posted September 17, 2013 you attached images related to module page named "columnrandomimage" you've got the same issue on other pages too? Link to comment Share on other sites More sharing options...
coldmind Posted September 18, 2013 Author Share Posted September 18, 2013 Only happens to me on that screen the back office, in the module called "columnrandomimage". In the other modules functioning properly. Link to comment Share on other sites More sharing options...
vekia Posted September 18, 2013 Share Posted September 18, 2013 it mean that module isn't fully compatibile with prestashop 1.5.x can you check browser console errors? i suppose that you will see there several errors related to 404 / css / js files Link to comment Share on other sites More sharing options...
coldmind Posted September 20, 2013 Author Share Posted September 20, 2013 (edited) The module works perfectly in all browsers (Chrome, FireFox, Opera and Safari) fails only in Internet Explorer. It might not be compatible with Prestashop 1.5.x The browser console shows the error: HTML1114, I attached screenshot. Can it be a bug in the MetaTags of the page? If that were the "Metas", I would like to know what are the Meta Tags suitable for my url. Edited September 20, 2013 by coldmind (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 25, 2013 Share Posted September 25, 2013 btw. you're using prestasbox.com service? im asking because you created this topic in section related to prestabox.com service Link to comment Share on other sites More sharing options...
coldmind Posted September 25, 2013 Author Share Posted September 25, 2013 (edited) I'm not using PrestaBox, wrong forum. If you want to expose in the forum topic you to tell me. Edited September 25, 2013 by coldmind (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 25, 2013 Share Posted September 25, 2013 ok, no worries, i'm going to move this topic to the correct forum section - it will be more visible for other developers then thank you Link to comment Share on other sites More sharing options...
rajansinha02 Posted November 14, 2013 Share Posted November 14, 2013 Hi Module menu and payment in backoffice not opening and redirects to admin login page It was working fine but after trying to install a dboptimization.zip file (module) it is redirecting to admin login page. Can any body help me. Thanks Link to comment Share on other sites More sharing options...
vekia Posted November 15, 2013 Share Posted November 15, 2013 Hi Module menu and payment in backoffice not opening and redirects to admin login page It was working fine but after trying to install a dboptimization.zip file (module) it is redirecting to admin login page. Can any body help me. Thanks try to clear your browser cache first Link to comment Share on other sites More sharing options...
rajansinha02 Posted November 17, 2013 Share Posted November 17, 2013 Thank you vekia I am glad you responded to my problem and helped me in solving it. The module I installed was defective and had to be deleted, now its working fine. But the major issues I find is- 1) Category page and sub category page description is appearing in two column/ rows and the more and hide function is not working if it is long. The category tpl is as follows {/if} {if $category->description} {if strlen($category->description) > 480} <p class="cat_desc clearfix" id="category_description_short">{$category->description|truncate:900} <span onclick="$('#category_description_short').hide(); $('#category_description_full').show();" class="lnk_more_cat">{l s='More'} </span></p> <p class="cat_desc clearfix" id="category_description_full" style="display:none">{$category->description}<span onclick="$('#category_description_short').show(); $('#category_description_full').hide();" class="lnk_more_cat close_cat">{l s='Hide'} </span></p> {else} <p class="cat_desc clearfix">{$category->description}</p> {/if} 2) The newsletter subscription module is seen no were even after re installing. Can you help me with this. Thanks Link to comment Share on other sites More sharing options...
vekia Posted November 17, 2013 Share Posted November 17, 2013 1) it is possible to check it live? your website is online? 2) under modules > positions tab in back office you've got list od modules attached to all possible "positions" in the store. Does the newsletter module appear on these positions lists? Link to comment Share on other sites More sharing options...
rajansinha02 Posted November 18, 2013 Share Posted November 18, 2013 1) It is still under product updation and below is the link for you to view. 2) The newsletter module is positioned in three positions- left column block, page header and footer. http://www.fastyl.com/en/ Link to comment Share on other sites More sharing options...
rajansinha02 Posted November 18, 2013 Share Posted November 18, 2013 You can check the problem in Category > Fashion > Saree for the first issue Thanks Link to comment Share on other sites More sharing options...
vekia Posted November 18, 2013 Share Posted November 18, 2013 1) check this: http://www.prestashop.com/forums/topic/273022-info-regarding-group-description/?do=findComment&comment=1374950 2) try to transplant newsletter block to right column (for test purposes) Link to comment Share on other sites More sharing options...
rajansinha02 Posted November 18, 2013 Share Posted November 18, 2013 1) I see two ways of coding, one the PascalVG way and the other the Maximo88 ( which is more similar to the coding i have) replaced <p by <div. 2) When I tried to hook Newsletter block to right column the following message appeared. This module cannot be transplanted to this hook Thanks Link to comment Share on other sites More sharing options...
vekia Posted November 18, 2013 Share Posted November 18, 2013 2) open newsletter module file: modules/blocknewsletter/blocknewsletter.php before last bracket } add this code: public function hookDisplayRightColumn($params) { $this->_prepareHook($params); return $this->display(__FILE__, 'blocknewsletter.tpl'); } then try to transplant module with transplant feature in back office (modules > positions tab) Link to comment Share on other sites More sharing options...
rajansinha02 Posted November 29, 2013 Share Posted November 29, 2013 Thank you Vekia Your support helped me solve both the problems today. Out of station so late in replying you back and hope for your support in future also. Thanks once again. Link to comment Share on other sites More sharing options...
vekia Posted December 1, 2013 Share Posted December 1, 2013 im so glad that i could help you a little in this case with regards milos Link to comment Share on other sites More sharing options...
rajansinha02 Posted December 5, 2013 Share Posted December 5, 2013 Hello Millos, Can you help me with the following problem, 1) I am receiving the error message as below when trying to go to the listed product description page from category section. When going to category - fashion- saree or skirt and click on any product to view the product description page.The following error message showing: Error: Access denied for user 'fastylco'@'localhost' (using password: NO) This is something new which has developed, was working alright earlier. I was uploading the products when i detected the snag yesterday. When I contacted the host provider they replied as below: It seems like it is designed to connect to a database but the password has not been provided. You would need to update your script to have the database name, username and password in it so it can establish a connection. 2) When I am trying to test the Forgot Your Password button on the login page it is showing a blank white screen. Know idea what is happening. Thank you Rajan http://www.fastyl.com/en/ Link to comment Share on other sites More sharing options...
rajansinha02 Posted December 5, 2013 Share Posted December 5, 2013 Hi The first problem was due to some wrong coding in product rating module. After deleting this module the link is working fine. But still facing the issue with "Forgot Your Password" button on the login page,when you try to retrive the lost password for your registered Email it is showing a blank white screen. Help Link to comment Share on other sites More sharing options...
vekia Posted December 5, 2013 Share Posted December 5, 2013 topic closed. please follow forum rules. one topic = one question. thanks in advance Link to comment Share on other sites More sharing options...
Recommended Posts