Page 1 of 1
[SOLVED] White Page when hitting submit on a post

Posted:
Mon Jan 29, 2007 4:20 pm
Author: joey_4ers
Your phpBB Version: 2.0.22
phpBB Type: Integramod 140
MODs: Yes
Your knowledge: Basic Knowledge
Board URL: http://guildconclave.com PHP Version: MySQL Version: What was done before the problem appeared?Bbbox was the last mod installed What was done to try to solve the problem? De.scription and MessageHi All ..
Im having a strange issue with my site..
When i or others hit submit when posting a message it goes to a white page - page not found.
When returning back to the site by clicking back and forum area.. The message has actualy been posted.
Some people have been clicking back submit again many times causing multipul posts.
I installed advanced BBcode box v5.00 about a month ago but i dont think its that causing the problems.
I tried emptying the session table and increassing it to 100 but that hasent helped
Any ideas what could be causing this..?
Thanks
[hr:srxu6fbl]
ACP > general admin > Configuration .. Under Email Settings .. Added SMTP Settings. Use SMTP Server for email = on, added SMTP Server Address, user name and password. I created a new email on cpannel for our site.
Doing this fixed out white posting issue.

Posted:
Mon Jan 29, 2007 5:21 pm
Author: joey_4ers
I think i might have solved this issue..
I went to cookies manager and deleted my sites cookies.
loged out closed ie .. loged back in and i have not had a problem .. (posted 20 test posts) ..
Crosses fingers.

Posted:
Mon Jan 29, 2007 7:18 pm
Author: joey_4ers
It lasted about 3 hours now its back again. Tried to delete my cookies again no luck..
Maybe it could be my host ?
Re: White Page when hitting submit on a post

Posted:
Mon Jan 29, 2007 7:21 pm
Author: Teelk
It's possible that this is a MySQL5 issue and that your server isn't set up to display errors. Try the fixes found in [url=http]this thread.[/url]

Posted:
Mon Jan 29, 2007 10:30 pm
Author: joey_4ers
I wish it was as easy as that
MySQL version 4.1.21-standard
Thats what it is..
Its been working like a dream for 4 monts ! .. Just only the past few weeks we have been having intermitant issues. Now its happning all the time.. ok.. you might get 2 hours in a day were it works ok.. I dunno whats up..
Re: White Page when hitting submit on a post

Posted:
Tue Jan 30, 2007 4:06 am
Author: Teelk
It's possibly a memory issue then. Do you know how much memory you have for php?
If it's less then 16M then you'll need to increase it to that.
If you have shell access you can open your php.ini file and find memory_limit, change it to 16M.
If you don't have shell access you can try adding ini_set('memory_limit','16M') to you common.php file after...
- Code: Select all
if ( !defined('IN_PHPBB') ){ die("Hacking attempt");}

Posted:
Tue Jan 30, 2007 6:54 pm
Author: joey_4ers
Hi Teelk ..
Thanks for you help so far! <img> Its much appreciated.
I have spoken with our host .. this was there reply
"unfortunately we do not modify the core components of shared servers unless there is a justified reason for doing so as making modifications to the core components on shared servers can have dramatic effects on other clients accounts, that said you can however make a number of modifications to your htaccess file which can be used to enable / disable / define a vast amount settings with php modules. Alternative If you can provide more information in regards to the specific issue (such as a link to the support article that details the memory issue) we can further review your request."
I tried what you said about adding the ini_set('memory_limit','16M') however it came up with an error and wouldnt load the page.
How do i know if i have shell access? Our host uses Cpannel is there anyway to check what the ram is set at.. ?
Re: White Page when hitting submit on a post

Posted:
Tue Jan 30, 2007 7:04 pm
Author: Teelk
I'm guessing that you don't have shell access if you're on a shared server. Your host probably has AllowOverride turned off and that's probably why you can't add that code to common.php.
But, just to make sure you can try this...
Create a file called .htaccess
Make sure you have that . in front.
Place this code in the file...
- Code: Select all
php_value memory_limit 16M
Upload the file to your forum root.

Posted:
Tue Jan 30, 2007 7:12 pm
Author: joey_4ers
Zomg ..
I edited the existing one.. Hope thats ok .. added it in there..
and no white page !! ..
I'll keep testing it let you know ..
Thank you soo much ...

Posted:
Tue Jan 30, 2007 7:18 pm
Author: joey_4ers
I spoke to soon.. after 5 posts its doing it again..

