HELP: Wordpress has gone MENTAL!!!

Status
Not open for further replies.

takuhii

New Member
Messages
344
Reaction score
0
Points
0
Since PHP was upgraded, I have had the odd error here and there, but this one takes the biscuit really. Since logging on to my Blog (http://takuhii.x10hosting.com/), I no longer have the permission to do ANYTHING within my blog. I can't manage pages, I can't add custom fields. Can somebody PLEASE help me...

I've had to disable a load of plug-ins because everything was errorring out all over the place...
 

thestormrage

New Member
Messages
7
Reaction score
0
Points
0
Hey, your site seems good at the frontend. What errors do you get when you try to manage??
 

deadimp

New Member
Messages
249
Reaction score
0
Points
0
Yeah, I don't see anything wrong with the front-end either. We need a little more detail if there's still something wrong.
 
Last edited:

PSP-Heaven

New Member
Messages
428
Reaction score
0
Points
0
My wordpress has started acting up for some strange reason. Widgets no longer drag, the only theme that works is the default, my other theme just messes up so bad, when loaded, it looks like a RSS feed. Maybe Corey should know about this?
 

takuhii

New Member
Messages
344
Reaction score
0
Points
0
Yeah, I don't see anything wrong with the front-end either. We need a little more detail if there's still something wrong.
It's hard, cos to actually get my website to work, I've had to disable a load of plugins... But when trying to delete posts or pages I no longer require, Wordpress tells me I do not have permission to do that... I should, I log in as Admin, I'm REALLY not impressed at the monite, I know the guys are working hard, but this PHP upgrade seems to have done more harm than good without any sort of impact analysis involved...

Please, someone help me fix this...
 

Micro

Retired staff <i> (11-12-2008)</I>
Messages
1,301
Reaction score
0
Points
36
It's being worked on.... The ad-free server needs configuring with cPanel which they have to do, everything else needs doing and to top it off PHP is messed up...

Check the permissions on your files in cPanel filemanager and check they are right, i've seen scripts screw up for having the writable bit on non-writable files.
 

takuhii

New Member
Messages
344
Reaction score
0
Points
0
It's being worked on.... The ad-free server needs configuring with cPanel which they have to do, everything else needs doing and to top it off PHP is messed up...

Check the permissions on your files in cPanel filemanager and check they are right, i've seen scripts screw up for having the writable bit on non-writable files.
Cheers for the heads up Tom, do we have an ETA on this??
 

deadimp

New Member
Messages
249
Reaction score
0
Points
0
Have you tried switching your error reporting to E_ALL to see what all's going on?
 
Last edited:

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
I would try the error reporting like deadimpx said.

I just posted in the server alerts... we are moving servers so we are not going to waste any more time trying to make the custom PHP work with cPanel on this server. The new server should be up today and we'll start moving accounts ASAP.

Once moved everything SHOULD work correctly.

-Corey
 

takuhii

New Member
Messages
344
Reaction score
0
Points
0
I would try the error reporting like deadimpx said.

I just posted in the server alerts... we are moving servers so we are not going to waste any more time trying to make the custom PHP work with cPanel on this server. The new server should be up today and we'll start moving accounts ASAP.

Once moved everything SHOULD work correctly.

-Corey
Corey, you are indeed "The Man!", how do I switch the error reporting to E_ALL, unfortunately I have no idea how to do this, I scanned CPanel quite thoroughly, and couldn't see anything obvious...

Regards
Takuhii
 

theblazingangel

New Member
Prime Account
Messages
90
Reaction score
0
Points
0
@takuhii, thats something you'll need to do in the wordpress php code itself!

you would use:
Code:
ini_set('display_errors', 1);
error_reporting(E_ALL);

i recommend you just wait until Corey has finished moving accounts though, you might just find it works fine afterwards!
 
Last edited:
Status
Not open for further replies.
Top