[SOLVED] White Page when hitting submit on a post

Support for IntegraMOD 140

Moderator: Integra Moderator

PostAuthor: joey_4ers » Wed Jan 31, 2007 12:14 am

That worked for about 15 minutes .. it came back .. but its not doing it as often ..
Last edited by joey_4ers on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

joey_4ers
Members
Members
 
Posts: 30
Likes: 0 post
Liked in: 0 post
Joined: Thu Jan 11, 2007 9:58 pm
Cash on hand: 0.00

PostAuthor: sanji » Wed Jan 31, 2007 12:45 am

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
Last edited by sanji on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[img]http://www.secret-japan.com/forum/images/banners/fuji%20secret-japan%2088x31.gif[/img] [url=http]Secret Japan[/url] : discover Japan off the beaten tracks

sanji
Sr Integra Member
Sr Integra Member
 
Posts: 291
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 12, 2006 8:18 pm
Cash on hand: 0.00

Re: White Page when hitting submit on a post

PostAuthor: Teelk » Wed Jan 31, 2007 1:20 am

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.
Last edited by Teelk on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 5:25 pm
Cash on hand: 0.00
Location: Canada

PostAuthor: sanji » Wed Jan 31, 2007 2:27 am

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'   => '',  
Last edited by sanji on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[img]http://www.secret-japan.com/forum/images/banners/fuji%20secret-japan%2088x31.gif[/img] [url=http]Secret Japan[/url] : discover Japan off the beaten tracks

sanji
Sr Integra Member
Sr Integra Member
 
Posts: 291
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 12, 2006 8:18 pm
Cash on hand: 0.00

Re: White Page when hitting submit on a post

PostAuthor: Whisky » Wed Jan 31, 2007 5:40 am

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
Last edited by Whisky on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
I am the Lizard King, I can do anything

Whisky
Sr Integra Member
Sr Integra Member
 
Posts: 256
Likes: 0 post
Liked in: 0 post
Joined: Thu May 18, 2006 1:28 am
Cash on hand: 0.00
Location: Brussels

PostAuthor: sanji » Wed Jan 31, 2007 5:58 am

This will work... until the def_tree is updated again, which again would leave a blank page...

sanji
Last edited by sanji on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[img]http://www.secret-japan.com/forum/images/banners/fuji%20secret-japan%2088x31.gif[/img] [url=http]Secret Japan[/url] : discover Japan off the beaten tracks

sanji
Sr Integra Member
Sr Integra Member
 
Posts: 291
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 12, 2006 8:18 pm
Cash on hand: 0.00

PostAuthor: joey_4ers » Wed Jan 31, 2007 2:14 pm

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.
Last edited by joey_4ers on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

joey_4ers
Members
Members
 
Posts: 30
Likes: 0 post
Liked in: 0 post
Joined: Thu Jan 11, 2007 9:58 pm
Cash on hand: 0.00

PostAuthor: joey_4ers » Wed Jan 31, 2007 2:55 pm

..

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',                                     ),                    
Last edited by joey_4ers on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

joey_4ers
Members
Members
 
Posts: 30
Likes: 0 post
Liked in: 0 post
Joined: Thu Jan 11, 2007 9:58 pm
Cash on hand: 0.00

PostAuthor: joey_4ers » Wed Jan 31, 2007 6:06 pm

O.o

When i hit refresh.. it came up with this error..

Information

No post mode specified

Does this help ?
Last edited by joey_4ers on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

joey_4ers
Members
Members
 
Posts: 30
Likes: 0 post
Liked in: 0 post
Joined: Thu Jan 11, 2007 9:58 pm
Cash on hand: 0.00

PostAuthor: Teelk » Wed Jan 31, 2007 10:56 pm

"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.
Last edited by Teelk on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 5:25 pm
Cash on hand: 0.00
Location: Canada

PostAuthor: joey_4ers » Sun Feb 04, 2007 2:25 pm

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!
Last edited by joey_4ers on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

joey_4ers
Members
Members
 
Posts: 30
Likes: 0 post
Liked in: 0 post
Joined: Thu Jan 11, 2007 9:58 pm
Cash on hand: 0.00

Re: White Page when hitting submit on a post

PostAuthor: Teelk » Sun Feb 04, 2007 4:41 pm

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.
Last edited by Teelk on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 5:25 pm
Cash on hand: 0.00
Location: Canada

PostAuthor: joey_4ers » Sun Feb 04, 2007 5:09 pm

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..
Last edited by joey_4ers on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

joey_4ers
Members
Members
 
Posts: 30
Likes: 0 post
Liked in: 0 post
Joined: Thu Jan 11, 2007 9:58 pm
Cash on hand: 0.00

Previous

Return to IntegraMOD 140

Who is online

Registered users: Bing [Bot], Helter, Majestic-12 [Bot]