active_lad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Making my entire WordPress Site RSS-ableI’ve installed it and it does work for Pages, but it seems to not pick up the Blog elements (even though you can configure it to do so) and the default WordPress Feed no longer works. Has anyone else been able to get this plugin to work as it seems, on the face of it, to so what I need.
Forum: Fixing WordPress
In reply to: Unable to write into WP-ContentI’ve finally had a reply from my host. They are saying that:
I don’t think the issue is file permissions as the permissions are very liberal. I suspect it may be that the software you are using does not work with safe mode which is enabled on our server.
I’m not aware that WordPress or the Plugins do anything odd so why would this be the case?
Forum: Fixing WordPress
In reply to: Error Restoring BackupTopic marked resolved.
Forum: Fixing WordPress
In reply to: Error Restoring BackupI managed to get to the bottom of this. The source database was MySQL 4.1 but the destination was MySQL 4.0. The “DEFAULT CHARSET” table option is not supported by MySQL 4.0. I edited the SQL dump file and changed the entries from “DEFAULT CHARSET=latin1” to “CHARSET=latin1” using search and replace. This fixed the problem and the SQL file loaded perfectly.