valuxes
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Archiving and Database maintenanceThanks samboll.
I found this link which may be helpful:
Forum: Fixing WordPress
In reply to: Edit Post returns blank screenA question to the developers: wouldn’t it be a good idea to make the memory size a General or Miscellaneous Setting? Or else, upsize the default: 32M may not be enough?
Forum: Fixing WordPress
In reply to: Edit Post returns blank screenAllright, I had to update WP 2.9.2 all over again — manually this time — and that solved the problem.
I believe the error may have been caused because I made the memory size change to wp-settings.php of WP 2.9.1 (which I had on my PC) while I had automatically upgraded to WP 2.9.2 on the server, hence a mismatch.
I have now synched WP on the server and on my PC to 2.9.2. In fact, I intend to ALWAYS do a manual upgrade of WP from now on. This way, I remember to keep both versions (server and PC) in sync.
I am not sure but the auto upgrade of WP 2.9.2 may have copied wp-settings.php with the default 32M memory size — which reintroduced the original problem of not being able to edit a long post. I upsized the memory and I can now edit the long post again.
Moral of the story: it’s probably best to manually upgrade WP (as well as the plugins, for that matter) if you do any changes on your PC first and then FTP the changes to your server. This way, you won’t auto upgrade WP on the server and forget to manually upgrade WP on your PC. Just my 2c.
Forum: Fixing WordPress
In reply to: Edit Post returns blank screenOK, that killed my site completely with a:
Fatal error: Call to undefined function is_admin() in […]/wp-includes/vars.php on line 16
sigh!
Forum: Fixing WordPress
In reply to: Background z-indexOK thanks
Forum: Fixing WordPress
In reply to: Exclude Category except for Single, Archive and CategoryI see. OK thanks, will try.
Forum: Fixing WordPress
In reply to: Back Ground ColorThere are lots of areas where a background color is specified. You need to identify which one to change. Take a look inside header.php, index.php and footer.php to get a sense of the structure of your template. Identify the ID or class and change the background color for that ID or class in styles.css
Forum: Fixing WordPress
In reply to: Moving WordPress SiteProbably your export from the old server included a statement to create the database. Delete the DB in the new server (if there is nothing in it) and just run the import.
Forum: Fixing WordPress
In reply to: No Keywords or description displaying (All in One SEO)Ensure it is turned on (it gets turned off sometimes when you upgrade it to a new version): Settings – All in One SEO – enable Plugin Status.
Forum: Fixing WordPress
In reply to: How to enable comments on posts?First make sure that you have enabled commenting: Settings – Discussion – Default article settings – check on Allow people to post comments on new articles.
On each Post, you can also override that setting. Edit the post and scroll down to where it says: Discussion – check on Allow Comments.
Forum: Fixing WordPress
In reply to: Gallery from folder on my serverWant a gallery of images with rating capability? There’s a plugin for that. Try PhotoSmash.
Forum: Fixing WordPress
In reply to: Time ProblemForum: Fixing WordPress
In reply to: Can’t Add Yahoo! Video to BlogIs it not showing in Firefox and IE?
Try to surround the whole thing by a code tag.
If it plays in Firefox but not in IE, see this: http://sapsiwye.com/embedding-youtube-in-ie/
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory sizeTry this fix: http://sapsiwye.com/memory-size-error/
Forum: Fixing WordPress
In reply to: Thumbnail issuesGo to: Settings – Media – Crop thumbnail to exact dimensions (normally thumbnails are proportional) should be checked.