fotp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: A Suspect Request has been Rejectedit turns out it’s the WP-usersonline plugin that conflicts.
Forum: Fixing WordPress
In reply to: A Suspect Request has been RejectedI now also have this issue – after upgrading my simple press forum plugin.
Before i upgraded the forum plugin, everything worked a-ok.
What is the issue and did you have to disable the forum to solve the problem ?
Forum: Installing WordPress
In reply to: user/group id 99 file permission on domain-hostI have had success in solving this issue!!
On some servers, when WP writes a directory, it creates these directories with the ownership and group of apache (the default setting)
Of course, depending on your host – not all servers are configured to run under name apache, so WP won’t be able to write to the server – hence the problems with uploading files.
This happens to me at the beginning of each month, when WP creates a new monthly file for content uploads.
To rectify this problem, you have to CHOWN the affected directory using SSH – and then everything works fine.
It’s a very simple operation to do, using terminal on mac osx or and SSH utility like Putty on the PC.
I hope this helps anyone else out there who has similar issues and is stumped by it all.
FoTP.
Forum: Installing WordPress
In reply to: user/group id 99 file permission on domain-hostI have the same issue during image uploads and WPP trying to create anew directory and upload images.
My host has managed to bypass this issue, but only until WP creates another directory at the end of the month.
changing Permissions with CHMOD didn’t work and my host advised that WP tries to access the server under the group apache – which is why it cannot write the files to the corect locations.
Any help will be greatly appriciated
FoTP
Forum: Fixing WordPress
In reply to: Integrating paypal formsForum: Fixing WordPress
In reply to: Integrating paypal formsdo not worry – it seems to have fixed itself.
Bizzare.
Forum: Fixing WordPress
In reply to: Strange problem viewing themes pageI had the same problem using Primepress theme – after using DW to alter the CSS file – but upon pasting the CSS code into text editor and saveing as a Unicode-8 file the problem has gone.
Great stuff. Thankyou very much!
Forum: Plugins
In reply to: crazy login antics with sidebar-login 2.1.4it seems that the wp-star ratings has a conflict with the sidebar-login plugin, so deactivating and deleting the wp-star ratings plugin has solved the problem.
Forum: Themes and Templates
In reply to: Awesome workHey gregdea,
Adding images to the theme’s header is easy – just create your images to the appropriate dimension, save as rgb jpeg and add to the headers folder within the themes folder.
I’m not sure is you can add more than four images – so delete one of the supplied images after adding the new ones.