You are not logged in.
Pages: 1
I keep getting this when I try to post something:
Forbidden
You don't have permission to access /post.php on this server.
The url that shows when I get that, is:
http://forums.lars-sh.de/post.php?action=post&fid=3
But somehow others posts get through. I don't get it.
Is it because I put the contents of settings.php inside the post, as someone requested me to do?
Offline
Ah, after breaking the php header in settings.php in that post, the forum lets me post. Finally. :)
I keep getting this when I try to post something:
Forbidden
You don't have permission to access /post.php on this server.
The url that shows when I get that, is:
http://forums.lars-sh.de/post.php?action=post&fid=3
But somehow others posts get through. I don't get it.
Is it because I put the contents of settings.php inside the post, as someone requested me to do?
Offline
Thanks for the info.
Try to use <?php in a code block. Does that help?
Or better: use pastebin.com to provide a whole bunch of code.
I checked the forums settings, but they don't seem to break. Maybe it's "just" a FluxBB problem...
Best regards,
Lars Knickrehm
The oneye project.
Offline
I just updated FluxBB to the latest release. Please, try to post the content you'd like to post here, so we can check if that problem's fixed. Otherwise we should report it back to the FluxBB team.
Best regards,
Lars Knickrehm
The oneye project.
Offline
It was simply the contents of settings.php:
<?php
/*
____ _____
/ __ \ / ____|
___ _ _ ___| | | | (___
/ _ \ | | |/ _ \ | | |\___ \
| __/ |_| | __/ |__| |____) |
\___|\__, |\___|\____/|_____/
__/ |
|___/ 1.9
Web Operating System
eyeOS.org
eyeOS Engineering Team - www.eyeos.org/team
eyeOS is released under the GNU Affero General Public License Version 3 (AGPL3)
provided with this release in license.txt
or via web at gnu.org/licenses/agpl-3.0.txt
Copyright 2005-2009 eyeOS Team (team@eyeos.org)
*/
/*
Main configuration file.
Please read the eyeOS configuration documentation
for more information before modifying anything here.
*/
I just updated FluxBB to the latest release. Please, try to post the content you'd like to post here, so we can check if that problem's fixed. Otherwise we should report it back to the FluxBB team.
Offline
Which is now accepted without having to break the php header. Thanks. :)
It was simply the contents of settings.php:
<?php
/*
____ _____
/ __ \ / ____|
___ _ _ ___| | | | (___
/ _ \ | | |/ _ \ | | |\___ \
| __/ |_| | __/ |__| |____) |
\___|\__, |\___|\____/|_____/
__/ |
|___/ 1.9Web Operating System
eyeOS.orgeyeOS Engineering Team - www.eyeos.org/team
eyeOS is released under the GNU Affero General Public License Version 3 (AGPL3)
provided with this release in license.txt
or via web at gnu.org/licenses/agpl-3.0.txtCopyright 2005-2009 eyeOS Team (team@eyeos.org)
*//*
Main configuration file.
Please read the eyeOS configuration documentation
for more information before modifying anything here.
*/lars-sh wrote:I just updated FluxBB to the latest release. Please, try to post the content you'd like to post here, so we can check if that problem's fixed. Otherwise we should report it back to the FluxBB team.
Offline
Pages: 1