Posted:
Tue Jan 30, 2007 7:35 pm
Author: joey_4ers
I'm going to created a new subdomain and install integra 1.40 and see if it does the same thing..
If it doesnt
I'm going to install do an upgrade i think to our site .. make it 1.41..
yesterday i made a dummy site copyed it over created a new sub-domain copyed the sql database and put it in a new databse got it all working .. its white pageing when posting too.. So i'll do the 1.41 update on it. it will replace most of the files see if it fixes it ..
I dunno what else to try ..
Re: White Page when hitting submit on a post

Posted:
Tue Jan 30, 2007 11:07 pm
Author: Teelk
Well, you can try increasing the memory_limit to 32M, it may just fix it. If not then we'll have to rethink it.

Posted:
Tue Jan 30, 2007 11:26 pm
Author: joey_4ers
32m didnt work either..
i upgradedfrom 1.40 to 1.41 on our dummy site .. normal posting replying is no problem. since i last posted that message
pm's on the other hand..
when hitting Submit on a PM it just sits there and eventualy goes to a white page.
if it makes it easy for you i can send you our admin details.. and host details.. i just at a loss as to whats happning.. i have done so much reading and checking over the past few days it like spaggetti to me now..

Posted:
Tue Jan 30, 2007 11:33 pm
Author: sanji
I had this error on the 1.40 board, too...
If you delete the includes/def_tree.php file, the forum should be restored.
I really would like to understand why this problem is occuring. If you follow the instructions here, you can solve the problem permanently :
http://www.integramod.com/forum/viewtop ... highlight=sanji

Posted:
Wed Jan 31, 2007 12:43 am
Author: joey_4ers
Hi Sanji
The link the you provided has no instructions just Someone who is having a simular problem and displayed what they have tried.
Unless u mean this ..
then try the files from the phpbb_to_IM140 update
Anyhow..
I did rename includes/def_tree.php to something else .. So far i have not had any white pages.. I will try it on my dummy site as well and see if it fixes it there.
I did notice that the website has slowed down when posting since renameing it.. that i can live with just as long as it works.. <img>
Thank you .. I'll post let you know what happens !

Posted:
Wed Jan 31, 2007 1:14 am
Author: joey_4ers
That worked for about 15 minutes .. it came back .. but its not doing it as often ..

Posted:
Wed Jan 31, 2007 1:45 am
Author: sanji
You need to delete de def_tree.php file.
Also, perform the following correction:
In functions_categories_hierarchy.php, comment :
//define('CACHE_TREE', true);
//define('CACHE_WORDS', true);
//define('CACHE_THEMES', true);
It will stop caching the structure of the forum, and this should work. I do NOT know why, but if you do not do that, after someone posts, the forum will get white again...
sanji
Re: White Page when hitting submit on a post

Posted:
Wed Jan 31, 2007 2:20 am
Author: Teelk
When it starts going blank again, can you post your def_tree.php, I've never actually seen a "bad" def_tree.php before and it might shed some light on the problem.

