chrizz1001
Forum Replies Created
-
On my windows server I get the same error. This is the fix. It should also work on linux servers.
In file /better-wp-security/core/lib.php in line 408 (function get_module_path())
old:
$path = str_replace( ITSEC_Core::get_plugin_dir(), '', dirname( $file ) );new:
$path = str_replace( str_replace( '\\', '/',ITSEC_Core::get_plugin_dir()), '', str_replace( '\\', '/',dirname( $file )) );Would be awsome if this gets a fix (after years of pulling the bug through the versions)
- This reply was modified 8 years, 8 months ago by chrizz1001.
Ah ok, I think I understood it wrong then 😉 but btw, nice galery plugin, love it !
Hey guys,
in next gen you have nearly similar folder structure like here. I have written a small script to correct the folder names. After it you can just import it with the backend. PN me (possible here? new to the forum) if you are interested in it 🙂regards