Sub Menu
Links Menu
Online Users

In total there are 304 users online :: 4 registered, 0 hidden and 300 guests

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

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

[SOLVED] Blank profile.php on registration

Support for the IM Portal Project

Moderator: Integra Moderator

[SOLVED] Blank profile.php on registration

PostAuthor: crawadc`radigger » Wed Feb 21, 2007 4:23 pm

Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: http://standontherock.com

PHP Version: PHP Version 4.4.4
MySQL Version: mysql 4.0.26


What was done before the problem appeared?
This is a fresh install of 1.4.1 with a mysql 4.0.26 . database.


What was done to try to solve the problem?
Installed php.ini with memory_limit = 16M



De.scription and Message

Hi
I performed a new install of 1.4.1 which went smooth. I have a problem during registration of getting a blank page when on the registration and hitting the enter key to enter the information. The information is received in the admin panel but the user gets a blank page.

I added a php.ini with an increased mem limit of 16M given from my web host and added it to my root as directed by the host.

This has not resolved the issue. I saw a hack someplace in the forum but can't find it now to modify a page, perhaps it was common.php, to try to resolve this. Does anyone have the link to that patch?

Also can anyone shed any light on this? I am supposed to have this working for Friday so I hope I can find a solution.

The IntegraMod is awesome and slick so I am looking forward to using it.

Much Thanks
Brian
Last edited by crawadc`radigger on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

crawadc`radigger
Newbie
Newbie
 
Posts: 13
Likes: 0 post
Liked in: 0 post
Joined: Wed Feb 21, 2007 4:09 pm
Cash on hand: 0.00

PostAuthor: Imajica » Wed Feb 21, 2007 4:37 pm

do you have a test user setup or can I just register one?
Last edited by Imajica on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Imajica
Integra Member
Integra Member
 
Posts: 143
Likes: 0 post
Liked in: 0 post
Joined: Thu Jul 13, 2006 6:24 pm
Cash on hand: 0.00

PostAuthor: Imajica » Wed Feb 21, 2007 4:42 pm

eh.. I registered anyways.

I was told this at one point:
"Teelk";p="20340" wrote:PCP can be a problem as it doesn't provide error messages at times. Can you check to see what your display_errors is set to in your php.ini file? Even if you don't have access to your php.ini file you can check using phpinfo in the ACP. If it's not on, turn it on and see if you get any error messages in your profile afterwards.

If you don't have access to your php.ini file, you can add this code to common.php to turn it on(may be blocked on some servers).

OPEN common.php
FIND
Code: Select all
if ( !defined('IN_PHPBB') ){     die("Hacking attempt");}

AFTER ADD
Code: Select all
ini_set('display_errors','On');


It may also be a memory_limit issue, you can increase it through the php.ini file or add this to your common.php file as well.

Code: Select all
ini_set('memory_limit','16');
16 being the memory in MB.


what is interesting is after I see the white screen, if I login to the site then go to the profile page, it works fine..

strange
Last edited by Imajica on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Imajica
Integra Member
Integra Member
 
Posts: 143
Likes: 0 post
Liked in: 0 post
Joined: Thu Jul 13, 2006 6:24 pm
Cash on hand: 0.00

Re: Blank profile.php on registration

PostAuthor: crawadc`radigger » Wed Feb 21, 2007 5:21 pm

Thanks Imajica,
I increased the memory to 24 mb in common and turned on the errors and I received [/quote]Fatal error: Call to a member function on a non-object in /path_to_integramod/portal/ctracker/classes/class_ct_userfunctions.php on line 441[quote]

Not sure what that indicates, any ideas?

Thanks
Brian
Last edited by crawadc`radigger on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

crawadc`radigger
Newbie
Newbie
 
Posts: 13
Likes: 0 post
Liked in: 0 post
Joined: Wed Feb 21, 2007 4:09 pm
Cash on hand: 0.00

Re: Blank profile.php on registration

PostAuthor: crawadc`radigger » Wed Feb 21, 2007 5:31 pm

Just got this when trying to delete a user


[/code] Fatal error: Call to a member function on a non-object in /Path_to_Integra/portal/admin/admin_users.php on line 210[code]

Sorry for my inabilty to recognize the problem here

Brian
Last edited by crawadc`radigger on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

crawadc`radigger
Newbie
Newbie
 
Posts: 13
Likes: 0 post
Liked in: 0 post
Joined: Wed Feb 21, 2007 4:09 pm
Cash on hand: 0.00

PostAuthor: Imajica » Wed Feb 21, 2007 6:43 pm

did you install the ctracker path from ZacFields?
http://www.integramod.com/forum/viewtop ... highlight=

I'd start there
Last edited by Imajica on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Imajica
Integra Member
Integra Member
 
Posts: 143
Likes: 0 post
Liked in: 0 post
Joined: Thu Jul 13, 2006 6:24 pm
Cash on hand: 0.00

Re: Blank profile.php on registration

PostAuthor: crawadc`radigger » Wed Feb 21, 2007 6:53 pm

Yes I have installed that without helping the problem
Last edited by crawadc`radigger on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

crawadc`radigger
Newbie
Newbie
 
Posts: 13
Likes: 0 post
Liked in: 0 post
Joined: Wed Feb 21, 2007 4:09 pm
Cash on hand: 0.00

PostAuthor: Imajica » Wed Feb 21, 2007 7:14 pm

I did a quick google on the error and it implies there is a bad file in there...

I would d/l a new copy from here... and upload all new files, replacing the ones that are up there now.

Be sure not to overwrite config.php

actually I'd prob replace a few files.. test.. replace a few more etc etc.. starting with ctracker and the admin files.

make sure you check permissions as you go
Last edited by Imajica on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Imajica
Integra Member
Integra Member
 
Posts: 143
Likes: 0 post
Liked in: 0 post
Joined: Thu Jul 13, 2006 6:24 pm
Cash on hand: 0.00

Re: Blank profile.php on registration

PostAuthor: Teelk » Thu Feb 22, 2007 10:54 pm

Try overwriting your root/ctracker/classes/class_ct_database.php with the one from the package. I think it was corrupted on upload.
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 profile.php on registration

PostAuthor: crawadc`radigger » Sat Feb 24, 2007 5:15 am

Thanks for the help guys.

I did a new install for the php error and that worked and changed the ini_mem to 24 and that seems have correct the blank profile.php page on registration <img>
Last edited by crawadc`radigger on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

crawadc`radigger
Newbie
Newbie
 
Posts: 13
Likes: 0 post
Liked in: 0 post
Joined: Wed Feb 21, 2007 4:09 pm
Cash on hand: 0.00


Return to IM Portal Support Forum

Who is online

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