Link to home
Start Free TrialLog in
Avatar of Chris Labbate
Chris LabbateFlag for Canada

asked on

WordPress Help


 I was working on wordpress and unfortunately I got some bad advice from a thread and need to get wordpress back up and running as quickly as possible. I had installed  plug in to do backups and it called to change the chmod permissions in the main "wp-content" folder. I changed file permissions to 755 but also the recursive into sub directories was checked. Now nothing comes up when I go to the URL? Luckily I have a full back up of both the website and SQL databse, I have reinstalled the files but I still get a blank page? Where do I go from here?

http://www.finalroof.com
Avatar of CarlsbergFTW
CarlsbergFTW
Flag of Romania image

More specific details please. Plugin used, exact steps you followed to create the damage. files you've been working with. Also post .htaccess code.

The more specific details the better, since you only posted general issues that can be created in MANY  ways
Did you put back the .htaccess as well? Often gets forgotten during backups
Avatar of Chris Labbate

ASKER

Plug Installed: backupwordpress

Our wp root directory is: metal-roofing

after following instructions, I went to "wp-content" folder and changed permissions to 755 and selected recursive into subdirectories

I did not make a back up of the .htaccess file, however it is outside of the root wp folder so I don;t think anything was changed that way.  

I have all web files and SQL database and I am able to log into the wordpress admin. The plug-ins are missing and I have no front page to view when I go to URL www.finalroof.com
Are you sure everything is back in place? Css isn't showing either. http://www.finalroof.com/wp-content/themes/metal-roofing/style.css shows a blank page. Having it set to 755 should let it show.

Is the right theme selected? in WP-admin part?
Just tried to upgrade wordpress and no luck there either... this is the error I got back.

file: /public_html/metal-roofing/wp-content/upgrade/wordpress-3.tmp/wordpress/wp-trackback.php
Let me check if that were the css file is located....I will let you know and check the wp-admin
ok here we go....

The active theme is broken. Reverting to the default theme.

Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/finalroo/public_html/metal-roofing/wp-includes/theme.php on line 477

Warning: uksort() [function.uksort]: The argument should be an array in /home/finalroo/public_html/metal-roofing/wp-admin/themes.php on line 65

Warning: array_slice() expects parameter 1 to be array, boolean given in /home/finalroo/public_html/metal-roofing/wp-admin/themes.php on line 86
Also all of my plug-ins have been disabled?

The plugin 2011030849948-2taf_social_widget.php has been deactivated due to an error: Plugin file does not exist.

although the plugins are in the proper directory.
Here is what is in the htaccess file....

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
Really looks like your all you files are not showing. Images don't appear neather; http://www.finalroof.com/metal-roofing/wp-content/themes/wp-framework/library/media/images/iphone.png

PS CSS file location was wrong in earlier post. Should be; http://www.finalroof.com/metal-roofing/wp-content/themes/wp-framework/style.css

See if you when do a refresh in your FTP program if the files are still there. The Iphone.png should be showing despite any database setting what so ever.  
Working on back-up re install right now. Thanks for your help. I have deleted the entire old wp-site and am just re-uploading the files now. Hopefully should fix the problem. I will make sure to do a FTP refresh. Stick with me! I need to get this up ASAP, thanks for your help again.
Okay staying right here :-)
ok, the website is back on the front page but it has reverted back to the original template? Although at a certain point I noticed that the FTP no longer allowed updates to the server. I got these sorts of errors.

553 Can't open that file: No such file or directory
Error:      Critical file transfer error
Status:      Starting upload of C:\Users\Double AA\Desktop\Multi-Media\www.finalroof.com\metal-roofing\wp-includes\js\tinymce\themes\advanced\skins\o2k7\ui.css
Command:      CWD /public_html/metal-roofing/wp-includes/js/tinymce/themes/advanced/skins/o2k7
Response:      550 Can't check for file existence
Did you make any changes outside the theme folder? What kind of FTP program are you using?
Now it seems broken again. Do have the original files backed up? Maybe a good Idea to check with your hoster if he can supply you a backup if not.
yup, talking with him now... it seems that when I try and upload the entire back up we exceed our bandwidth restrictions. All files combined are 2045 and Filezilla stops short at 1441. I get this error.

550 Can't create directory: Disk quota exceeded....

they are increasing our bandwidth on our hosting service now, then I will have to try and do the backup again.

Starting to wondering if I should have stayed in bed today...

my friend I would give you 100,000,000 points if it let me.
Hello Mmarketing:

 Have uploaded all files successfully and everything is there, it has just reverted back to the default wp-theme and we had a custom one created? When I go to the themes page in dashboard I don't see our original design. I really not too sure that I would? being custom and all? Again I have all files and folders, how do I get this back up and running?

 After talking with our hosting company as well, we were at 100% our bandwidth limit and I never even thought about it but I did a Wordpress upgrade from 2.9.2 to 3.0.1 today and if we ran out bandwidth in the middle of it that would have must certainly made a mess of things.

 Any ideas on how to get the theme back?
Updating wordpress shouldn't take up that much bandwidth imho. Maybe take a closer look at what your hoster is offering you fits your needs.

The ccs file show you have the default theme selected now; <link rel="stylesheet" href="http://www.finalroof.com/metal-roofing/wp-content/themes/default/style.css" type="text/css" media="screen" />

On the Google Cache I found it's : <!-- Stylesheets -->
      <link rel="stylesheet" href="http://www.finalroof.com/metal-roofing/wp-content/themes/wp-framework/style.css" type="text/css" media="screen, projection" />

Just select the WP frame work theme in the Theme's section in the backend.

Sorry just reading you've tried this already did this. Is there a folder in the wp-content/themes folder called WP-ramework?

Have you got it backed-up locally on your hard disk?

ASKER CERTIFIED SOLUTION
Avatar of mmarketing
mmarketing
Flag of Spain image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks, I was able to do a restore from the hosting account. that was a nasty little glitch. I think what happened was the update failed half way through because our hosting account ran out of space.