READ - Getting scripts working on x10Hosting

Status
Not open for further replies.

tnl2k7

Banned
Messages
3,131
Reaction score
0
Points
0
As many of you will know, the recent PHP security changes have cause a lot of problems with installing scripts. This thread should help you get things installed and working.

Before you post about a script not working, please look in this thread to see if we've already covered installing your script to work on your x10Hosting account. Basically, some scripts might not work in their default configuration because of the way we've secured our PHP installation. This is nothing to worry about and can easily be fixed.

Finished
Installing WordPress

In progress
Moodle

Note: I'm still working on this, please don't add anything to it if you're staff, and be patient with me if you're a member.

-Luke.

* Thread Closed *
 
Last edited:

tnl2k7

Banned
Messages
3,131
Reaction score
0
Points
0
Installing WordPress

When installing WordPress, you'll get an error like this:
Warning: phpinfo() has been disabled for security reasons

To solve it, login to your account management panel and change your PHP version to intermediate if it isn't already. Now open the /wp-includes/functions.php file using the cPanel code editor in the file manager. Comment out line 2223 by adding '// ' before it, so it looks like this:
Code:
//             phpinfo(8);

Now you can resume the normal WordPress setup wizard by browsing to wherever you installed WordPress to on your x10Hosting website.

-Luke.
 
Status
Not open for further replies.
Top