Author |
Message |
N-Ur-Hand
New Member


Joined: Nov 15, 2004
Posts: 2
|
Posted:
Mon Nov 15, 2004 1:11 am |
|
Been using this for a long while, Turned off code way back and now need it back online. Confusing huh? Haa haa.
Anyway installed version released last week friday i think and this is what i have.
GD is installed and all is good except for login main page.
Admin has code showing, Login second try page has code showing but not the main page. See below for example.
Thanks for any suggestions...
Yes i refreshed, cleared cookies, cache and all that stuff, checked coding and messed with it some before writting this. Now i am back to the basics waiting on a reply.
N-Ur-Hand
Gypsy MC International |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Mon Nov 15, 2004 1:28 pm |
|
Check the siteinfo block code and check any files that get "included" for a blank line/character after the closing ?> |
|
|
|
 |
N-Ur-Hand

|
Posted:
Mon Nov 15, 2004 2:23 pm |
|
No blanks or extra charachters.. That i can find.. next? heh
I am lost on this one...
N-Ur-Hand |
|
|
|
 |
Stylee
New Member


Joined: Aug 15, 2003
Posts: 18
|
Posted:
Sat Dec 04, 2004 10:29 am |
|
Did you figure this one out? |
|
|
|
 |
Raven

|
Posted:
Sat Dec 04, 2004 12:03 pm |
|
|
|
 |
Stylee

|
Posted:
Sat Dec 04, 2004 1:27 pm |
|
Quote: | Make sure you have the GD package installed. Save this script to a file and call it phpinfo.php
and then run it. That will show whether you have GD installed. |
Not that sure what this means? |
|
|
|
 |
Stylee

|
Posted:
Sat Dec 04, 2004 3:44 pm |
|
ok, GD extensions are installed, I do see the graphic from the analyze.php tool
GD Version bundled (2.0.28 compatible)
There are no spaces after the close or before the begining of the index, config or mainfile.php's, in the root, or the mod, folders. I even looked in the language files, and no space at end.
I can see the graphic when I choose to log in as admin, just not on the block.
even with $gfx_chk = 0; I still see a box.
Weird stuff. |
|
|
|
 |
jondvb
Regular


Joined: Oct 25, 2003
Posts: 67
|
Posted:
Tue Feb 01, 2005 5:18 pm |
|
Hi Raven..Was this resolved in any other posts? I do have GD extensions installed. The security code was available with the generic login module that came bundled with 7.3, but now that I am running the User Info block, I am not seeing the security image.
http://josephwarrenlodge.com
Thanks. |
|
|
|
 |
Stylee

|
Posted:
Tue Feb 01, 2005 5:27 pm |
|
Hey brother, I found a fix for this. This worked like a champ.
madman wrote: | I have no idea what the second login block is, let we assuming it's "Visitor Block", stored as "blocks/block-Visitor_Block.php". Now, edit this file using a text editor and find the following part of code:
Code:modules.php?name=Your_Account&op=gfx&random_num=$random_num
|
Replace with:
Code:index.php?gfx=gfx&random_num=$random_num
|
If you don't know to find the code, attach the whole block code to this forum so I can find it more closer. |
Only registered users can see links on this board! Get registered or login! |
|
|
|
 |
jondvb

|
Posted:
Tue Feb 01, 2005 5:38 pm |
|
Thanks for the tip. I made the change in my block-User_Info.php block. I am running 7.3 if that matters.
Same problem. |
|
|
|
 |
Raven

|
Posted:
Wed Feb 02, 2005 8:44 am |
|
jondvb wrote: | Hi Raven..Was this resolved in any other posts? I do have GD extensions installed. The security code was available with the generic login module that came bundled with 7.3, but now that I am running the User Info block, I am not seeing the security image.
http://josephwarrenlodge.com
Thanks. | Most often it is a result of a blank line after the closing ?> tag in one of the included files. |
|
|
|
 |
jondvb

|
Posted:
Wed Feb 02, 2005 2:17 pm |
|
*sniff sniff* I made the changes. All included files had spaces after the ?> tag. Still not working. |
|
|
|
 |
|