davidboyda
Forum Replies Created
Viewing 9 replies - 1 through 9 (of 9 total)
-
Has anyone figured out where to put that code?
“Put the bookshelf function in your templates” – what?
Forum: Plugins
In reply to: Now reading reloaded issue – page format breaksSorry heres a grab…
https://img857.imageshack.us/i/break.png/Forum: Fixing WordPress
In reply to: 3.0.2 upgrade problem : My no longer works!I dont see how deactivating plugins would help. i did a brand new install and the update still b0rked up. (in my case at least)
Forum: Fixing WordPress
In reply to: 3.0.2 upgrade problem : My no longer works!this is how i fixed it…
I saved a permissions.cgi file to my WP root directory and with file permissions of 700. Ran it in my broswer and it now works.
#!/bin/bash echo "Content-type: text/html" echo find . -type d ! -perm 1710 -print0 | xargs -0 chmod 710 find . -type f -regextype posix-extended -regex '.*\.(php|pl|cgi)$' -print0 | xargs -0 chmod 700 echo "<table border='1'><tr><th>Type</th><th>Name</th><th>User, Group</th><th>Permissions</th></tr>" find . -type d -printf '<tr><td>Folder</td><td>%p</td><td>%u, %g</td><td>%M</td></tr>' find . -type f -printf '<tr><td>File</td><td>%p</td><td>%u, %g</td><td>%M</td></tr>' echo "</table>"
Forum: Fixing WordPress
In reply to: 3.0.2 upgrade problem : My no longer works!well ive just done a fresh install of of 3.0.1 without any plugins and went to 3.0.2 and the same happened.
Server error! The server encountered an internal error and was unable to complete your request. Error message: Premature end of script headers: index.php If you think this is a server error, please contact the webmaster. Error 500
Forum: Fixing WordPress
In reply to: 3.0.2 upgrade problem : My no longer works!Any fixes for this?
Forum: Fixing WordPress
In reply to: Why is this pages font etc so small?Thanks Michael but Ive just loaded up the style.css and changed the size from 10px to 16px and it affects the entire site.
Forum: Plugins
In reply to: [Plugin: FaceBook Like Button Plugin for WordPress] ErrorAnyone?
Forum: Installing WordPress
In reply to: Installation problem: files download instead of executingThank you sir.
Viewing 9 replies - 1 through 9 (of 9 total)