hihihihi88
Feb 27 2005, 09:44 AM
| | When I post the message in my forum contant the word "system" it can't work and said the HTTP error 406.
I add three Mod : attach mod 2.3.11 , cash mod 2.2.2 , pay money mod 1.0.7
phpBB verison 2.0.12
my forum http://siuwing.astahost.com/testmod
and then I also setup a model forum by cPanel , the error of posting also occur
->http://www.siuwing.astahost.com/testmod2/
the model forum havent adding any mod
what is the problem ...?
 |
Comment/Reply (w/o sign-up)
vujsa
Feb 27 2005, 10:41 AM
Okay the problem is caused by the word "system" being confussed by the script as being part of the script. You'll need to add a regular expression to hide that word from the script and make it reappear for the user viewing the post. You may be able to use addslashes() and stripslashes() to solve the problem. I'm not familiar with Phpbb's code so I can't really specify where to adjust you code. Here are examples of hiding the "bad" word. Regular Expressions Example:CODE $unformatted_message = "My PHP doesn't like the word system!"; $formatted_message = eregi_replace("system", "sys_tem", $unformatted_message); This code would change the message form " My PHP doesn't like the word system!" to " My PHP doesn't like the word sys_tem!" since your Php script doesn't care about the word"sys_tem" you won't have a problem. You will need to convert the message back when you show it to users. Just do the opposite:CODE $formatted_message = "My PHP doesn't like the word sys_tem!"; $unformatted_message = eregi_replace("sys_tem", "system", $formatted_message); Now the code reads the same as when the user enterd it. Additionally, addslashes() and stripslashes() probably won't fix your current problem but if the code doesn't have (It probably has) an addslashes() and a stripslashes() routine then many errors can pop up. I chose sys_tem instead of _system because you would need more code to determine if the original word was System or system. Hope this helps. vujsa
Comment/Reply (w/o sign-up)
hihihihi88
Feb 27 2005, 04:49 PM
It is so strange... if the script of the Mod causing the problem , why the model forum ( haven't add any Mod ) also can't post "system" ? if the script of the phpBB causing problem , but i can post "system" in other forum bluid up with phpBB... Thank you vujsa , but i think it is not the bad word setting... and i don't know what is the meaning of HTML error 406 , 406 stand for what??
Comment/Reply (w/o sign-up)
vujsa
Feb 27 2005, 07:22 PM
All I can figure is that during the mod, something was corrupted or left out. This could be anything from a missing semi-colon to extra quotes. My guess is that the during the mod, the original source files were edited so you could reinstall phpBB a million times and every time it would be corrupt. I believe that you'll need to purge your copy of phpBB and download a fresh copy from the phpBB website and install from clean files. You shouldn't need to do anything with you MySQL databases or its tables, in fact, your settings may be intact after the purge. Good luck, vujsa [EDIT] By the way, here is a link to the Apache website containg a reference to the Error 406 message. I didn't really understand but here it is. http://httpd.apache.org/docs-2.1/content-negotiation.htmlvujsa
Comment/Reply (w/o sign-up)
hihihihi88
Feb 28 2005, 04:28 PM
I am now know what problem happenning... not the phpBB script it is the server something changing
Comment/Reply (w/o sign-up)
firedoor
Mar 5 2005, 04:48 PM
i added a mod to my phpbb exactly to the instructions and it didn't work, i checked and checked and chekced again and it was right. But still my forums didn't work. I even restored my settings but the forums still came up with and error. I'm nt saying this will happen to you ,but i had to delte the mysql and upload it and the forums again. luckily it took me 5 mins to do all that which is peanuts compared to what it took to set up in the first place.
Comment/Reply (w/o sign-up)
Trekkie101
Mar 6 2005, 05:59 PM
Its to do with the phpBB serach system it logs all words and the word "system" along with plenty others is called a MySQL stop word, MySQL uses stop words to stop servers becomming over loaded, phpBB's silly search method is at its mercy and this causes this to happen when you post the word. Breaking it up is all you can do.
Comment/Reply (w/o sign-up)
musichere
Mar 6 2005, 07:30 PM
This problem is definitely not to do with the systerm of phpBB, it's absolutely to do with the astahost server, becuase on my Nucleus weblog and also on my invision power board version 1.3 it won't let me type the world syst-em either.
Comment/Reply (w/o sign-up)
iGuest-simon
Jul 30 2008, 09:48 PM
Can you help?
Error 406 - Problem In My Phpbb Forum
When I try to get in my forum I get this warning. Warning: mysql_connect() [function.Mysql-connect]: Too many connections in /home/setbbco/public_html/phpbb/config/multiforums.Config.Inc.Php on line 10 Unable to connect to database on 'localhost' with user 'setbbco_forum' Please check your settings in multiforums.Config.Inc.Php! -question by simon
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : error, 406, problem, phpbb, forum, problem, apache
- Avoid Phpbb! New Security Exploit!
(20)
phpBB 3.0 Beta1 Released
(3) The first beta of the new phpBB3 was released on the 17th of June, and it seems quite promising.
Personally, I've been waiting for this release for so long, and I'm so glad it's
finally here! I've had the pleasure of installing this software on my local machine (and let me
tell you, as far as phpBB2 was easy to install, phpBB3 is even easier). Lots of great new features,
and if anyone is looking for a forum I can now whole-heartedly recommend this thing! What do you
guys think? What feature did you like best? I liked the fact that the Administrator/Use....
Need Help, Install phpBB Shoutbox - Get Reward
I'll reward you if you help me, I promise. (9) Hey guys and gals, I installed phpbb all by myself (not from the AstaHost
Cpanel) on onther webhost. I installed it there because AstaHost has a pretty old version, (ok, the
previous version). No I need help in installing a shoutbox on it, I am really pissed off with those
shoutbox which you will have to manually install. I have been tring nearly 5 different shoutbox for
phpbb and all keep saying some error, I had installed one of the shoutbox completely but in the end,
when I tried shouting into it, it gave an error, now I am asking if anyone he....
phpBB 2.0.19 Full Install DB Problems
(1) Another phpBB question, I’m still really new to such things. I had an older version of phpBB on my
site and never got around to fully implementing it. A newer version came out (2.0.19) so I decided
to just delete the old version and install the latest version from scratch. I would have liked to
used Fantastico from the Astahost control panel but the only version offered is 2.0.18 which I hear
has some security flaws. I went to phpbb.com and downloaded the latest full package. I followed
the instructions and got in installed to the point where you have to setup the d....
Problem Installing A Premodded phpBB
I think it's a problem with the server.. (6) Well I've installed this same premodded phpbb before many times on many other servers, and it
works fine. I know it wasn't the phpbb premodded board itself because of this; however, I keep
getting this error whenever I try to install it on this server: CODE Warning: mysql_connect():
Host 'gamma.xisto.com' is not allowed to connect to this MySQL server in
/home/vicious/public_html/metabbv4/db/mysql4.php on line 48 Warning: mysql_error(): supplied
argument is not a valid MySQL-Link resource in /home/vicious/public_html/metabbv4/db/mysql4.php on
line 3....
Updating To phpBB 2.0.18
(4) Has anyone updated to phpBB 2.0.18 yet? If so I would like to know the simplest way to do so. I
found the update only files on the phpBB site but I not really sure if I have telnet access.....
Is phpBB Jr Admin Mod Compatible With php-Nuke?
(3) I'm using PHP-Nuke, with the ported version of phpBB, which comes as standard. I've just
been installing some mods for phpBB, and they've all worked perfectly (I have had to make a few
changes though - the "includes" folder is in a different place to that it should be). I needed my
staff members to be able to modify other users' profiles, and someone reccommended Jr Admin, so
I installed, and changed the paths for the "includes" folder, so that it ran properly. My side of
it, the administration panel, works fine. But, my new Junior Admins have no way ....
phpBB
(3) hi, everyone here knows that there is a forum called phpBB. I like that free software, and there are
many templates. it are all php scripts. Does somebody know how to install mods ?? you can find them
on the internet but they say what you need to do with the standard-template. my template got
antother script and what they say in the tect is not equal. What van i do....
What Are Your Favorite Phpbb Hacks?
No games (4) I'm working on a pre-moddified version of phpBB, and I need to know what people who use phpBB
like, here is a list of the mods I have packaged. QUOTE -DHTML Slide Menu for ACP -Categories
Hierarchy -Attachmod -Auto Group -phpBB Security MOD (prevents almost all of thos exploits that have
been found lately) -Send PM On User Registration -Simply Merge Threads -Statistics Mod -Yellow
Card I was also thinking either EZPortal, IM Portal, or the not as well known mxBB portal. And
Rules Management, Rating system , Quick Reply with Quote, Profile Control Panel, Po....
phpBB And Mambo Login
Login problem for databases (2) I have a problem with the phpBB 1 and 2 forums that C Panel installed for me. I chose an admin name
and password but when I try to access the administration panel... I get nowhere. It says I have to
reauthenicate. When I do, It simply takes me back to the home page. This may be a part of a much
larger problem for me, however; I am finding that in order to properly log in to any of the systems
I've installed on the server, I HAVE to check the "remember me" box. If I do not check that box
while I'm logging in, The login will fail and I will be taken right back to ....
IPB To phpBB Conversion
(6) hi i was wondering if anyone knew how to convert ipb 2.0 over to phpbb 2.013....
Please Help With phpBB
(3) I just install the new phpBB into my new forum, the thing is that there is a little phpBB logo at
the top, i want to know how to get rid of that logo and instead but my own banner across the page.
CAn some one help me with this problem. I want the top to have nothing but a banner, kind of like
the top of astahost, but instead a little but taller and across the page, thanks or if it is not
possible to insert a banner across, how do i replace the logo with my own logo? thanks....
Installing phpBB 2.0.14
The better how-to. (10) For me the instructions in the phpbb docs is far too complicated. And their is a much more easier
way. Please note that the below process has only been tried on this hosting website, the process
below may not be applicable for other hosts. 1) Download phpbb 2.0.14 into a folder on your
computer (e.g. My Documents\Forums) 2) Extract all the files to that folder. 3) Rename the extracted
'phpbb2' folder to 'Forums' (change it to what you want). 4) Login into your ftp
account (ftp://yoursite.astahost.com) 5) Copy the 'Forums' folder (or your named f....
About Phpbb
(10) phpBB version 2 has been completely re-written since the first version. Version 2 focuses on a
professional-quality modular design, high security, multiple-language interface, support for a
multitude of databases servers and complete layout customisation, all with a low execution overhead.
phpBB is based on PHP, the fastest growing server-side scripting language on the web, which results
in one of the fastest, feature-rich bulletin board systems available anywhere. In addition, phpBB
is open-source software so it has no fees, no subscriptions, and no restrictions on mo....
Phpbb 2
(7) Is the package for the preinstalled phpBB deleted? I have problems trying to install it. When I
click on the install link, it just said that this feature is not approved by the site admin, need to
get the admin to upgrade this feature... Is there some problem?....
Oi Phpbb Gurus! Help Needed
(1) I have Categories hierarchy (2.0.10, beta I think) installed to my phpBB and is working fine but...
To my taste the select forum element (aka Jump Box) looks crap with those lines. Here is a
screenshot http://www.wargaiming.uni.cc/pics/select_sh.png and you'll know what I mean. I
tried to search the template files and the actual script files but couldn't find where it is.
What I would simply do is replace underscores with 's and it'd look neat. So my
question is, where I can edit how the Jump Box looks? And remember this was for forum with c....
Forum applications
the best php forum to use for your site (24) if you ever want to install a very simple and easy to use forum onto your website I suggest you
download one from http://phpbb.com it's the leading software for forums in my opinion....I
have plenty of other php scripts for example a chat program just reply for more links....
Need Help With Setting Up A phpBB Board On My Site
need help with this (11) Once I get my site up, I"m planning to link it to a phpBB board. I have no idea how to do this as
this is my first time using a phpBB board. Can anyone shed some light onto this?....
Favorite phpBB mod
i have more than one :) (14) View sig in profile Mod Profile Control Panel MOD What do you guys like....
phpBB2 vs IPB
Didn't know what forum to put this in (44) Which do you like better: PhpBB2 or Incision Power Board? PHPbb2: Pros- lots of mods a lot of
skins popularity functionality ease of use free Cons- security IPB: Pros- a lot of skins security
Cons- not free hard to navigate I like phpBB2 myself....
Looking for error, 406, problem, phpbb, forum, problem, apache
|
See Also,
*SIMILAR VIDEOS*
Searching Video's for error, 406, problem, phpbb, forum, problem, apache
|
advertisement
|
|