Posted:
Wed Jan 31, 2007 3:27 am
Author: sanji
I am not sure that the def_tree.php is really bad, but when I do remove that file, I have no problem. As soon as I have the file in the includes directory, I get a white page...
File included below - I can not attach it to the post...
sanji
[code]<php> idx,// $tree['type'][idx] => type of the row, can be 'c' for categories or 'f' for forums,// $tree['id'][idx] => value of the row id : cat_id for cats, forum_id for forums,// $tree['data'][idx] => db table row,// $tree['main'][idx] => parent id,// $tree['sub'][id] => array of sub-level ids,//-------------------------------------------------------------------------------------------------- $tree = array( 'keys' => array('c1' => 0, 'f1' => 1, 'f2' => 2, 'f3' => 3, 'f4' => 4, 'f40' => 5, 'f5' => 6, 'f7' => 7, 'f8' => 8, 'f9' => 9, 'c2' => 10, 'f38' => 11, 'f35' => 12, 'f30' => 13, 'f21' => 14, 'f36' => 15, 'c4' => 16, 'f20' => 17, 'f37' => 18, 'f31' => 19, 'f22' => 20, 'f23' => 21, 'f32' => 22, 'c6' => 23), 'type' => array('c', 'f', 'f', 'f', 'f', 'f', 'f', 'f', 'f', 'f', 'c', 'f', 'f', 'f', 'f', 'f', 'c', 'f', 'f', 'f', 'f', 'f', 'f', 'c'), 'id' => array('1', '1', '2', '3', '4', '40', '5', '7', '8', '9', '2', '38', '35', '30', '21', '36', '4', '20', '37', '31', '22', '23', '32', '6'), 'data' => array( array( 'cat_id' => '1', 'cat_title' => 'Articles', 'cat_order' => '10', 'cat_main_type' => 'c', 'cat_main' => '0', 'cat_desc' => 'Mini-guides, travel logs & pictures for travellers / Mini-guides, r馗its de voyage & photographies pour voyageurs', 'icon' => '', 'main' => 'Root', ), array( 'forum_id' => '1', 'cat_id' => '1', 'forum_name' => 'Hokkaido', 'forum_desc' => '', 'forum_status' => '0', 'forum_order' => '20', 'forum_posts' => '3', 'forum_topics' => '3', 'forum_last_post_id' => '259', 'prune_next' => '', 'prune_enable' => '0', 'auth_view' => '0', 'auth_read' => '0', 'auth_post' => '1', 'auth_reply' => '1', 'auth_edit' => '1', 'auth_delete' => '1', 'auth_sticky' => '3', 'auth_announce' => '3', 'auth_global_announce' => '5', 'auth_vote' => '1', 'auth_pollcreate' => '3', 'auth_attachments' => '3', 'auth_download' => '0', 'auth_news' => '3', 'forum_link' => '', 'forum_link_internal' => '0', 'forum_link_hit_count' => '0', 'forum_link_hit' => '0', 'icon' => '', 'main_type' => 'c', 'auth_cal' => '5', 'auth_ban' => '5', 'auth_greencard' => '5', 'auth_bluecard' => '1', 'auth_delayedpost' => '3', 'main' => 'c1', ), array( 'forum_id' => '2', 'cat_id' => '1', 'forum_name' => 'Tohoku', 'forum_desc' => 'Akita, Aomori, Fukushima, Iwate, Miyagi, Yamagata', 'forum_status' => '0', 'forum_order' => '30', 'forum_posts' => '9', 'forum_topics' => '3', 'forum_last_post_id' => '389', 'prune_next' => '', 'prune_enable' => '0', 'auth_view' => '0', 'auth_read' => '0', 'auth_post' => '1', 'auth_reply' => '1', 'auth_edit' => '1', 'auth_delete' => '1', 'auth_sticky' => '3', 'auth_announce' => '3', 'auth_global_announce' => '5', 'auth_vote' => '1', 'auth_pollcreate' => '3', 'auth_attachments' => '3', 'auth_download' => '0', 'auth_news' => '3', 'forum_link' => '', 'forum_link_internal' => '0', 'forum_link_hit_count' => '0', 'forum_link_hit' => '0', 'icon' => '', 'main_type' => 'c', 'auth_cal' => '5', 'auth_ban' => '5', 'auth_greencard' => '5', 'auth_bluecard' => '1', 'auth_delayedpost' => '3', 'main' => 'c1', ), array( 'forum_id' => '3', 'cat_id' => '1', 'forum_name' => 'Kanto', 'forum_desc' => 'Chiba, Gunma, Ibaraki, Kanagawa, Saitama, Tochigi (except Tokyo)', 'forum_status' => '0', 'forum_order' => '40', 'forum_posts' => '7', 'forum_topics' => '7', 'forum_last_post_id' => '121', 'prune_next' => '', 'prune_enable' => '0', 'auth_view' => '0', 'auth_read' => '0', 'auth_post' => '1', 'auth_reply' => '1', 'auth_edit' => '1', 'auth_delete' => '1', 'auth_sticky' => '3', 'auth_announce' => '3', 'auth_global_announce' => '5', 'auth_vote' => '1', 'auth_pollcreate' => '3', 'auth_attachments' => '3', 'auth_download' => '0', 'auth_news' => '3', 'forum_link' => '', 'forum_link_internal' => '0', 'forum_link_hit_count' => '0', 'forum_link_hit' => '0', 'icon' => '', 'main_type' => 'c', 'auth_cal' => '5', 'auth_ban' => '5', 'auth_greencard' => '5', 'auth_bluecard' => '1', 'auth_delayedpost' => '3', 'main' => 'c1', ), array( 'forum_id' => '4', 'cat_id' => '1', 'forum_name' => 'Tokyo', 'forum_desc' => 'Tokyo', 'forum_status' => '0', 'forum_order' => '50', 'forum_posts' => '14', 'forum_topics' => '7', 'forum_last_post_id' => '269', 'prune_next' => '', 'prune_enable' => '0', 'auth_view' => '0', 'auth_read' => '0', 'auth_post' => '1', 'auth_reply' => '1', 'auth_edit' => '1', 'auth_delete' => '1', 'auth_sticky' => '3', 'auth_announce' => '3', 'auth_global_announce' => '5', 'auth_vote' => '1', 'auth_pollcreate' => '3', 'auth_attachments' => '3', 'auth_download' => '0', 'auth_news' => '3', 'forum_link' => '', 'forum_link_internal' => '0', 'forum_link_hit_count' => '0', 'forum_link_hit' => '0', 'icon' => '', 'main_type' => 'c', 'auth_cal' => '5', 'auth_ban' => '5', 'auth_greencard' => '5', 'auth_bluecard' => '1', 'auth_delayedpost' => '3', 'main' => 'c1', ), array( 'forum_id' => '40', 'cat_id' => '1', 'forum_name' => 'Tokyo Restaurants', 'forum_desc' => 'A guide of Tokyo restaurants / Critiques de restaurants de Tokyo', 'forum_status' => '0', 'forum_order' => '60', 'forum_posts' => '147', 'forum_topics' => '68', 'forum_last_post_id' => '482', 'prune_next' => '', 'prune_enable' => '0', 'auth_view' => '0', 'auth_read' => '0', 'auth_post' => '1', 'auth_reply' => '1', 'auth_edit' => '1', 'auth_delete' => '1', 'auth_sticky' => '3', 'auth_announce' => '3', 'auth_global_announce' => '5', 'auth_vote' => '1', 'auth_pollcreate' => '3', 'auth_attachments' => '3', 'auth_download' => '0', 'auth_news' => '3', 'forum_link' => '', 'forum_link_internal' => '0', 'forum_link_hit_count' => '0', 'forum_link_hit' => '0', 'icon' => '', 'main_type' => 'c', 'auth_cal' => '5', 'auth_ban' => '3', 'auth_greencard' => '5', 'auth_bluecard' => '1', 'auth_delayedpost' => '3', 'main' => 'c1', ), array( 'forum_id' => '5', 'cat_id' => '1', 'forum_name' => 'Chubu', 'forum_desc' => 'Aichi, Fukui, Gifu, Ishikawa, Nagano, Niigata, Shizuoka, Toyama, Yamanashi', 'forum_status' => '0', 'forum_order' => '70', 'forum_posts' => '4', 'forum_topics' => '4', 'forum_last_post_id' => '65', 'prune_next' => '', 'prune_enable' => '0', 'auth_view' => '0', 'auth_read' => '0', 'auth_post' => '1', 'auth_reply' => '1', 'auth_edit' => '1', 'auth_delete' => '1', 'auth_sticky' => '3', 'auth_announce' => '3', 'auth_global_announce' => '5', 'auth_vote' => '1', 'auth_pollcreate' => '3', 'auth_attachments' => '3', 'auth_download' => '0', 'auth_news' => '3', 'forum_link' => '', 'forum_link_internal' => '0', 'forum_link_hit_count' => '0', 'forum_link_hit' => '0', 'icon' => '', 'main_type' => 'c', 'auth_cal' => '5', 'auth_ban' => '5', 'auth_greencard' => '5', 'auth_bluecard' => '1', 'auth_delayedpost' => '3', 'main' => 'c1', ), array( 'forum_id' => '7', 'cat_id' => '1', 'forum_name' => 'Kansai', 'forum_desc' => 'Hyogo, Kyoto, Mie, Nara, Osaka, Shiga, Wakayama', 'forum_status' => '0', 'forum_order' => '80', 'forum_posts' => '2', 'forum_topics' => '3', 'forum_last_post_id' => '220', 'prune_next' => '', 'prune_enable' => '0', 'auth_view' => '0', 'auth_read' => '0', 'auth_post' => '1', 'auth_reply' => '1', 'auth_edit' => '1', 'auth_delete' => '1', 'auth_sticky' => '3', 'auth_announce' => '3', 'auth_global_announce' => '5', 'auth_vote' => '1', 'auth_pollcreate' => '3', 'auth_attachments' => '3', 'auth_download' => '0', 'auth_news' => '3', 'forum_link' => '', 'forum_link_internal' => '0', 'forum_link_hit_count' => '0', 'forum_link_hit' => '0', 'icon' => '', 'main_type' => 'c', 'auth_cal' => '5', 'auth_ban' => '5', 'auth_greencard' => '5', 'auth_bluecard' => '1', 'auth_delayedpost' => '3', 'main' => 'c1', ), array( 'forum_id' => '8', 'cat_id' => '1', 'forum_name' => 'Chugoku & Shikoku', 'forum_desc' => 'Ehime, Hiroshima, Kagawa, Kochi, Okayama, Shimane, Tokushima,' . "rn" . 'Tottori, Yamaguchi', 'forum_status' => '0', 'forum_order' => '90', 'forum_posts' => '0', 'forum_topics' => '0', 'forum_last_post_id' => '0', 'prune_next' => '', 'prune_enable' => '0', 'auth_view' => '0', 'auth_read' => '0', 'auth_post' => '1', 'auth_reply' => '1', 'auth_edit' => '1', 'auth_delete' => '1', 'auth_sticky' => '3', 'auth_announce' => '3', 'auth_global_announce' => '5', 'auth_vote' => '1', 'auth_pollcreate' => '3', 'auth_attachments' => '3', 'auth_download' => '0', 'auth_news' => '3', 'forum_link' => '', 'forum_link_internal' => '0', 'forum_link_hit_count' => '0', 'forum_link_hit' => '0', 'icon' => '', 'main_type' => 'c', 'auth_cal' => '5', 'auth_ban' => '5', 'auth_greencard' => '5', 'auth_bluecard' => '1', 'auth_delayedpost' => '3', 'main' => 'c1', ), array( 'forum_id' => '9', 'cat_id' => '1', 'forum_name' => 'Kyushu & Ryukyu', 'forum_desc' => 'Fukuoka, Kagoshima, Kumamoto, Miyazaki, Nagasaki, Oita, Okinawa, Saga', 'forum_status' => '0', 'forum_order' => '100', 'forum_posts' => '5', 'forum_topics' => '4', 'forum_last_post_id' => '432', 'prune_next' => '', 'prune_enable' => '0', 'auth_view' => '0', 'auth_read' => '0', 'auth_post' => '1', 'auth_reply' => '1', 'auth_edit' => '1', 'auth_delete' => '1', 'auth_sticky' => '3', 'auth_announce' => '3', 'auth_global_announce' => '5', 'auth_vote' => '1', 'auth_pollcreate' => '3', 'auth_attachments' => '3', 'auth_download' => '0', 'auth_news' => '3', 'forum_link' => '', 'forum_link_internal' => '0', 'forum_link_hit_count' => '0', 'forum_link_hit' => '0', 'icon' => '', 'main_type' => 'c', 'auth_cal' => '5', 'auth_ban' => '5', 'auth_greencard' => '5', 'auth_bluecard' => '1', 'auth_delayedpost' => '3', 'main' => 'c1', ), array( 'cat_id' => '2', 'cat_title' => 'Discussions', 'cat_order' => '110', 'cat_main_type' => 'c', 'cat_main' => '0', 'cat_desc' => 'Ask your questions, recommend good destinations, discuss about travels in Japan / Poser vos questions, sugg駻er des endroits ・visiter, discuter des voyages au Japon', 'icon' => '',
Re: White Page when hitting submit on a post

