timmydeleu
Member
Posted 1 year ago #
I am using headspace on a new website for someone. I usually use hostgator but this person uses 1 and 1 hosting and I am having more problems that I would like to have.
I can install headspace, and use the page settings, options and import. However when I click on page or site modules I am getting a
Error 500 - Internal server error
An internal error has occurred!
Please try again at a later time point
hedronist
Member
Posted 1 year ago #
My first thought was that you might not be getting the PHP version you wanted. 1and1.com defaults to PHP 4.x. Add this to your .htaccess file to force PHP 5:
AddType x-mapp-php5 .php
Verify your settings by creating a file (I use x.php) containing:
<?php
phpinfo();
and visit it. Lots of good info there.
You can "deactivate" the plugin by moving the directory out of wp-content/plugins. That will at least get you back to the Dashboard.
timmydeleu
Member
Posted 1 year ago #
hedronist
Member
Posted 1 year ago #
timmydeleu
Member
Posted 1 year ago #