ok so I just put a redirect html code into index.php file in public_html folder and moved my portal.php to forums and redirected to that now to just get rid of those errors at the top of the page other then that everything works good.
Any idea on those 2 error codes? I checked those 2 lines but not sure whats wrong.
Line 80
Quote:
if ( (in_array($forumid,$forums_array, true)) OR (in_array($forum['parentid'],$forums_array, true)))
|
\
Line 92
Quote:
if ( (in_array($forumid,$forum['childlist'], true)) OR (in_array($forum['parentid'],$forum['childlist'], true)))
|