scarrott Posted April 25, 2013 Share Posted April 25, 2013 (edited) This has been working in the past, but today i can't get the SEO and URLs section to work properly. I can go into that section from Preferences > SEO & URLs, and can see the full list fine. However, when I click on any of the items in the list, i get a Server Error along the lines of: Server error The website encountered an error while retrieving http://dspadtest.co.uk/mk2/adminmk/index.php?controller=AdminMeta&id_meta=13&updatemeta&token=6122bf05fe74e0a89c933fa1d29ac376. It may be down for maintenance or configured incorrectly. HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request. Any ideas what could be causing this? I've had a look at Advanced Parameters > Logs and there are no entries. Thanks. Edited April 25, 2013 by scarrott (see edit history) Link to comment Share on other sites More sharing options...
birkofcz Posted April 28, 2013 Share Posted April 28, 2013 (edited) I have the same problem. Upgrade from PS 1.5.4 to 1.5.4.1 and editing SEO & URLs section Debug ON and error: Fatal error: Uncaught exception 'ReflectionException' with message 'Class ddressController does not exist' in /data/web/virtuals/31683/virtual/www/classes/Meta.php:71 Stack trace: #0 /data/web/virtuals/31683/virtual/www/classes/Meta.php(71): ReflectionClass->__construct('ddressControlle...') #1 /data/web/virtuals/31683/virtual/www/controllers/admin/AdminMetaController.php(229): MetaCore::getPages(true, 'best-sales') #2 /data/web/virtuals/31683/virtual/www/classes/controller/AdminController.php(1428): AdminMetaControllerCore->renderForm() #3 /data/web/virtuals/31683/virtual/www/classes/controller/Controller.php(167): AdminControllerCore->initContent() #4 /data/web/virtuals/31683/virtual/www/classes/Dispatcher.php(349): ControllerCore->run() #5 /data/web/virtuals/31683/virtual/www/010313/index.php(50): DispatcherCore->dispatch() #6 {main} thrown in /data/web/virtuals/31683/virtual/www/classes/Meta.php on line 71 Solved: After upgrade to 1.5.4.1 has been incorrectly overwrite new files. Edited May 1, 2013 by birkofcz (see edit history) Link to comment Share on other sites More sharing options...
HowHard Posted May 14, 2013 Share Posted May 14, 2013 hmmm I've just recently got this error also and my shop is a new installation of 1.5.4.1 (it's also a multistore) Don't suppose anybody has an idea? 1 Link to comment Share on other sites More sharing options...
smartinfosys Posted May 20, 2013 Share Posted May 20, 2013 i got blank page after clickink on edit Please help me !!!!!!!!!! Link to comment Share on other sites More sharing options...
Torbjorn Posted May 24, 2013 Share Posted May 24, 2013 (edited) Hello, Same problem with both fresh install version 1.5.4.0 and 1.5.4.1 I have corrected my first post: If commented out in: classes/meta.php line 71. /*$reflection = new ReflectionClass(str_replace('.php', '', $file)); $properties = $reflection->getDefaultProperties();*/ It is possible to edit SEO and URLs from back office. Bee ware that I´m have no overview of other consequence doing this. Best regards, Edited May 25, 2013 by Torbjorn (see edit history) 1 Link to comment Share on other sites More sharing options...
wenkz027 Posted August 13, 2013 Share Posted August 13, 2013 to solve this issue change - define('_PS_MODE_DEV_', false); to - define('_PS_MODE_DEV_', true); then find error. example "Fatal error: Uncaught exception 'ReflectionException' with message 'Class ddressController does not exist' in" the red text is the file missing,maybe it was unintentionally rename or you backup the original file and rename it like "AddressController_backup" on the same directory. The solution is to remove the backup file and place it outside the controller also check if the controllers have correct file names. Hope it helps 3 Link to comment Share on other sites More sharing options...
jmeca Posted August 24, 2013 Share Posted August 24, 2013 Muchas gracias, me has salvado, estaba perdido y no sabia que mas hacer Link to comment Share on other sites More sharing options...
vekia Posted August 24, 2013 Share Posted August 24, 2013 helo please in the future use here (in english section) only english language, our community will be grateful (not everyone here know spanish) thanks in advance Link to comment Share on other sites More sharing options...
saeedsobhkhiz Posted September 11, 2013 Share Posted September 11, 2013 (edited) Categories Products Store in version 1.4 of the Google search homepage come But when we upgraded to 1.5 after three months shareware products did not in google search. Can you tell the reason? Edited September 11, 2013 by saeedsobhkhiz (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 11, 2013 Share Posted September 11, 2013 Categories Products Store in version 1.4 of the Google search homepage come But when we upgraded to 1.5 after three months shareware products did not in google search. Can you tell the reason? have you got google webmaster tools account with submited sitemap? Link to comment Share on other sites More sharing options...
saeedsobhkhiz Posted September 12, 2013 Share Posted September 12, 2013 yes www.asarayan.com Link to comment Share on other sites More sharing options...
vekia Posted September 12, 2013 Share Posted September 12, 2013 and what you see index stats? or in website maps tab? Link to comment Share on other sites More sharing options...
saeedsobhkhiz Posted September 12, 2013 Share Posted September 12, 2013 http://asarayan.com/1_index_sitemap.xml 1_fa_0_sitemap.xml Link to comment Share on other sites More sharing options...
lopezp Posted September 25, 2013 Share Posted September 25, 2013 to solve this issue change - define('_PS_MODE_DEV_', false); to - define('_PS_MODE_DEV_', true); then find error. example "Fatal error: Uncaught exception 'ReflectionException' with message 'Class ddressController does not exist' in" the red text is the file missing,maybe it was unintentionally rename or you backup the original file and rename it like "AddressController_backup" on the same directory. The solution is to remove the backup file and place it outside the controller also check if the controllers have correct file names. Hope it helps Thanks for this solution. I had this problem and it is repaired now! Link to comment Share on other sites More sharing options...
onlydeshpande Posted September 28, 2013 Share Posted September 28, 2013 Solution suggested by wenkz027 (Post# 6) solves the issue. Many thanks wenkz027. Link to comment Share on other sites More sharing options...
vekia Posted January 26, 2014 Share Posted January 26, 2014 im able to create account: Link to comment Share on other sites More sharing options...
jp77 Posted February 18, 2014 Share Posted February 18, 2014 hi I not speak English very well but your solution save my SEO Best regard Link to comment Share on other sites More sharing options...
lovemyseo Posted February 19, 2014 Share Posted February 19, 2014 to solve this issue change - define('_PS_MODE_DEV_', false); to - define('_PS_MODE_DEV_', true); then find error. example "Fatal error: Uncaught exception 'ReflectionException' with message 'Class ddressController does not exist' in" the red text is the file missing,maybe it was unintentionally rename or you backup the original file and rename it like "AddressController_backup" on the same directory. The solution is to remove the backup file and place it outside the controller also check if the controllers have correct file names. Hope it helps Where I can find these files to edit e.g in mail folder I find mail files to edit in PDF folder find PDF files to edit where will i find above file Link to comment Share on other sites More sharing options...
sudo.bash29 Posted December 9, 2014 Share Posted December 9, 2014 Will try this fix. Link to comment Share on other sites More sharing options...
Recommended Posts