Help
-
Search
-
Members
-
Calendar
Full Version:
Can't Create New Pages
OESF Forums
>
Everything Else
>
OESF Wiki
koan
Sep 22 2008, 01:44 AM
Even worse than the login timeout problem, I just tried to create a new page and I can't save or preview!
CODE
Precondition Failed
The precondition on the request for the URL /index.php evaluated to false.
Meyer
Sep 22 2008, 04:36 AM
Looking into it now.
Will keep notes on wiki page
OESF:Administrators'_noticeboard
.
Meyer
Sep 22 2008, 04:45 AM
I can't recreate the problem.
I can both preview and save new pages created either with my admin user or a brand new user.
You are filling in the arithmetic captcha that appears near the top of the page after you click Save?
Meyer
Sep 22 2008, 05:44 PM
Actually, I doubt you're getting the captcha. That only get's shown to users who are unregistered or unconfirmed.
Still cannot recreate your problem.
koan
Sep 23 2008, 07:07 PM
Even the forum PHP can't handle the example text that breaks the wiki
I had two lines of quite basic C++
CODE
QCopEnvelope e(channelname, messagename);
e << parameter1 << parameter2 << etc;
If you replace the "etc" in the above example with 3 periods then index.php breaks.
sdjf
Sep 24 2008, 09:35 PM
Maybe it would help to say what browser this is happening in.
If all else fails, try using special character entities for the symbols instead of the symbols themselves?
This may be silly, but maybe your cookie file got messed up and erasing cookies might make a difference?
sdjf
Meyer
Sep 26 2008, 05:29 PM
A work-around is to insert a space between the three periods and the semicolon:
CODE
e << parameter1 << parameter2 << ...;
This appears to work on both the forums and the wiki.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here
.
Invision Power Board © 2001-2013
Invision Power Services, Inc.