Barbod
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Barbod-
You may need to speak with your hosting provider if you aren't seeing any new logs after switching to PHP 5.6, as I would expect there to be data logged for a 500 error. I use Cloud myself I have...
-
If you move to PHP 7.0 or higher, do you still see the same errors when you check the logs on the system? php changed to version 5.6, but there is no error in the log, but I still have an interna...
-
Uncaught Error: Call to undefined function mysql_connect () Your site is using mysql_connect function, mysql_connect function is not supported in php 7 versions, try changing your php version to ...