hakyangler Active member Nov 4, 2024 #1 when I try to enter the template, I get an HTTP ERROR 500 error. bunu nasıl düzeltebilirim?
Solution hakyangler Nov 4, 2024 Okay, I've solved the problem. The problem was fixed when I increased the php memory limit from 128M to 256M.
Okay, I've solved the problem. The problem was fixed when I increased the php memory limit from 128M to 256M.
ForumDevs Member Nov 4, 2024 #2 hakyangler said: when I try to enter the template, I get an HTTP ERROR 500 error. bunu nasıl düzeltebilirim? View attachment 313426 Click to expand... Check the server error logs or the XenForo error logs to find out what's causing it. Upvote 0 Downvote
hakyangler said: when I try to enter the template, I get an HTTP ERROR 500 error. bunu nasıl düzeltebilirim? View attachment 313426 Click to expand... Check the server error logs or the XenForo error logs to find out what's causing it.
hakyangler Active member Nov 4, 2024 #3 ForumDevs said: Check the server error logs or the XenForo error logs to find out what's causing it. Click to expand... there are no records Upvote 0 Downvote
ForumDevs said: Check the server error logs or the XenForo error logs to find out what's causing it. Click to expand... there are no records
hakyangler Active member Nov 4, 2024 #4 Okay, I've solved the problem. The problem was fixed when I increased the php memory limit from 128M to 256M. Upvote 0 Downvote Solution
Okay, I've solved the problem. The problem was fixed when I increased the php memory limit from 128M to 256M.
ForumDevs Member Nov 4, 2024 #5 hakyangler said: Okay, I've solved the problem. The problem was fixed when I increased the php memory limit from 128M to 256M. View attachment 313431 Click to expand... Yes, that error should show up at the server error logs like the following: Code: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 65536 bytes) in /path/to/script.php on line 25 Upvote 0 Downvote
hakyangler said: Okay, I've solved the problem. The problem was fixed when I increased the php memory limit from 128M to 256M. View attachment 313431 Click to expand... Yes, that error should show up at the server error logs like the following: Code: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 65536 bytes) in /path/to/script.php on line 25