Hello,
After migrating a third-party account from inmotion using WHM with an account username and password, the website doesn't load; instead it asks to download a randomly named PHP file that contains the WordPress file that should have been parsed.
I've read and tried many possible solutions:
- deleting or renaming the .htaccess file,
- deleting a PHP declaration inside of the .htaccess (that was not there in this case),
- deleting/moving certain WordPress plugins that demand too much resources or use cache,
- increasing memory assigned to PHP (memory_limit is at 128 MB),
- checking file permissions,
- checking database health and permissions.
I use Firefox. I've had more success viewing the site with Internet Explorer (I read it doesn't care what the file type is, it just renders what it sees) but many times it happens with IE as well... like right now.
The thing is that the download vs parse problem happens most of the time, kind of randomly, but not all of the time.
That could point to memory problems, but this is a brand new server. It has only two other WordPress sites, both really lean, on one account, and an also lean web app used by just a handful of users, on another account.
Disk usage is at 26%.
Memory usage right now is:
Yesterday night I had it working for a few hours when I increased the memory assigned to PHP, but now it is failing again.
Any help will be much appreciated.
After migrating a third-party account from inmotion using WHM with an account username and password, the website doesn't load; instead it asks to download a randomly named PHP file that contains the WordPress file that should have been parsed.
I've read and tried many possible solutions:
- deleting or renaming the .htaccess file,
- deleting a PHP declaration inside of the .htaccess (that was not there in this case),
- deleting/moving certain WordPress plugins that demand too much resources or use cache,
- increasing memory assigned to PHP (memory_limit is at 128 MB),
- checking file permissions,
- checking database health and permissions.
I use Firefox. I've had more success viewing the site with Internet Explorer (I read it doesn't care what the file type is, it just renders what it sees) but many times it happens with IE as well... like right now.
The thing is that the download vs parse problem happens most of the time, kind of randomly, but not all of the time.
That could point to memory problems, but this is a brand new server. It has only two other WordPress sites, both really lean, on one account, and an also lean web app used by just a handful of users, on another account.
Disk usage is at 26%.
Memory usage right now is:
Code:
total used free shared buff/cache available
Mem: 1011376 705672 71852 5704 233852 140428
Swap: 2096444 287876 1808568
Total: 3107820 993548 1880420
Any help will be much appreciated.