Article Update Not Working

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
leoff
Posts: 16
Joined: Thu 9. Feb 2006, 17:46
Location: Washington
Contact:

Article Update Not Working

Post by leoff »

Up to now everything has worked fine. However now when I create a new article it will not accept more than about one paragraph of article content. This is the main article part, not the article introduction.

When I click on the Update Content button I get a page that says "Unable to Locate Resource" The address line in my browser says
http://leoff1.net/phpwcms.php?do=articl ... 44&acid=48

No changes to the article occur. It will however allow me to add just a line or two--up to a paragraph.

This occurs in html, plain text and WYSIWIG editing.

I suspect I have a corrupt file but have not idea which one it might be.

Any ideas?
LEOFF1
leoff
Posts: 16
Joined: Thu 9. Feb 2006, 17:46
Location: Washington
Contact:

More on Article Not Posting

Post by leoff »

I just set up a totally new install of phpwcms and I am facing the same problem. When I try to update an article it does just fine so long as I type in the text. It will even let me paste one paragraph at times but not at other times. So, two installations on two different domains and one is a totally new install.

Both are acting the same way. The domains are both on the same shared server, just different domains. But both have the same problems. I suspect there is some server problem as this did not start occurring until two days ago.

Anybody have any ideas? look at http://becktaylor.com/edmonds/login.php. If someone wants to give this a try, send me an email and I'll give you a login for this installation.
LEOFF1
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

This thread may be "related"
http://www.phpwcms.de/forum/viewtopic.php?t=10143
For example:
http://wordpress.org/support/topic/3848
"I've been using Wordpress for a good while and its all been working wonderfully.
Tonight though, if I try to post something I get this error message:
"An appropriate representation of the requested resource /wp-admin/post.php could not be found on this server."

http://forum.mamboserver.com/archive/in ... 32264.html
When I try saving changes (any changes) in the admin panel I get this:
"Not Acceptable
An appropriate representation of the requested resource /active/administrator/index2.php could not be found on this server."

http://gallery.menalto.com/node/32239
"When I try to add a "new nested album," my browser tells me....

HTTP 406 Not Acceptable
The resource cannot be displayed

The resource you are looking for cannot be opened by your browser."

http://www.pmachine.com/forums/viewthread/28670/
"Hello - trying to intall V2.4.1 manually and I get the below error at step 7

Not Acceptable
An appropriate representation of the requested resource /changed/install.php could not be found on this server.
"
leoff
Posts: 16
Joined: Thu 9. Feb 2006, 17:46
Location: Washington
Contact:

Solution

Post by leoff »

Thanks for the help. It solved the problem.

The answer? Just add the following to the .htaccess file.

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
LEOFF1
Pappnase

Post by Pappnase »

DeXXus wrote:This thread may be "related"
http://www.phpwcms.de/forum/viewtopic.php?t=10143
For example:
http://wordpress.org/support/topic/3848
"I've been using Wordpress for a good while and its all been working wonderfully.
Tonight though, if I try to post something I get this error message:
"An appropriate representation of the requested resource /wp-admin/post.php could not be found on this server."

http://forum.mamboserver.com/archive/in ... 32264.html
When I try saving changes (any changes) in the admin panel I get this:
"Not Acceptable
An appropriate representation of the requested resource /active/administrator/index2.php could not be found on this server."

http://gallery.menalto.com/node/32239
"When I try to add a "new nested album," my browser tells me....

HTTP 406 Not Acceptable
The resource cannot be displayed

The resource you are looking for cannot be opened by your browser."

http://www.pmachine.com/forums/viewthread/28670/
"Hello - trying to intall V2.4.1 manually and I get the below error at step 7

Not Acceptable
An appropriate representation of the requested resource /changed/install.php could not be found on this server.
"
hello dex

did you know why this happen not to so many pages!? is this an upgrade wich was installed on some servers!?
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Pappnase wrote: hello dex

did you know why this happen not to so many pages!? is this an upgrade wich was installed on some servers!?
HiYa Pappnase

Yes, I think it is only -some- "more concerned" admins who experiment with these extra careful settings.
Pappnase

Post by Pappnase »

DeXXus wrote:
Pappnase wrote: hello dex

did you know why this happen not to so many pages!? is this an upgrade wich was installed on some servers!?
HiYa Pappnase

Yes, I think it is only -some- "more concerned" admins who experiment with these extra careful settings.
hello dex

strange thing and why don't post the host that they have so exclusive sec. rights to thier users :roll: or place this into the faq!? could we send them a bill !? ;-)
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Pappnase wrote:
DeXXus wrote:HiYa Pappnase

Yes, I think it is only -some- "more concerned" admins who experiment with these extra careful settings.
hello dex

strange thing and why don't post the host that they have so exclusive sec. rights to thier users :roll: or place this into the faq!?
That would be TOO ~logical~ :lol:
Pappnase wrote:could we send them a bill !? ;-)
Or get a discount on webhosting bill... since one cannot have ~FULL~ features :P
Post Reply