HTTP ERROR 500 (Problem)

03/29/2020 07:06 devdash#1
[Only registered and activated users can see links. Click Here To Register...]


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 NorseGodTyr#2
Quote:
Originally Posted by alydandy View Post
[Only registered and activated users can see links. Click Here To Register...]


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 devdash#3
Quote:
Originally Posted by NorseGodTyr View Post
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

03/29/2020 11:16 NorseGodTyr#4
Quote:
Originally Posted by alydandy View Post
here is the error log

Translator component requires the intl PHP extension
03/29/2020 11:34 devdash#5
Quote:
Originally Posted by NorseGodTyr View Post
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 NorseGodTyr#6
Quote:
Originally Posted by alydandy View Post
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 devdash#7
Quote:
Originally Posted by NorseGodTyr View Post
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 :p
03/31/2020 18:50 theross#8
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 Devsome#9
Quote:
Originally Posted by theross View Post
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 theross#10
The time when I wrote this, I didn't see it - else I wouldn'T have written it.
guess I was too eager.