Sub Menu
Links Menu
Online Users

In total there are 315 users online :: 3 registered, 0 hidden and 312 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Bing [Bot], Google [Bot], Majestic-12 [Bot] based on users active over the past 60 minutes

Blank page after fresh install.

This forum is purely to discuss issues with the released public betas of IntegraMOD to discuss

Moderator: Integra Moderator

Blank page after fresh install.

PostAuthor: ckilmer75 » Wed Jan 03, 2007 1:18 pm

Hello all,

I have just made a fresh installation of the RC5 Beta and upon deleting the INSTALL and PRILL_INSTALL directories and clicking the button at the bottom of the screen, I get a BLANK white page. (I also tried typing portal.php to load... same blank white page)

Any ideas?

I am running MySQL 5 and PHP 5. IntegraMod2 and vanilla phpbb work fine.

Thanks for the help. ETegra is my #1 choice.
Last edited by ckilmer75 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

ckilmer75
Members
Members
 
Posts: 55
Likes: 0 post
Liked in: 0 post
Joined: Tue Jun 13, 2006 12:56 pm
Cash on hand: 0.00

Re: Blank page after fresh install.

PostAuthor: Teelk » Wed Jan 03, 2007 1:38 pm

Which database type did you choose on installation? MySQL 4/5 or MySQL 4/5 /w MySQLi?
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

Re: Blank page after fresh install.

PostAuthor: ckilmer75 » Wed Jan 03, 2007 1:40 pm

I chose MySql 4/5


Not the MySqli one.
Last edited by ckilmer75 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

ckilmer75
Members
Members
 
Posts: 55
Likes: 0 post
Liked in: 0 post
Joined: Tue Jun 13, 2006 12:56 pm
Cash on hand: 0.00

Re: Blank page after fresh install.

PostAuthor: Teelk » Wed Jan 03, 2007 1:54 pm

Most likely it's a memory issue then. You need to allocate more memory to php. If you don't have root access to your server you can try and place the following code in common.php.

FIND
Code: Select all
if ( !defined('IN_PHPBB') ){     die("Hacking attempt");}
AFTER ADD
Code: Select all
ini_set('memory_limit', '16M');


Also, please note that IntegraMOD 1.4.1 is for testing purposes only at this stage and that no support will be given to live sites. Also, anyone using IntegraMOD 1.4.1 RC5 as a live site will not be able to update their board to 1.4.1 final, as no update will be provided. It's final release should be soon though.
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

Re: Blank page after fresh install.

PostAuthor: ckilmer75 » Wed Jan 03, 2007 1:59 pm

This site is not a live site. I'm just wanting to get ahead on figuring out how everything works before it goes live. As soon as it's live I'll be replacing my vanilla phpbb site with it.




EDIT:

I just tried the code and it worked like a charm. Thanks.
Last edited by ckilmer75 on Wed Jan 03, 2007 2:29 pm, edited 1 time in total.

ckilmer75
Members
Members
 
Posts: 55
Likes: 0 post
Liked in: 0 post
Joined: Tue Jun 13, 2006 12:56 pm
Cash on hand: 0.00

Re: Blank page after fresh install.

PostAuthor: ckilmer75 » Wed Jan 03, 2007 2:11 pm

Well.... I have my portal and index page.... but when I try ro access the Admin page I get a 404 error.

Any ideas?

I tried re-uploading the admin directory to no avail.
Last edited by ckilmer75 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

ckilmer75
Members
Members
 
Posts: 55
Likes: 0 post
Liked in: 0 post
Joined: Tue Jun 13, 2006 12:56 pm
Cash on hand: 0.00

Re: Blank page after fresh install.

PostAuthor: Teelk » Wed Jan 03, 2007 2:30 pm

"ckilmer75";p="18977" wrote:This site is not a live site. I'm just wanting to get ahead on figuring out how everything works before it goes live. As soon as it's live I'll be replacing my vanilla phpbb site with it.
No problem, I was just making sure for your as well as our benefit. I don't want you to have a live site that you can't update lol.


