MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Can't see the log fila (Closed) (Mono Support )

Viewed 56657 time(s), 7 post(s) 31.10.2013 21:19:58by arbh89
arbh89

arbh89

31.10.2013 21:19:58
Hi,

I have just install monox cms and i am trying to implement my own site, everything is running but when i get an error i can't see the description because there is not any log file in MonoX\ApplicationData\Logs  

Regards
Dieser Inhalt wurde noch nicht bewertet. 
226 Reputation 21 Total posts
kpeulic

kpeulic

01.11.2013 05:13:31
You need to allow write permissions to this folder.
Dieser Inhalt wurde noch nicht bewertet. 
1849 Reputation 181 Total posts
khorvat

khorvat

01.11.2013 06:32:29
You may also allow write permissions for ApplicationData & Upload folder. Write permissions should be granted to the account under which application pool is running.

Regards
Dieser Inhalt wurde noch nicht bewertet. 
15993 Reputation 2214 Total posts
arbh89

arbh89

01.11.2013 16:00:23
I have give write permission to my apppool in ApplicatioData folder but the problem persists, just Cache folder can see and error page is telling that the error has been logged.

Regards.
Dieser Inhalt wurde noch nicht bewertet. 
226 Reputation 21 Total posts
khorvat

khorvat

04.11.2013 08:14:09
Can you please check the EventViewer to see if there is any other error there and you can also turn off the customErrors in the web.config so we can see the exact exception that you get.

From
<customErrors mode="On" defaultRedirect="/MonoX/Pages/MonoX/Error.aspx">
To
<customErrors mode="Off" defaultRedirect="/MonoX/Pages/MonoX/Error.aspx">
Regards
Bewertet mit 4,00, 1 Besucher. 
15993 Reputation 2214 Total posts
mzilic

mzilic

04.11.2013 10:26:06
Hello,

Additionally to what Kristijan has suggested can you please also ensure that in your MonoX root directory you have the following file: web.log4net.

Regards,
Mario
Bewertet mit 4,50, 2 Besucher. 
2218 Reputation 300 Total posts
arbh89

arbh89

04.11.2013 15:01:43
Solved adding web.log4net file as Mario said.

Thanks

Regards
Dieser Inhalt wurde noch nicht bewertet. 
226 Reputation 21 Total posts