sandbergs
Forum Replies Created
-
looking forward to it! Have a great new years everyone
looks like this backs up from the root folder. see here (reply from plugin author)
http://ww.wp.xz.cn/support/topic/plugin-backupwordpress-seems-to-work-well-butForum: Plugins
In reply to: [BackUpWordPress] [Plugin: BackUpWordPress] – Widgets not backed-up ?have you restored sites before?
Getting widgets to work when restoring a site is tricky if you are restoring the site to a different url than the original – this is not a backupwordpress issue but rather a general wordpress issue with how widget data is stored in the db. You have to go into the db and edit values for widgets or (easier) just set them up again from scratch on the new site via the admin area.Try installing it on another domain/hosting account (?)
Forum: Plugins
In reply to: [WP Minify] [Plugin: WP Minify] Where Is the Plugin?See here (reason why it was removed)
http://ww.wp.xz.cn/support/topic/wp-minify-where-did-you-go?replies=7#post-2718754Forum: Plugins
In reply to: WP-Minify, where did you go?i’m wondering the same thing (??)
to show # of comments on posts, take a look at comments_popup_link function, that’s what I am using
<?php comments_popup_link(‘Leave a Comment’, ‘1 Comment’, ‘% Comments’); ?>
http://codex.ww.wp.xz.cn/Function_Reference/comments_popup_linkForum: Fixing WordPress
In reply to: Error Log code.Anybody recognize the origin?.are you using a caching plugin? Looks like a temp php file created by something…
other than that, sorry no idea
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] return-path ?I haven’t done anything proactively to correct it, so unless it’s been updated in the plugin then then I’m sure it’s still happening to me 🙂
Forum: Plugins
In reply to: [Simple Facebook Connect] After upgrading to WP 3.2.1 SFC brokeI’m having the same problem as of yesterday – no WP upgrade (still on 3.1.2).
Forum: Plugins
In reply to: [W3 Total Cache] CSS and JS minify not workingdowngrading is a bit tricky – if you have a problem recovering your site after downgrade look for a CORE in the .htaccess file.
I have no missing file param error after upgrading to 0.9.2.2
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Upate,give me Fatal ErrorDid you restore the database as well? Or just the filesystem? Database may need to go back to previous version.
Forum: Fixing WordPress
In reply to: [HELP] Website Corrupted1567 is trying to get the mysql version and the call is failing. Is mysql running properly?
This is probably not going to help you but see this thread (similar error)
http://ww.wp.xz.cn/support/topic/tried-to-update-to-wordpress-291-and-can-no-longer-log-in?replies=6may want to manual reinstall wp and possibly remove the w3 total cache and wp-minify plugins.
Forum: Fixing WordPress
In reply to: [HELP] Website Corruptedwhat’s in line 1567 of your wp-db.php ?
Forum: Fixing WordPress
In reply to: Links "Order By" is now gone – any options to order?Thanks Andrew
I’m looking for the ability to order links in the admin area (to be able to manage them and delete old ones) – not in the display on web pages.any ideas would be appreciated