Posted:
Wed Jan 31, 2007 6:40 am
Author: Whisky
A corrupted /includes/def_themes.php file may cause this issue aswell
a quick workaround to try would be to simply overwrite your /includes/def_themes.php and your /includes/def_tree.php with new ones from theIM141 package

Posted:
Wed Jan 31, 2007 6:58 am
Author: sanji
This will work... until the def_tree is updated again, which again would leave a blank page...
sanji

Posted:
Wed Jan 31, 2007 3:14 pm
Author: joey_4ers
thanks guys for all your help ..
I will make the changes now..
Btw I asked our host how much memeory we have they said..
"the memory_limit for the server your account is hosted from is set to 20mb and as stated previously will not increased unless there is a core security update to the that requires this."
I will make the changes now.. Will get back to you. I will post that file if it happens again.

Posted:
Wed Jan 31, 2007 3:55 pm
Author: joey_4ers
..
That didnt work ..
renameing the /includes/def_tree.php file made it very intermitant .. which was alot better
making these changes
//define('CACHE_TREE', true);
//define('CACHE_WORDS', true);
//define('CACHE_THEMES', true);
made it happen all the time.
here is te def_tree.php
[code]<php> idx,// $tree['type'][idx] => type of the row, can be 'c' for categories or 'f' for forums,// $tree['id'][idx] => value of the row id : cat_id for cats, forum_id for forums,// $tree['data'][idx] => db table row,// $tree['main'][idx] => parent id,// $tree['sub'][id] => array of sub-level ids,//-------------------------------------------------------------------------------------------------- $tree = array( 'keys' => array('c1' => 0, 'f4' => 1, 'f5' => 2, 'f33' => 3, 'f34' => 4, 'f35' => 5, 'f36' => 6, 'f37' => 7, 'f38' => 8, 'f39' => 9, 'f40' => 10, 'f6' => 11, 'f30' => 12, 'c2' => 13, 'f7' => 14, 'f41' => 15, 'f9' => 16, 'f29' => 17, 'f24' => 18, 'f31' => 19, 'f28' => 20, 'f10' => 21, 'f15' => 22, 'f16' => 23, 'f17' => 24, 'f18' => 25, 'f19' => 26, 'f20' => 27, 'f21' => 28, 'f22' => 29, 'f11' => 30, 'f12' => 31, 'f13' => 32, 'f14' => 33, 'f32' => 34, 'c3' => 35, 'f25' => 36, 'f23' => 37, 'c4' => 38, 'f27' => 39, 'f26' => 40), 'type' => array('c', 'f', 'f', 'f', 'f', 'f', 'f', 'f', 'f', 'f', 'f', 'f', 'f', 'c', 'f', 'f', 'f', 'f', 'f', 'f', 'f', 'f', 'f', 'f', 'f', 'f', 'f', 'f', 'f', 'f', 'f', 'f', 'f', 'f', 'f', 'c', 'f', 'f', 'c', 'f', 'f'), 'id' => array('1', '4', '5', '33', '34', '35', '36', '37', '38', '39', '40', '6', '30', '2', '7', '41', '9', '29', '24', '31', '28', '10', '15', '16', '17', '18', '19', '20', '21', '22', '11', '12', '13', '14', '32', '3', '25', '23', '4', '27', '26'), 'data' => array( array( 'cat_id' => '1', 'cat_title' => 'Guild Public Access', 'cat_order' => '10', 'cat_main_type' => 'c', 'cat_main' => '0', 'cat_desc' => '', 'icon' => '', 'main' => 'Root', ), array( 'forum_id' => '4', 'cat_id' => '1', 'forum_name' => 'Public General Discussion', 'forum_desc' => 'Discuss public matters here.', 'forum_status' => '0', 'forum_order' => '20', 'forum_posts' => '32', 'forum_topics' => '6', 'forum_last_post_id' => '12942', 'prune_next' => '', 'prune_enable' => '0', 'points_disabled' => '1', 'auth_view' => '0', 'auth_read' => '0', 'auth_post' => '1', 'auth_reply' => '1', 'auth_edit' => '1', 'auth_delete' => '3', 'auth_sticky' => '3', 'auth_announce' => '3', 'auth_global_announce' => '3', 'auth_vote' => '1', 'auth_pollcreate' => '1', 'auth_attachments' => '3', 'auth_download' => '0', 'auth_news' => '3', 'forum_link' => '', 'forum_link_internal' => '0', 'forum_link_hit_count' => '0', 'forum_link_hit' => '0', 'icon' => '', 'main_type' => 'c', 'auth_cal' => '3', 'auth_ban' => '5', 'auth_greencard' => '5', 'auth_bluecard' => '1', 'auth_delayedpost' => '3', 'main' => 'c1', ), array( 'forum_id' => '5', 'cat_id' => '1', 'forum_name' => 'Recruitment', 'forum_desc' => 'Apply for membership in the Conclave', 'forum_status' => '0', 'forum_order' => '30', 'forum_posts' => '48', 'forum_topics' => '15', 'forum_last_post_id' => '13184', 'prune_next' => '', 'prune_enable' => '0', 'points_disabled' => '1', 'auth_view' => '0', 'auth_read' => '0', 'auth_post' => '0', 'auth_reply' => '0', 'auth_edit' => '3', 'auth_delete' => '5', 'auth_sticky' => '3', 'auth_announce' => '3', 'auth_global_announce' => '5', 'auth_vote' => '1', 'auth_pollcreate' => '1', 'auth_attachments' => '3', 'auth_download' => '0', 'auth_news' => '3', 'forum_link' => '', 'forum_link_internal' => '0', 'forum_link_hit_count' => '0', 'forum_link_hit' => '0', 'icon' => '', 'main_type' => 'c', 'auth_cal' => '3', 'auth_ban' => '5', 'auth_greencard' => '5', 'auth_bluecard' => '1', 'auth_delayedpost' => '3', 'main' => 'c1', ), array( 'forum_id' => '33', 'cat_id' => '5', 'forum_name' => 'Druids', 'forum_desc' => '', 'forum_status' => '0', 'forum_order' => '40', 'forum_posts' => '21', 'forum_topics' => '5', 'forum_last_post_id' => '10297', 'prune_next' => '', 'prune_enable' => '0', 'points_disabled' => '1', 'auth_view' => '0', 'auth_read' => '0', 'auth_post' => '0', 'auth_reply' => '0', 'auth_edit' => '1', 'auth_delete' => '5', 'auth_sticky' => '3', 'auth_announce' => '3', 'auth_global_announce' => '5', 'auth_vote' => '1', 'auth_pollcreate' => '1', 'auth_attachments' => '3', 'auth_download' => '0', 'auth_news' => '3', 'forum_link' => '', 'forum_link_internal' => '0', 'forum_link_hit_count' => '0', 'forum_link_hit' => '0', 'icon' => '', 'main_type' => 'f', 'auth_cal' => '3', 'auth_ban' => '3', 'auth_greencard' => '5', 'auth_bluecard' => '1', 'auth_delayedpost' => '3', 'main' => 'f5', ), array( 'forum_id' => '34', 'cat_id' => '5', 'forum_name' => 'Hunters', 'forum_desc' => '', 'forum_status' => '0', 'forum_order' => '50', 'forum_posts' => '34', 'forum_topics' => '12', 'forum_last_post_id' => '12017', 'prune_next' => '', 'prune_enable' => '0', 'points_disabled' => '1', 'auth_view' => '0', 'auth_read' => '0', 'auth_post' => '0', 'auth_reply' => '0', 'auth_edit' => '1', 'auth_delete' => '5', 'auth_sticky' => '3', 'auth_announce' => '3', 'auth_global_announce' => '5', 'auth_vote' => '1', 'auth_pollcreate' => '1', 'auth_attachments' => '3', 'auth_download' => '0', 'auth_news' => '3', 'forum_link' => '', 'forum_link_internal' => '0', 'forum_link_hit_count' => '0', 'forum_link_hit' => '0', 'icon' => '', 'main_type' => 'f', 'auth_cal' => '3', 'auth_ban' => '3', 'auth_greencard' => '5', 'auth_bluecard' => '1', 'auth_delayedpost' => '3', 'main' => 'f5', ), array( 'forum_id' => '35', 'cat_id' => '5', 'forum_name' => 'Mages', 'forum_desc' => '', 'forum_status' => '0', 'forum_order' => '60', 'forum_posts' => '56', 'forum_topics' => '14', 'forum_last_post_id' => '12108', 'prune_next' => '', 'prune_enable' => '0', 'points_disabled' => '1', 'auth_view' => '0', 'auth_read' => '0', 'auth_post' => '0', 'auth_reply' => '0', 'auth_edit' => '1', 'auth_delete' => '5', 'auth_sticky' => '3', 'auth_announce' => '3', 'auth_global_announce' => '5', 'auth_vote' => '1', 'auth_pollcreate' => '1', 'auth_attachments' => '3', 'auth_download' => '0', 'auth_news' => '3', 'forum_link' => '', 'forum_link_internal' => '0', 'forum_link_hit_count' => '0', 'forum_link_hit' => '0', 'icon' => '', 'main_type' => 'f', 'auth_cal' => '3', 'auth_ban' => '3', 'auth_greencard' => '5', 'auth_bluecard' => '1', 'auth_delayedpost' => '3', 'main' => 'f5', ), array( 'forum_id' => '36', 'cat_id' => '5', 'forum_name' => 'Priests', 'forum_desc' => '', 'forum_status' => '0', 'forum_order' => '70', 'forum_posts' => '20', 'forum_topics' => '6', 'forum_last_post_id' => '12745', 'prune_next' => '', 'prune_enable' => '0', 'points_disabled' => '1', 'auth_view' => '0', 'auth_read' => '0', 'auth_post' => '0', 'auth_reply' => '0', 'auth_edit' => '1', 'auth_delete' => '5', 'auth_sticky' => '3', 'auth_announce' => '3', 'auth_global_announce' => '5', 'auth_vote' => '1', 'auth_pollcreate' => '1', 'auth_attachments' => '3', 'auth_download' => '0', 'auth_news' => '3', 'forum_link' => '', 'forum_link_internal' => '0', 'forum_link_hit_count' => '0', 'forum_link_hit' => '0', 'icon' => '', 'main_type' => 'f', 'auth_cal' => '3', 'auth_ban' => '3', 'auth_greencard' => '5', 'auth_bluecard' => '1', 'auth_delayedpost' => '3', 'main' => 'f5', ), array( 'forum_id' => '37', 'cat_id' => '5', 'forum_name' => 'Shaman', 'forum_desc' => '', 'forum_status' => '0', 'forum_order' => '80', 'forum_posts' => '15', 'forum_topics' => '6', 'forum_last_post_id' => '10589', 'prune_next' => '', 'prune_enable' => '0', 'points_disabled' => '1', 'auth_view' => '0', 'auth_read' => '0', 'auth_post' => '0', 'auth_reply' => '0', 'auth_edit' => '1', 'auth_delete' => '5', 'auth_sticky' => '3', 'auth_announce' => '3', 'auth_global_announce' => '5', 'auth_vote' => '1', 'auth_pollcreate' => '1', 'auth_attachments' => '3', 'auth_download' => '0', 'auth_news' => '3', 'forum_link' => '', 'forum_link_internal' => '0', 'forum_link_hit_count' => '0', 'forum_link_hit' => '0', 'icon' => '', 'main_type' => 'f', 'auth_cal' => '3', 'auth_ban' => '3', 'auth_greencard' => '5', 'auth_bluecard' => '1', 'auth_delayedpost' => '3', 'main' => 'f5', ), array( 'forum_id' => '38', 'cat_id' => '5', 'forum_name' => 'Warlocks', 'forum_desc' => '', 'forum_status' => '0', 'forum_order' => '90', 'forum_posts' => '48', 'forum_topics' => '16', 'forum_last_post_id' => '11624', 'prune_next' => '', 'prune_enable' => '0', 'points_disabled' => '1', 'auth_view' => '0', 'auth_read' => '0', 'auth_post' => '0', 'auth_reply' => '0', 'auth_edit' => '1', 'auth_delete' => '5', 'auth_sticky' => '3', 'auth_announce' => '3', 'auth_global_announce' => '5', 'auth_vote' => '1', 'auth_pollcreate' => '1', 'auth_attachments' => '3', 'auth_download' => '0', 'auth_news' => '3', 'forum_link' => '', 'forum_link_internal' => '0', 'forum_link_hit_count' => '0', 'forum_link_hit' => '0', 'icon' => '', 'main_type' => 'f', 'auth_cal' => '3', 'auth_ban' => '3', 'auth_greencard' => '5', 'auth_bluecard' => '1', 'auth_delayedpost' => '3', 'main' => 'f5', ), array( 'forum_id' => '39', 'cat_id' => '5', 'forum_name' => 'Warriors', 'forum_desc' => '', 'forum_status' => '0', 'forum_order' => '100', 'forum_posts' => '77', 'forum_topics' => '18', 'forum_last_post_id' => '11900', 'prune_next' => '', 'prune_enable' => '0', 'points_disabled' => '1', 'auth_view' => '0', 'auth_read' => '0', 'auth_post' => '0', 'auth_reply' => '0', 'auth_edit' => '1', 'auth_delete' => '5', 'auth_sticky' => '3', 'auth_announce' => '3', 'auth_global_announce' => '5', 'auth_vote' => '1', 'auth_pollcreate' => '1', 'auth_attachments' => '3', 'auth_download' => '0', 'auth_news' => '3', 'forum_link' => '', 'forum_link_internal' => '0', 'forum_link_hit_count' => '0', 'forum_link_hit' => '0', 'icon' => '', 'main_type' => 'f', 'auth_cal' => '3', 'auth_ban' => '3', 'auth_greencard' => '5', 'auth_bluecard' => '1', 'auth_delayedpost' => '3', 'main' => 'f5', ),

