The Setup of 0.07.00 now still works fine on your server, but the setup of 0.08.00 not?
Did you copy the files in the root directory of your webserver or in a subfolder?
Do you have the Url of your site for me?
On which page/step does the error appear?
In setup.php or after setup when you try to enter your site?
If you have it installed on a subfolder, did you try to delete the folder and create a new one and try it in the new folder?
Did you try to contact your provider about this issue? What did they tell you about the problem?
Be sure, that you deleted the htaccess file and seo url rewrite is off in pif settings.
Well, if those questions don't help to fix the problem, the only thing I could offer is, that you give me your account details and I could take a look at it and try to find the issue.
slaughter wrote:
The Setup of 0.07.00 now still works fine on your server, but the setup of 0.08.00 not? Yes
Did you copy the files in the root directory of your webserver or in a subfolder? Into a subfolder
Do you have the Url of your site for me? Pm
On which page/step does the error appear?
In setup.php or after setup when you try to enter your site? This internal server error screen appears instead of the install.php: there is no installation at all
If you have it installed on a subfolder, did you try to delete the folder and create a new one and try it in the new folder? I even deleted the database as well. All setup attempts are absolutely clear setups
Did you try to contact your provider about this issue? What did they tell you about the problem? Because this problem appeared just with PiF 0.8, but 0.7 and PHP-fusion runs smoothly, and this is a big American provider, I do not think the problem is in their system. I wrote them a letter as ep98 suggested. Their answer could be found above
Be sure, that you deleted the htaccess file and seo url rewrite is off in pif settings. I renamed .htacces to htacces.txt. I do not know what seo url rewrite is, and where can I set it off
Well, if those questions don't help to fix the problem, the only thing I could offer is, that you give me your account details and I could take a look at it and try to find the issue. I hope you will be able to fix this problem, and I will be happy if I could help this project
I can't see a problem, make sub-domain instead of sub folder
PiF -0.8 SVN installs without any problems on Gentoo Hardened, Cent OS 5.2 and XAMPP with PHP 5.3
.htaccess have to be htaccess.txt bcz of the setting for rewrite url base to /, ignoring this - should install it like charm
Try with sub-domain, if still return 500, contact with HSP.
as a regular domain, your should go to domains - addon domain, then the CPanel will set up a new folder, not sub-folder, and will make changes to local httpd.conf
so, do the installation in sub-domain and report back
Maybe we do not understand each other. This domain is an addon domain: the main domain is a totally different one. This addon domain is in a different folder, looks like: www.mydomain.com. Sub domain is like www.subdomain.mydomain.com. If I know it correctly.
I got access to his ftp and I found the problem.
If the folder "_install" has chmod 777 the 500 server error appears.
I changed the chmod to 755 and now it works...
_install/ should be removed
.htaccess should be modified based on your webserver configuration.
Submit PiF 0.8.0 to your help desk at the hosting provider and ask them what have to be changed in order to work on they're server.
If the folder "_install" has chmod 777 the 500 server error appears.
Do you have function which requires execution ?
.... yes, I think the final step of setup automatically removes setup.php, if this step is optional, probably will not give anymore error 500 on such hosts or even removing this feature. Even Joomla! and XOOPS don't have it. They requires manual deletion of the installation folder, in last versions of XOOPS (2.5.0 Alpha 2) - they're renaming it to random generated 8 symbols hexadecimal code, in case the user is too noob, blind, tired and forget to remove the folder. Joomla! put's lock on the whole site where installation part is done and the folder installation/ is still there.