New Install Of Icy 1.0.5.5 And An Error I Am Seeing


Subject: 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

Profile PM  
Subject: 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?

Profile PM  
Subject: 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

Profile PM  
Subject: 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.


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.9032s (PHP: 2% SQL: 98%)
SQL queries: 31 - Debug Off - GZIP Enabled