"ckilmer75";p="18977" wrote:I'll try the above code.... just for my information.... do you know how to increase the memory on a server for php? I do happen to have root access to the server. It's a linux server running apache.



EDIT:

I just tried the code and it worked like a charm. Thanks.
Glad it worked. <img> To set the memory limit with root access, you have to edit your php.ini file. Open it up and there should already be a line in there that looks something like memory_limit = 8M, just change the 8 to 16. Normally you shouldn't need any more then 16.

"ckilmer75";p="18978" wrote:Well.... I have my portal and index page.... but when I try ro access the Admin page I get a 404 error.

Any ideas?
It could be logging you out before you reach the admin page. Usually that's a sign of incomplete cookie settings. You can correct these settings using the Auto Cookies MOD located [url=http]here.[/url] Create an install directory in your forum root and place the cookie.php file from the package inside. Then visit the cookie.php file with your browser and save the settings to your database.
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

Re: Blank page after fresh install.

PostAuthor: ckilmer75 » Wed Jan 03, 2007 2:34 pm

Thanks for the quick support....

I created an 'install' directory and uploaded cookie.php to it. When I try to load it however, I get a 404 error.
Last edited by ckilmer75 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

ckilmer75
Members
Members
 
Posts: 55
Likes: 0 post
Liked in: 0 post
Joined: Tue Jun 13, 2006 12:56 pm
Cash on hand: 0.00

Re: Blank page after fresh install.

PostAuthor: Teelk » Wed Jan 03, 2007 3:00 pm

I believe a 404 error usually indicates incorrect server settings. What settings those are I don't know I'm afraid. If all the files are in the proper location(within your www root) and your getting 404's I don't know what else it could be.

Hopefully someone can shed some light on this. I'll ponder this a bit and do some research.
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

Re: Blank page after fresh install.

PostAuthor: ckilmer75 » Wed Jan 03, 2007 3:05 pm

Thanks for your help.

It's strange though that everything else works fine... the portal.php and the index.php.

Admin.php also works fine for inetramod2 and vanilla php. So I do not understand why it would not work for etegra.

In case you need it, the link to my TEST site is
[url=http]http://www.ntin.net/~ckilmer75/daoine/[/url]
Last edited by ckilmer75 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

ckilmer75
Members
Members
 
Posts: 55
Likes: 0 post
Liked in: 0 post
Joined: Tue Jun 13, 2006 12:56 pm
Cash on hand: 0.00

Re: Blank page after fresh install.

PostAuthor: Teelk » Wed Jan 03, 2007 3:14 pm

If you like you can make a temporary admin account on your site and PM me the details and I'll see if it affects me as well. I've browsed your site so far and not seen any issues.
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

Re: Blank page after fresh install.

PostAuthor: ckilmer75 » Thu Jan 04, 2007 6:19 am

I can't access the admin page, so I cannot make you a temp. login. I pm'd you the details for my primary admin logn. I'll change the password later.
Last edited by ckilmer75 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

ckilmer75
Members
Members
 
Posts: 55
Likes: 0 post
Liked in: 0 post
Joined: Tue Jun 13, 2006 12:56 pm
Cash on hand: 0.00

Re: Blank page after fresh install.

PostAuthor: Teelk » Thu Jan 04, 2007 2:27 pm

Of coarse... sorry bout that lol
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

Re: Blank page after fresh install.

PostAuthor: ckilmer75 » Thu Jan 04, 2007 2:30 pm

No prob :)
Last edited by ckilmer75 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

ckilmer75
Members
Members
 
Posts: 55
Likes: 0 post
Liked in: 0 post
Joined: Tue Jun 13, 2006 12:56 pm
Cash on hand: 0.00

Re: Blank page after fresh install.

PostAuthor: Teelk » Thu Jan 04, 2007 4:42 pm

For some reason it's redirecting you to install/install.php when you try to access the ACP.

Did you choose to not install prillian?
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

Next

Return to IntegraMOD Public Beta

Who is online

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

cron