how to see main_page.php when I login in?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
hfare2018
Posts: 17
Joined: 27 Nov 2017, 07:23

how to see main_page.php when I login in?

Post by hfare2018 »

hello,I wan't to know,how to see main_page.php when I login in?
now,I've two mantis paltforms.but,one can see main_page.php after login in,and another can't see main_main.php after login in.
can you give me some help?it cause of the version of PHP?thanks a lot.
Attachments
2.jpg
2.jpg (65.08 KiB) Viewed 2682 times
1.jpg
1.jpg (69.08 KiB) Viewed 2682 times
Last edited by hfare2018 on 04 Dec 2017, 09:13, edited 1 time in total.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: how to see main_page.php when I login in

Post by atrol »

You have to add the following line to file config_inc.php to see the "Main page"

Code: Select all

$g_news_enabled = ON;
Please use Search before posting and read the Manual
hfare2018
Posts: 17
Joined: 27 Nov 2017, 07:23

Re: how to see main_page.php when I login in

Post by hfare2018 »

OK,I've modified the values of '$g_news_enabled =',and I can see main-page.php already.
thanks atrol very much :D
Post Reply