Icy Phoenix

     
 

New Install Of Icy 1.0.5.5 And An Error I Am Seeing

New Install Of Icy 1.0.5.5 And An Error I Am Seeing

Article
Reply with quote    Download Post  
Post New Install Of Icy 1.0.5.5 And An Error I Am Seeing 
 
Hi Everyone

I installed Icy last night on a fresh area and db and I see this error. Not sure why I see it on the line specified but I also am not a php guru.

Seeing this whenever you try to bring up the portal page:


Code: [Download] [Hide] [Select]
Parse error: parse error, unexpected '/' in /home/content/r/h/a/rhague/html/includes/news_data.php on line 712


This is that are of the code (line 712 is line 3 in example below):

Code: [Download] [Hide]
  1.         $auth_sql = get_user_news_auth_access('forum');  
  2.  
  3.         // Begin SQL Construction.  
  4.             //p.post_time, p.post_edit_time, p.post_attachment,  
  5.         $sql = 'SELECT  
  6.                 t.topic_id, t.topic_title, t.topic_time, t.topic_views, t.topic_replies, t.topic_attachment,  
  7.                 n.*,  
  8.                 p.post_time, p.post_edit_time, p.post_attachment, p.post_attachment, p.enable_bbcode, p.enable_html, p.enable_smilies, p.enable_autolinks_acronyms,  
  9.                 pt.*,  
  10.                 u.user_id, u.username, u.user_email, u.user_website, u.user_level, u.user_posts, u.user_rank  
  11.             FROM  
  12.                 ' . TOPICS_TABLE     . ' AS t,  
  13.                 ' . FORUMS_TABLE     . ' AS f,  
  14.                 ' . USERS_TABLE      . ' AS u,  
  15.                 ' . NEWS_TABLE       . ' AS n,  
  16.                 ' . POSTS_TEXT_TABLE . ' AS pt,  
  17.                 ' . POSTS_TABLE      . ' AS p  
  18.             WHERE  
  19.                 t.topic_first_post_id = p.post_id AND  
  20.                 t.forum_id = f.forum_id AND  
  21.                 t.topic_first_post_id = pt.post_id AND  
  22.                 t.topic_poster = u.user_id AND  
  23.                 t.news_id = n.news_id AND  
  24.                 t.news_id > 0 ' . $auth_sql;  
  25.  



Anyone have an idea on what is going on? I know after the load of the first intial portal screen everything showed up and then on second load I got this error. So everything was working on first try. Did I just mess something up in configuration panel?

But so far all menus and admin panels seem to be working with no errors. Just trying to learn what everything does. So far liking what I am seeing.


Thanks

D1



 
darkone - View user's profile Send private message  
darkone [ Thu 01 Mar, 2007 12:39 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


New Install Of Icy 1.0.5.5 And An Error I Am Seeing

Comments
Reply with quote    Download Post  
Post Re: New Install Of Icy 1.0.5.5 And An Error I Am Seeing 
 
No one has any idea what might be going on?



 
darkone - View user's profile Send private message  
darkone [ Thu 01 Mar, 2007 17:01 ]
Reply with quote    Download Post  
Post Re: New Install Of Icy 1.0.5.5 And An Error I Am Seeing 
 
Well I was able to get past the error this is what I did:

- Admin Panel - CMS
- Global Blocks - 3 Columns
- Disabled News Block in the xsnews Position

Would there be any reason why it did this and how I could go about fixing it?


Thx

D1



 
darkone - View user's profile Send private message  
darkone [ Thu 01 Mar, 2007 20:15 ]
Reply with quote    Download Post  
Post Re: New Install Of Icy 1.0.5.5 And An Error I Am Seeing 
 
Try the new release, and let me know if you still have this error.

Thanks.



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Sun 04 Mar, 2007 12:52 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  This topic is locked: you cannot edit posts or make replies.  Page 1 of 1