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:
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):
- $auth_sql = get_user_news_auth_access('forum');
- // Begin SQL Construction.
- //p.post_time, p.post_edit_time, p.post_attachment,
- $sql = 'SELECT
- t.topic_id, t.topic_title, t.topic_time, t.topic_views, t.topic_replies, t.topic_attachment,
- n.*,
- 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,
- pt.*,
- u.user_id, u.username, u.user_email, u.user_website, u.user_level, u.user_posts, u.user_rank
- FROM
- ' . TOPICS_TABLE . ' AS t,
- ' . FORUMS_TABLE . ' AS f,
- ' . USERS_TABLE . ' AS u,
- ' . NEWS_TABLE . ' AS n,
- ' . POSTS_TEXT_TABLE . ' AS pt,
- ' . POSTS_TABLE . ' AS p
- WHERE
- t.topic_first_post_id = p.post_id AND
- t.forum_id = f.forum_id AND
- t.topic_first_post_id = pt.post_id AND
- t.topic_poster = u.user_id AND
- t.news_id = n.news_id AND
- t.news_id > 0 ' . $auth_sql;
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