kumarsivarajan / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

Debug problem #569

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi

I'm experiencing problem with loading main page of Mollify.
I'm getting 'Request failed' followed by ' Failed to initialize Mollify'

check.php confirms config file is ok so I'm trying to run debug but can't get 
it to work

this is message when I'm trying to see debug
{"code":0,"error":"Unknown error: Unknown service 
'debug'","details":"","data":null}
(I'm using 'http://mydomain/backend/r.php/debug)

Any ideas what I'm doing wrong?

thanks
R

Original issue reported on code.google.com by r.gora...@gmail.com on 3 Sep 2014 at 4:18

GoogleCodeExporter commented 8 years ago
The "Request failed" and "Failed to initialize..." can be found from PHP error 
log.

Debug logging needs actually turning on the debug mode (see backend options), 
but you shouldn't need it to resolve this. Probably some typo or error in 
configuration.php etc.

Original comment by samuli.j...@gmail.com on 4 Sep 2014 at 9:30

GoogleCodeExporter commented 8 years ago
Hi

Found some mistakes in config file and debug works however still can't see 
content of log file:
"Mollify Debug
Debug log file not found (http://mydomain/download/backend/debug.log).
This means that either no log has been generated (log is emptied after viewed 
by this viewer), or PHP has no read/write permissions to this file."

anyway, I tracked down last steps prior to error appearing and last action was 
deleting some folder - I recreated the folder and viola - it works again!
No idea why it wasn't but it's sorted out now.

Thanks for response anyway!
R

Original comment by r.gora...@gmail.com on 4 Sep 2014 at 9:45

GoogleCodeExporter commented 8 years ago
great!

Original comment by samuli.j...@gmail.com on 4 Sep 2014 at 10:50