Closed GoogleCodeExporter closed 9 years ago
It looks like none of your directory is the working directory.
The following code performs the check:
plugin_manager.php ::: line 123
if(!file_exists(INSTALL_PATH . 'plugins/' . $plugin . '/' . $plugin . '.php')){
So, insert as line 121 the following debug code:
die(INSTALL_PATH);
This will show you the working directory.
Original comment by rol...@liebl.ath.cx
on 9 Nov 2013 at 4:22
Original comment by rol...@liebl.ath.cx
on 9 Nov 2013 at 4:23
Original issue reported on code.google.com by
giulioac...@gmail.com
on 8 Nov 2013 at 2:31