help with C5 installation with webhostingpad.com

Permalink
Hello,
I have a webhostingpad.com shared hosting account and tried to install C5 5.5.1 yesterday. They have Sotftaculous, but C5 was not an option in the CMS area

I made a folder in the root and unzipped all the files using File manager via cpanel.
Then I used mySQL DB Wizard and created a Database with the fields as described in Basic C5 setup instructions

I changed permissions in a couple of folders, but when I goto the folder where C5 is installed, I only get the text written in the index.php file.
<?php
require('concrete/dispatcher.php');

According to my cpanel, PHP is installed. You can look at my screenshot of the cpanel

a direct link to my c5 folder site (which can only currently be viewed via IP address and username:
http://204.93.183.35/~expa1275/vvs/...


Any suggestions/help, would be great

1 Attachment

 
marmalade replied on at Permalink Reply
marmalade
I assume you created your DB using PHPMyAdmin? If so, then PHP is being parsed properly by the server so probably not an issue with PHP.

Have you tried creating a phpinfo.php file with:
<?php phpinfo(); ?>
upload to your public_html directory and then open:
http://204.93.183.35/~expa1275/phpinfo.php...

This should open up all the PHP configuration & proves PHP is working OK... If this works I'd check permissions again on the concrete5 directory etc.

Cheers,
Jon.