PDA

View Full Version : wow im lost


escoson
01-05-2003, 06:39 PM
i jus tried installin LESANES 'store hack'
im pretty sure i did all the php stuff right but i have a few errors
i made the 60 new templates it called for
but i dont know how to run a query...i followed the instructions which said to upload a file into admin folder then execute it...
i uploaded it but dont know how to execute it....
and i still have a few more problems/errors...
when goin to 'edit profile' its sais i have an error on member.php line 1501
i go to line 1501 and all that is there is '?>' the end of the file...
someone please help....innocentfolife <~aim
$o.o2

NTLDR
01-05-2003, 06:41 PM
Execute = Open that file in your web browser.

Make sure you have no whitespace before <?php and after ?> in all your files.

escoson
01-05-2003, 06:49 PM
in all my files(or atleast allot) there is white spaces
ex.
"text in the php"

"more text"

with spaces in between...is that the problem? if it is thanks ill go check

NTLDR
01-05-2003, 06:51 PM
No, the problem would be:

white space <?php

and:

?> white space

<?php needs to be the first thing in each of the php files in the forum folder and ?> needs to be the last thing in each :)

Logik
01-05-2003, 08:23 PM
Yes. So make sure there is no spaces before <?php or after ?>.. And to exicute a file, open it in your webbrowser. ex:
http://www.yoursite.com/forums/admin/blah.php.

escoson
01-05-2003, 09:27 PM
oh sh**...i knew it was simple, but thats jus basic lol thanks alot guys its greatly appreciated
$o.o2

Davey
01-11-2003, 04:38 PM
Well actually, I was told that about the 'whitespace' before, when it was actually a missing { or } further up the file. This was when I was running phpBB a while back.
It turns out there was a missing bracket so I'm not sure about the whitespace thing.

Dave.