You last visited: Today at 09:51
Advertisement
HTTP ERROR 500 (Problem)
Discussion on HTTP ERROR 500 (Problem) within the SRO Private Server forum part of the Silkroad Online category.
03/29/2020, 07:06
#1
elite*gold: 14
Join Date: Feb 2016
Posts: 1,607
Received Thanks: 448
HTTP ERROR 500 (Problem)
I am sure you experts have faced this before, it happens when i try to open the website.
I believe i missed a step or so, any hints ?!
SOLVE: "solved forgot to odbc"
03/29/2020, 10:10
#2
elite*gold: 0
Join Date: May 2013
Posts: 2,223
Received Thanks: 1,485
Quote:
Originally Posted by
alydandy
I am sure you experts have faced this before, it happens when i try to open the website.
I believe i missed a step or so, any hints ?!
Error 500 is a very general HTTP status code that means something is wrong on the website server but the server could not be more specific on what the exact problem is.
03/29/2020, 11:14
#3
elite*gold: 14
Join Date: Feb 2016
Posts: 1,607
Received Thanks: 448
Quote:
Originally Posted by
NorseGodTyr
Error 500 is a very general HTTP status code that means something is wrong on the website server but the server could not be more specific on what the exact problem is.
here is the error log
[Sun Mar 29 11:12:07.499599 2020] [php7:error] [pid 17880:tid 15912] [client ::1:50094] PHP Fatal error: Uncaught Zend\\I18n\\Exception\\ExtensionNotLoadedException : Zend\\I18n\\Translator component requires the intl PHP extension in C:\\Apache24\\htdocs\\pserverCMSFull\\vendor\\zend framework\\zend-i18n\\src\\Translator\\Translator.php:259\nStack trace:\n#0 C:\\Apache24\\htdocs\\pserverCMSFull\\vendor\\zend framework\\zend-i18n\\src\\Translator\\Translator.php(355): Zend\\I18n\\Translator\\Translator->getLocale()\n#1 C:\\Apache24\\htdocs\\pserverCMSFull\\vendor\\zend framework\\zend-i18n\\src\\View\\Helper\\Translate.php(38): Zend\\I18n\\Translator\\Translator->translate('An error occurr...', 'default', NULL)\n#2 [internal function]: Zend\\I18n\\View\\Helper\\Translate->__invoke('An error occurr...')\n#3 C:\\Apache24\\htdocs\\pserverCMSFull\\vendor\\zend framework\\zend-view\\src\\Renderer\\PhpRenderer.php(397): call_user_func_array(Object(Zend\\I18n\\View\\Help er\\Translate), Array)\n#4 C:\\Apache24\\htdocs\\pserverCMSFull\\vendor\\koks pflanze\\p-server-core\\view\\error\\index.phtml(1): Zend\\View\\Renderer\\PhpRenderer->__call('translate', Array)\n#5 C:\\Apache24\\htdocs\\pserverCMSFull\\v in C:\\Apache24\\htdocs\\pserverCMSFull\\vendor\\zend framework\\zend-i18n\\src\\Translator\\Translator.php on line 259
03/29/2020, 11:16
#4
elite*gold: 0
Join Date: May 2013
Posts: 2,223
Received Thanks: 1,485
Quote:
Originally Posted by
alydandy
here is the error log
[Sun Mar 29 11:12:07.499599 2020] [php7:error] [pid 17880:tid 15912] [client ::1:50094] PHP Fatal error: Uncaught Zend\\I18n\\Exception\\ExtensionNotLoadedException : Zend\\I18n\\Translator component requires the intl PHP extension in C:\\Apache24\\htdocs\\pserverCMSFull\\vendor\\zend framework\\zend-i18n\\src\\Translator\\Translator.php:259\nStack trace:\n#0 C:\\Apache24\\htdocs\\pserverCMSFull\\vendor\\zend framework\\zend-i18n\\src\\Translator\\Translator.php(355): Zend\\I18n\\Translator\\Translator->getLocale()\n#1 C:\\Apache24\\htdocs\\pserverCMSFull\\vendor\\zend framework\\zend-i18n\\src\\View\\Helper\\Translate.php(38): Zend\\I18n\\Translator\\Translator->translate('An error occurr...', 'default', NULL)\n#2 [internal function]: Zend\\I18n\\View\\Helper\\Translate->__invoke('An error occurr...')\n#3 C:\\Apache24\\htdocs\\pserverCMSFull\\vendor\\zend framework\\zend-view\\src\\Renderer\\PhpRenderer.php(397): call_user_func_array(Object(Zend\\I18n\\View\\Help er\\Translate), Array)\n#4 C:\\Apache24\\htdocs\\pserverCMSFull\\vendor\\koks pflanze\\p-server-core\\view\\error\\index.phtml(1): Zend\\View\\Renderer\\PhpRenderer->__call('translate', Array)\n#5 C:\\Apache24\\htdocs\\pserverCMSFull\\v in C:\\Apache24\\htdocs\\pserverCMSFull\\vendor\\zend framework\\zend-i18n\\src\\Translator\\Translator.php on line 259
Translator component requires the intl PHP extension
03/29/2020, 11:34
#5
elite*gold: 14
Join Date: Feb 2016
Posts: 1,607
Received Thanks: 448
Quote:
Originally Posted by
NorseGodTyr
Translator component requires the intl PHP extension
the same php files, i use in my local pc and it works perfectly, also the apache ones working fine on my local pc.
03/29/2020, 11:36
#6
elite*gold: 0
Join Date: May 2013
Posts: 2,223
Received Thanks: 1,485
Quote:
Originally Posted by
alydandy
the same php files, i use in my local pc and it works perfectly, also the apache ones working fine on my local pc.
im sure something is wrong in the setup from webserver
03/29/2020, 11:42
#7
elite*gold: 14
Join Date: Feb 2016
Posts: 1,607
Received Thanks: 448
Quote:
Originally Posted by
NorseGodTyr
im sure something is wrong in the setup from webserver
I just don't know what i am missing, i keep searching for over 8 hours now -_- what could be missing.
solved forgot to odbc
03/31/2020, 18:50
#8
elite*gold: 0
Join Date: Mar 2007
Posts: 368
Received Thanks: 593
you need the zend extensions for php - as-the-error-message-states!
if it's working on your local pc, then copy the php.ini and the extensions directory to your server and make sure you adapt the php.ini properly.
else get the proper package, compile it and use it.
Beware that zend-i18n is deprecated - use laminas-i18n instead.
IF all of this says nothing to you, then you should just make sure you install the same webserver+extensions on your server which you also isntalled on your local pc.
You can do it!
04/01/2020, 11:45
#9
dotCom
elite*gold: 10726
Join Date: Mar 2009
Posts: 17,100
Received Thanks: 4,773
Quote:
Originally Posted by
theross
you need the zend extensions for php - as-the-error-message-states!
if it's working on your local pc, then copy the php.ini and the extensions directory to your server and make sure you adapt the php.ini properly.
else get the proper package, compile it and use it.
Beware that zend-i18n is deprecated - use laminas-i18n instead.
IF all of this says nothing to you, then you should just make sure you install the same webserver+extensions on your server which you also isntalled on your local pc.
You can do it!
He already saied that he got it solved. First post and his last post.
04/01/2020, 12:45
#10
elite*gold: 0
Join Date: Mar 2007
Posts: 368
Received Thanks: 593
The time when I wrote this, I didn't see it - else I wouldn'T have written it.
guess I was too eager.
All times are GMT +2. The time now is 09:51 .