Ben Casey
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help please – unable to load any pluginsit could be a permissions issues.
Contact your host and ask them to double check the wp-content folder permissions.
Cheers
BenForum: Fixing WordPress
In reply to: getting 500 internal server errordo you have access to the error logs?
Forum: Fixing WordPress
In reply to: My Domain is Downhttp://www.dnssy.com/report.php?q=basmala.0u.org
That report says that the nameservers are not correctly set.
Forum: Fixing WordPress
In reply to: User query posts by tagin a normal WP site with permalinkls enabled, the user should be able to navigate to /tag/sometag and get the tag archive they are looking for.
If you setup a form for the user to enter,
hooked into init, check for submission
run something like this:
if( term_exists( $submitted_string, 'post_tag' ) ){ /*Perhaps redirect here to the /tag/tag-slug URL */ } else { /*Set a variable or a session to be able to notify the user that tag doesn't exist*/ }Forum: Fixing WordPress
In reply to: Help please – unable to load any pluginswhen it fails, are there any error messages you get? there are a number of reasons this could happen.
Forum: Fixing WordPress
In reply to: My Domain is Downonce you get the domain pointed correctly, youll need to modify the database.
I use the script here: http://interconnectit.com/124/search-and-replace-for-wordpress-databases/ all the time.
Forum: Fixing WordPress
In reply to: My Domain is Downok, I think the problem is with the DNS not pointing to the server.
traceroute: Warning: basmala.0u.org has multiple addresses; using 69.16.143.67Recheck your DNS settings, or wait for them to propogate properly if you have just changed them over.
Forum: Fixing WordPress
In reply to: My Domain is Downdo you have a backup of the files / database?
Forum: Fixing WordPress
In reply to: Login problemsline 511 in mmode.php in the latest version is the middle of an options array, either the copy you are using is corrupted, modified or not the latest version.
Try copying the contents of the file into http://pastebin.com/ if you need it debugged.
Cheers
BenForum: Fixing WordPress
In reply to: Login problemsThey are warnings and they are all to do with the maintenance mode plugin.
The first step would be to disable debug mode ( define( ‘WP_DEBUG’, true ) in wp-config.php change to false )
If that doesn’t work, then deactivate, rename or delete the maintenance mode plugin to remove the errors.
Im going to check what exactly is in line 511 of the specified file and get back to you on that.
Cheers
BenForum: Fixing WordPress
In reply to: Images not showing after changing domain and renaming directoryThe source attribute is not being passed into thumb.php ( I assume this is timthumb )
You will have to debug why that is.
Forum: Fixing WordPress
In reply to: Exclude title in wp_list_pagesNo Problems
Forum: Fixing WordPress
In reply to: Exclude title in wp_list_pagesHi Jeni,
Can you post the contents of the $side_args variable?
Forum: Plugins
In reply to: [WP Supersized] [Plugin: WP Supersized] No thumbnailsThe options are a bit confusing. But looks like a very cool plugin 😉 I had never seen it before.
Forum: Plugins
In reply to: [WP Supersized] [Plugin: WP Supersized] No thumbnailsI just repeated the issue on my localhost, and once I checked the option:
Thumbnail links in thumbnail trayThe thumbs appeared normally.