Sub Menu
Links Menu
Online Users

In total there are 652 users online :: 3 registered, 0 hidden and 649 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

[Resolved] Blank Profile page

Support for IntegraMOD 141

Moderator: Integra Moderator

[Resolved] Blank Profile page

PostAuthor: Imajica » Wed Jan 24, 2007 9:08 am

Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Basic Knowledge
Board URL: http://www.ashadeofblue.net/portal/portal.php

PHP Version: 5.0.4
MySQL Version: 4.1.14


What was done before the problem appeared?
fresh install


What was done to try to solve the problem?
checked all permissions and file sizes



De.scription and Message

Morning folks.

I just did a clean install of 141 this morning and profile.php?mode=viewprofile&u=2 is coming up blank
(Public :: Base Info)

all other screens seem to be coming up

any ideas?

Imajica
Last edited by Imajica on Tue Feb 20, 2007 6:49 am, 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 Jan 24, 2007 1:02 pm

just installed 141 on my home server
windows 2k3 server, php4 and it works fine

anyone else on php5 seeing an issue?
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: shedt_v » Wed Jan 24, 2007 3:18 pm

yeah i'm on php5 too nothing is showing there.

Just blank, no private message the user or anything under base.

I'm using 1.4.1 RC 5 right now, going to upgrade soon...
Last edited by shedt_v on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

shedt_v
Integra Member
Integra Member
 
Posts: 114
Likes: 0 post
Liked in: 0 post
Joined: Sat Dec 09, 2006 7:37 am
Cash on hand: 0.00

PostAuthor: Imajica » Wed Jan 24, 2007 3:39 pm

are you on 5.0.4 too?
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: shedt_v » Wed Jan 24, 2007 3:55 pm

yes i think so, for sure php5.


yeah

PHP5 Version 5.0.4
Last edited by shedt_v on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

shedt_v
Integra Member
Integra Member
 
Posts: 114
Likes: 0 post
Liked in: 0 post
Joined: Sat Dec 09, 2006 7:37 am
Cash on hand: 0.00

PostAuthor: Imajica » Wed Jan 24, 2007 5:03 pm

I've never upgraded php and I don't want to learn on my active site.
does anyone on Dev know if this is a 5.0.4 issue only?
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 » Thu Jan 25, 2007 5:24 pm

I don't code... but I went thru till my eyes crossed
everything LOOKS to be in order

any ideas?
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 page

PostAuthor: Teelk » Thu Jan 25, 2007 5:38 pm

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.
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: Imajica » Thu Jan 25, 2007 8:12 pm

memory_limit 32M 32M
display_errors Off Off

I did add ini_set('display_errors','On'); to common.php

no errors show up...
just this:
[flash=,:djp9ndrr]http://www.ashadeofblue.net/portal/images/141error.jpg[/flash:djp9ndrr]
what's next?
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 » Sun Jan 28, 2007 11:30 am

well I have a guy coming in to help me upgrade php on my server because I just don't have the experience

unless anyone else has a bright shiny idea...
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: shedt_v » Thu Feb 01, 2007 2:57 pm

yeah i'm having the same problem, memory set to 16. going to change the php.ini file.
Last edited by shedt_v on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

shedt_v
Integra Member
Integra Member
 
Posts: 114
Likes: 0 post
Liked in: 0 post
Joined: Sat Dec 09, 2006 7:37 am
Cash on hand: 0.00

PostAuthor: Imajica » Sun Feb 04, 2007 9:22 pm

ok I am officially boned

it's not easy to update my VPS to a higher version of php

I'm open to ANY suggestions here short of changing hosts
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 » Mon Feb 12, 2007 5:58 pm

other folks on the same service I am running have been having issues with
"php_admin_value open_basedir"

any chance this could be contributing to my problem as well?

Imajica
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: Michaelo » Mon Feb 12, 2007 8:21 pm

If you are using php version 5.xx and have white pages and selected mysqli during install (may be the default I can't remember)...? Open you config.php and change mysqli to mysql
Mike
Last edited by Michaelo on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Kiss Portal Engine phpbbireland (status: Released)
User avatar
Michaelo
Administrator
Administrator
 
Posts: 1646
Likes: 0 post
Liked in: 0 post
Joined: Sat Mar 11, 2006 5:14 pm
Cash on hand: 0.00
Location: Dublin, Ireland

PostAuthor: Imajica » Mon Feb 12, 2007 8:51 pm

I didn't select mysqli... I chose mysql..

Code: Select all
 <php>  
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

Next

Return to IntegraMOD 141

Who is online

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

cron