new website using phpvms

Status
Not open for further replies.

dhyde

New Member
Messages
15
Reaction score
0
Points
0
i am trying to open a new virtual airline using the phpvms system, i have installed all the parts nesessery to run the system but all i get is error codes on the web page

my website is the following www.europeanallianceva.co.uk if you think you can help please feel free to log in to my site,

all help is appreciated

cheers

Darrell Hyde
 

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
Hello Darrell,

These errors are caused because we are running a new version of PHP, version 5.4, but the software you are using is designed for older versions. :)

To resolve these problems, you can do either one of the following:
- Downgrade your account's PHP version by following this guide.
- Use PHP's error_reporting() function at the start of the PHP code to hide E_STRICT errors.
- Fix the original PHP code.

Thank you,
 

dhyde

New Member
Messages
15
Reaction score
0
Points
0
i really dont have a clue on how to down grade the account from the guide, as i cant find the original .htaccess file, please can someone help me in laymans terms in how to do it in a step by step easy guide

many thanks
 

garrettroyce

Community Support
Community Support
Messages
5,611
Reaction score
249
Points
63
the guide said:
Create a new file called .htaccess in the folder you wish to run as PHP 5.3, or edit the existing .htaccess in that folder, and add the following line:
Code:
Code:
AddType application/x-httpd-php53 .php .php5 .phtml

Using the CPanel file manager, go to the folder where PHPVMS is installed and edit the file named .htaccess. If a file named .htaccess does not exist, create it first. Add the code from the guide to that file and save the file.
 

dhyde

New Member
Messages
15
Reaction score
0
Points
0
what program do i make to .htaccess file from, is it windows notpad????

as i have just tried this and still no joy

or if i give my log in details to you could you do this for me??????
 

garrettroyce

Community Support
Community Support
Messages
5,611
Reaction score
249
Points
63
CPanel file manager would be the easiest.

Go to Cpanel -> File Manager

Go to the folder /home/europea2/public_html/europeanallianceva.co.uk

Click "New File"

Give it the file name .htaccess (there MUST be a period before the name)

Put this and only this in the file:

AddType application/x-httpd-php53 .php .php5 .phtml

Save the file.
 

dhyde

New Member
Messages
15
Reaction score
0
Points
0
just tries that and file does not appear in folder

i really do appreciate your help
 

garrettroyce

Community Support
Community Support
Messages
5,611
Reaction score
249
Points
63
Your CPanel is probably configured to hide files that start with a period; this is normal.

Go to the very bottom of your main CPanel page (the first page you see when logging in).

Click "reset all interface settings".

Close the tutorials box that pops up.

Click the file manager. It will open a popup with some options. Make sure "Show hidden files (dotfiles)." is checked and click "Go"

Go to the folder /home/europea2/public_html/europeanallianceva.co.uk

Highlight the file named .htaccess

Use the file editor to edit the file and put in the directive:

AddType application/x-httpd-php53 .php .php5 .phtml

Save the file
 

dhyde

New Member
Messages
15
Reaction score
0
Points
0
thank you so much, it has cleared all the error codes but 1, which is a skin issue, which i will have to figure out i guess

not sure how but
 

dhyde

New Member
Messages
15
Reaction score
0
Points
0
thanks again, sorry for the long winded way round, i just havent got a clue on websites. lol
 

garrettroyce

Community Support
Community Support
Messages
5,611
Reaction score
249
Points
63
No problem. You aren't the first person to have a problem with this :)
 

dhyde

New Member
Messages
15
Reaction score
0
Points
0
just hope some one can help with the final problem

Notice: The template file "/home/europea2/public_html/europeanallianceva.co.uk//lib/skins/CURRENT_SKIN/header.tpl" doesn't exist in /home/europea2/public_html/europeanallianceva.co.uk/core/classes/TemplateSet.class.php on line 248

Recent Reports
No reports have been filed
Newest Pilots

Warning: Invalid argument supplied for foreach() in /home/europea2/public_html/europeanallianceva.co.uk/core/templates/frontpage_recentpilots.tpl on line 3
Users Online
There have been 0 user(s), and 0 guest(s) online in the past 20 minutes.


Notice: The template file "/home/europea2/public_html/europeanallianceva.co.uk//lib/skins/CURRENT_SKIN/footer.tpl" doesn't exist in /home/europea2/public_html/europeanallianceva.co.uk/core/classes/TemplateSet.class.php on line 248
 

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
It looks like you're already getting help with that one in the Programming forum. (ref)

As the issue is resolved, I'm closing this topic for any further posts. If you have any further questions, please create a new topic. :)

Thank you,
 
Status
Not open for further replies.
Top