Hierarchy Problems - index.php help

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Hierarchy Problems - index.php help
iSsUeS
CZ Newbie
iSsUeS has been a member for over 19 year's 19 Year Member
Gender: Male
Status: Offline
Joined: Jan 14, 2005
0.00 posts per day
Posts: 13
Points: 762
   
I went through the 2 hour install of hierarchy, and I'm now getting errors with the index page. It LOOKS like all the other forum pages are working, but not the index page.

First off, what exactly does it mean by
#
#-----[ FIND ]------------------------------------------------
#
#************************************************************************************
#               NOTE :
#               ------
# /!\ Important : I strongly recommand to mute all the lines between the nexts
#     ---------           /* and */
#      by adding // in front of each lines or by deleting all.
#
# ie: // $sql = "SELECT c.cat_id, c.cat_title, c.cat_order
#
#************************************************************************************
//
// Start page proper
//
#
#-----[ AFTER, ADD ]------------------------------------------
#
//-- mod : categories hierarchy --------------------------------------------------------------------
//-- delete
/*

I'm not quite sure what it means by that, so that might be the problem. I don't know which lines to mute.

Whenever I go to my forums index page, it gives me the following error.
Parse error: parse error, unexpected '*' in /home/issues/public_html/modules/Forums/index.php on line 384


Line's 380-390 are below.
        $is_auth_ary = array();
        $is_auth_ary = auth(AUTH_VIEW, AUTH_LIST_ALL, $userdata, $forum_data);

//-- add
*/
//-- fin mod : categories hierarchy ----------------------------------------------------------------


        //
        // Start output of page
        //


Anyone have ANY ideas?


Back to top Reply with quote
#2   re: Hierarchy Problems - index.php help
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.71 posts per day
Posts: 5530
Points: 481,695
   
Parse error: parse error, unexpected '*'

That just means there is an * in your code that does not belong there which as you posted the lines, shows you have an asterisk that should not be there.



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum