jamessnell
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem posting HTML on a pageYeah, totally drives me nuts with tables too.. I’m sure there’s a decent manual solution.
If I were really trying to get it going right now, I’d add a new template that referenced what I wanted with a “require_once” or something to that end, though I don’t think that’s a clean solution and I’m not even convinced it’s a solution at all.
Death to WYSIWYG unless we’re ready to have that manual thing not scrub our input into uselessness.
Yeah, I have the same problem now – it gives me that message whenever I try to activate a new plugin.. I get exactly:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 233472 bytes) in /www/forums/wp-admin/upgrade-schema.php on line 101
Since I run WP on a VM I added about 150mb of memory thinking that may be a quick fix, but that didn’t help.
I have been installing lots of plugins but that’s pretty much all I’ve been up to..
Forum: Fixing WordPress
In reply to: Unable to create directoryGot it!
It was SELINUX!
What I did was disable selinux – I used the little FC supplied GUI tool to fool with it. I tried to set all the httpd stuff to allow apache to do whatever it wanted, but still had problems. Then I just disabled selinux all together and now I can post pictures too!
Forum: Fixing WordPress
In reply to: Unable to create directoryI’ve been having the same problem. I’m running FC5. I double checked that my apache server is running as the user “apache” (same for group) and then I made sure that all files for my wp website were owned by that user/group.
I’ve tried setting perms to 777 and it had no effect.
I created all the necessary directories and the error message changed to: “The uploaded file could not be moved to .”
I’m not at all sure about phpsuexec. I don’t think it’s installed, searched around a little, didn’t easily find an rpm or some source for it..
in my /var/log/messages there’s this line:
“Sep 23 11:00:20 www kernel: audit(1159030820.823:51): avc: denied { write } for pid=4741 comm=”httpd” name=”09″ dev=dm-0 ino=131806 scontext=system_u:system_r:httpd_t:s0 tcontext=root:object_r:root_t:s0 tclass=dir
“Not entirely sure, but looks to me like that COULD be a clue to this end. But what am I to actually do? I’ll keep playing and post anything I figure out….
Forum: Fixing WordPress
In reply to: Problem posting HTML on a pageha ha, okay so why does the wysiwyg tool exist if it’s not to be used?
I’ll have to look in to pastebin, don’t know that yet.
Thanks for your help!