Quote:
Originally Posted by Logtenberg
I upgraded my board to 2.3 from 2.03 and I had the country flag hack installed on my old version.
So all I did to get this this hack to work was change the code on the php pages and upload.
Now I get:
Parse error: parse error, expecting `T_STRING' in /home/ryan/public_html/forum/admin/functions.php on line 2248
Warning: Cannot modify header information - headers already sent by (output started at /home/ryan/public_html/forum/admin/functions.php:2248) in /home/ryan/public_html/forum/admin/functions.php on line 1668
Fatal error: Call to undefined function: set_bbarraycookie() in /home/ryan/public_html/forum/showthread.php on line 265
-----------------------
One thing I also noticed while doing the search and replace,
was that in member.php the code that to replace didn't match the code in the instruction file i.e.:
find:
$templatesused .= "register_birthday,modifyprofile_custo....
on my member.php this line reads:
$templatesused = 'register_birthday,modifyprofile_custo...
Notice the missing period on my member.php
I went ahead and replaced this code anyways... could this be the problem? do I need to remove the period?
----------------------
UPDATE:
I removed the country flag hack code from member.php and uploaded it. The above error no longer appeared, in the postbits the flag for each member appeared properly, the registration process worked with the flag... So I know the problem must be with the code on member.php
Thanks
|
UPDATE 2:
I found out about the period problem in a previous post and therefore made the necessary changes to the member.php code. The only problem I'm getting now is when someone attempts to edit their profile. The following error occurs:
Fatal error: Call to undefined function: show_nopermission() in /home/ryan/public_html/forum/member.php on line 242
Please Help!