white page index
Hello
i moved a site from server 1 to server 2
i see now index just show white page
i enabled display error, but i cant see any error
how i can understand where is issue?
Thanks.
-
some checklist for problems:
-
Check PHP Error Logs:
- Go to cPanel > Metrics > Errors to see any error messages.
- Also, check the error_log file in the root directory via File Manager.
-
Enable Full Error Reporting:
- In cPanel > Select PHP Version > PHP Options, turn on
display_errors
and seterror_reporting = E_ALL
. - Alternatively, create a
.user.ini
file in the root directory with:inidisplay_errors = On error_reporting = E_ALL
- In cPanel > Select PHP Version > PHP Options, turn on
-
Check File Permissions:
- Ensure files have
644
and directories have755
permissions. Right-click and check permissions in File Manager.
- Ensure files have
0 -
-
Is the PHP version for that domain in the new server same as it was in the old server?
0 -
The best place to check is always the cPanel >> Errors page as that would show any errors showing up for your sites. Do you see anything helpful there?
0 -
@Can Yayo i did all but all was empty honestly
0 -
@quietFinn i not sure what it was, there is any way i able check? cause i hvae not anymore access to old server
Thanks.
0 -
@cPRex all is empty honestly :(
1 -
Do you have root access to the server or just cPanel access? If you only have access to your one account you'll need to contact the hosting provider to have them check the system.
0
Please sign in to leave a comment.
Comments
7 comments