brisa Posted October 25, 2009 Share Posted October 25, 2009 HiOn my backend, when i click on catolog>manufacturer There is nothing there!Just blank below the main headings.What is wrong with it?Many thanks Link to comment Share on other sites More sharing options...
chrissie Posted October 25, 2009 Share Posted October 25, 2009 did u add your manufacturers yet? Link to comment Share on other sites More sharing options...
rocky Posted October 25, 2009 Share Posted October 25, 2009 Check your PHP errorlog for a hint on what is going wrong. If you don't have access to it, change line 4 of config/config.inc.php to display errors: @ini_set('display_errors', 'on'); Then refresh the manufacturer page to display an error message. If you give us the error message, it will be easier to help. Link to comment Share on other sites More sharing options...
brisa Posted October 25, 2009 Author Share Posted October 25, 2009 Ok thanks!Apparently there is an unexpected '&' in this line: <form action="../../admin/tabs/'.¤tIndex;.'&submitAdd'.$this->table.'=1&token='.$this->token.'" method="post" enctype="multipart/form-data" class="width3"> Link to comment Share on other sites More sharing options...
rocky Posted October 25, 2009 Share Posted October 25, 2009 It must be an error in a module or code you have changed. I can't find any class="width3" in Prestashop. Link to comment Share on other sites More sharing options...
brisa Posted October 26, 2009 Author Share Posted October 26, 2009 Hmm all i have done is install a theme... Link to comment Share on other sites More sharing options...
rocky Posted October 26, 2009 Share Posted October 26, 2009 Which theme did you install and what version of Prestashop? The theme might not be compatible with your version of Prestashop. Link to comment Share on other sites More sharing options...
brisa Posted October 26, 2009 Author Share Posted October 26, 2009 I used this themehttp://dgcraft.free.fr/blog/?p=1And my version is Version 1.2.4.0 Link to comment Share on other sites More sharing options...
rocky Posted October 26, 2009 Share Posted October 26, 2009 I just checked the CHANGELOG of the demo site for that theme and it said Prestashop v1.1, so it looks like this theme was not designed to work with Prestashop v1.2.4. You could try going to the Preferences tab and turning on v1.1 theme compatibility at the bottom to see whether that works. Link to comment Share on other sites More sharing options...
brisa Posted October 26, 2009 Author Share Posted October 26, 2009 NopeStill get the same error about an unexpected '&' being there.. Link to comment Share on other sites More sharing options...
rocky Posted October 26, 2009 Share Posted October 26, 2009 I'm confused, since installing a theme shouldn't affect the Back Office. Since I don't know where the code you wrote came from, I can only say that the code you entered should be: <form action="../../admin/tabs/'.$currentIndex.'&submitAdd;'.$this->table.'=1&token;='.$this->token.'" method="post" enctype="multipart/form-data" class="width3"> Link to comment Share on other sites More sharing options...
brisa Posted October 26, 2009 Author Share Posted October 26, 2009 Getting a 404 now Link to comment Share on other sites More sharing options...
brisa Posted October 27, 2009 Author Share Posted October 27, 2009 Hmm another problemThat made the page work on my backend but when i fill in the details and click save i get a 404 page...Any ideas? Link to comment Share on other sites More sharing options...
brisa Posted October 27, 2009 Author Share Posted October 27, 2009 Can anyone help?I'ts kinda urgent...When i press 'save' once inputing all the manufacturer info i get a 404 not found.Why?What page should it be? Link to comment Share on other sites More sharing options...
rocky Posted October 28, 2009 Share Posted October 28, 2009 Is it hard to help without actually having access to your site to see what is going on. There seems to be something seriously wrong with your installation if you keep getting errors like this. Can you see what the URL of the 404 error is? Link to comment Share on other sites More sharing options...
aya-shop Posted March 28, 2012 Share Posted March 28, 2012 i have problem same too , my message eror Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 82 bytes) in/home/a9690681/public_html/classes/Country.php on line 104 how to fixed it?? thanks Link to comment Share on other sites More sharing options...
Recommended Posts