Posted:
Wed Jan 31, 2007 7:06 pm
Author: joey_4ers
O.o
When i hit refresh.. it came up with this error..
Information
No post mode specified
Does this help ?

Posted:
Wed Jan 31, 2007 11:56 pm
Author: Teelk
"joey_4ers";p="20987" wrote:O.o
When i hit refresh.. it came up with this error..
Information
No post mode specified
Does this help ?
I think that came up becuase on the refresh the information is lost...
I've been researching this problem and it seems that it happens a lot on vanilla phpBB boards as well. The culprit is a server application called mod_security. This works by finding strings and words in forms and blocking them. It's supposed to be updated regularly to unblock certain forms etc. so that php .scripts function properly. I'd check with your host to see if they've installed or updated an install of mod_security.

Posted:
Sun Feb 04, 2007 3:25 pm
Author: joey_4ers
Heres something they asked me to try
Hi Joseph,
"As a fix for now, could you try setting your forums to you the smtp mailer instead of the php mail function, as this has fixed another phpbb install so it may help you.
to do this you need to create a mail account for the forums in your cpanel, and then use those details for the forum mail settings."
I dunno if its gonna work.. I thought all posting was internal!
Re: White Page when hitting submit on a post

Posted:
Sun Feb 04, 2007 5:41 pm
Author: Teelk
I never even thought of that, it does run through the mail code when posting and doing a lot of other things. But, you can register right? Goes through the mail code then too.

Posted:
Sun Feb 04, 2007 6:09 pm
Author: joey_4ers
Ok .. Its been 3 hours.. I havent haqnd any issues and no one has complained as yet.
Also .. I have noticed that the site's posting all round has improved in speed..
Even prillian is behaving for once in its life .. I belive that uses PM's as well right ?
hmm I'll edit my post in a few days as solved if all goes well..