[Solved] forum not showing please help

Support for IntegraMOD 141

Moderator: Integra Moderator

[Solved] forum not showing please help

PostAuthor: Michalis » Fri Nov 21, 2008 3:51 am

Hi Guys,

I have recently encountered a problem where the forum does not show just comes up blank white page with no
errors shown on page. I contacted my host provider who advised that the php forum was not communicating with database.

example: http://www.houseofdance.net/phpBB/portal.php

the server does work on main page http://www.houseofdance.net

Can anyone kindly give any suggestions or advise to help me fix this problem please
[img=left]http://www.houseofdance.net/images/Banners/HoDbanner2008.gif[/img]
User avatar
Michalis
Integra Member
Integra Member
 
Posts: 138
Likes: 0 post
Liked in: 0 post
Joined: Sat Jun 16, 2007 4:37 pm
Cash on hand: 0.00
Location: UK

Re: forum not showing please help

PostAuthor: obiku » Fri Nov 21, 2008 11:59 am

If the forum could not communicate with your database, you should see an error like this
[code]phpBB ]

Can you check if you set the file permissions correct?
http://www.familie-smit.nl
http://portfolio.familie-smit.nl

Do not tsunami my inbox... instead use the forums...
Hard work may not kill me, but why take a chance?

[hr]
User avatar
obiku
Dev Team
Dev Team
 
Posts: 218
Likes: 0 post
Liked in: 0 post
Joined: Tue May 02, 2006 10:22 am
Cash on hand: 0.00
Location: level 8

Re: forum not showing please help

PostAuthor: Helter » Fri Nov 21, 2008 3:27 pm

check to see it your server was recently upgraded from php4 to php5
have you added any mods that alter your language files lately?
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4168
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 187.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: forum not showing please help

PostAuthor: Michalis » Sat Nov 22, 2008 10:59 am

nothing has been changed on the server & the host has not upgraded anything tho they did a test by moving php to 3
different servers and had the blank screen as i am seeing.

all the CMOD permission are correct too & i have not added any mods lately
[img=left]http://www.houseofdance.net/images/Banners/HoDbanner2008.gif[/img]
User avatar
Michalis
Integra Member
Integra Member
 
Posts: 138
Likes: 0 post
Liked in: 0 post
Joined: Sat Jun 16, 2007 4:37 pm
Cash on hand: 0.00
Location: UK

Re: forum not showing please help

PostAuthor: Helter » Sat Nov 22, 2008 8:14 pm

backup and save your includes/def_*.php files
first, upload includes/def_tree.php and check to see if the forum comes back.
if not, change your default theme to Integra2 by editing your db.
open in phpmyadmin phpbb_config and look for the default theme entry and change it to theme id "1"
re-upload includes/def_themes.php
if still no luck, re-upload includes/def_qbar.php
if still no luck, re-upload the rest of the def_ files
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4168
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 187.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: forum not showing please help

PostAuthor: Teelk » Thu Nov 27, 2008 11:54 pm

This could also be an issue of too little memory allocated to php. If you have root privileges on your server, edit the php.ini file and either add or append the following line.

Code: Select all
php_value memory_limit "16M"


If you don't have access to your root, you can ask your host to increase the memory size or try adding it to a .htaccess file to your forum root with the above line, without the quotes around 16M. The other alternative is to add this line to your common.php file
Code: Select all
ini_set('memory_limit','16M')
after the lines
Code: Select all
if ( !defined('IN_PHPBB') ){     die("Hacking attempt");}
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

Re: forum not showing please help

PostAuthor: Helter » Fri Nov 28, 2008 1:12 am

or you can add it to config.php
Your input has been missed Teelk! I completely forgot about IM141's memory footprint!
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4168
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 187.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: forum not showing please help

PostAuthor: Michalis » Fri Nov 28, 2008 8:05 am

first of all let me apologise for my late reply

HelterSkelter ur input was very valuable & worked, even tho this problem gave me a
major headache hehehehehe

Teelk i will use ur advise too, thanx to u all for ur advise it has been valuable.
[img=left]http://www.houseofdance.net/images/Banners/HoDbanner2008.gif[/img]
User avatar
Michalis
Integra Member
Integra Member
 
Posts: 138
Likes: 0 post
Liked in: 0 post
Joined: Sat Jun 16, 2007 4:37 pm
Cash on hand: 0.00
Location: UK

Re: [Solved] forum not showing please help

PostAuthor: Michalis » Fri Dec 05, 2008 1:00 pm

OK thise has happened to me again, tho this time it was easy to bring it back the forum
from previous experiance before.

I contacted hosting provider about php.ini and access to root on server & this cannot be done for
security reasons as the forum is not on a dedicated server.

i also tried to add
ini_set('memory_limit','16M')
after
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}
in common.php which came up with an error

and with .htaccess I cannot find in root of website server.

any help or suggestions would be greatfully appreciated..
[img=left]http://www.houseofdance.net/images/Banners/HoDbanner2008.gif[/img]
User avatar
Michalis
Integra Member
Integra Member
 
Posts: 138
Likes: 0 post
Liked in: 0 post
Joined: Sat Jun 16, 2007 4:37 pm
Cash on hand: 0.00
Location: UK

Re: [Solved] forum not showing please help

PostAuthor: Teelk » Fri Dec 05, 2008 2:56 pm

What was the error that you received when you added that line?

Also, if it happens again, try deleting your cache and see if that fixes the issue. If the cache files aren't being completely written you'll see a lot of white pages and may have to turn cache off to fix the problem.
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

Re: [Solved] forum not showing please help

PostAuthor: Michalis » Fri Dec 05, 2008 3:37 pm

here is the ere i get

Parse error: syntax error, unexpected T_VARIABLE in /home/nas02l/h/houseofdance.net/user/htdocs/phpBB/common.php on line 30
[img=left]http://www.houseofdance.net/images/Banners/HoDbanner2008.gif[/img]
User avatar
Michalis
Integra Member
Integra Member
 
Posts: 138
Likes: 0 post
Liked in: 0 post
Joined: Sat Jun 16, 2007 4:37 pm
Cash on hand: 0.00
Location: UK

Re: [Solved] forum not showing please help

PostAuthor: Teelk » Fri Dec 05, 2008 7:49 pm

My apologies, I forgot to include a semicolon after the line in my example. It should be
Code: Select all
ini_set('memory_limit','16M');


Don't forget, as well as including this line you may also have to increase the 16 to make the white pages disappear. 16MB is just the example.
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

Re: [Solved] forum not showing please help

PostAuthor: Michalis » Mon Dec 08, 2008 8:41 am

Teelk

thanx very much, that has done the trick. very much appreciated for ur feedback there hehehehe
[img=left]http://www.houseofdance.net/images/Banners/HoDbanner2008.gif[/img]
User avatar
Michalis
Integra Member
Integra Member
 
Posts: 138
Likes: 0 post
Liked in: 0 post
Joined: Sat Jun 16, 2007 4:37 pm
Cash on hand: 0.00
Location: UK


Return to IntegraMOD 141

Who is online

Registered users: Majestic-12 [Bot]

cron