I have overwritten (and verified the overwrite) of all of the docs you've supplied in the zip file, and cannot get either the admin or the front-end to work. It's just a test environment, but it was working fine prior to installing your files.
I'm getting a series of errors that seem to indicate that it can't figure out where its key files are. For example (from the front-end):
| Code: |
Warning: include_once(KUNENA_ABSADMPATH/language/kunena.english.php) [function.include-once]: failed to open stream: No such file or directory in C:\wamp\www\components\com_kunena\kunena.php on line 106
Warning: include_once() [function.include]: Failed opening 'KUNENA_ABSADMPATH/language/kunena.english.php' for inclusion (include_path='.;C:\php5\pear') in C:\wamp\www\components\com_kunena\kunena.php on line 106
Warning: include_once(KUNENA_ABSSOURCESPATHkunena.timeformat.class.php) [function.include-once]: failed to open stream: No such file or directory in C:\wamp\www\components\com_kunena\kunena.php on line 117
Warning: include_once() [function.include]: Failed opening 'KUNENA_ABSSOURCESPATHkunena.timeformat.class.php' for inclusion (include_path='.;C:\php5\pear') in C:\wamp\www\components\com_kunena\kunena.php on line 117
Warning: include(KUNENA_ABSPATH/template/default/plugin/who/who.class.php) [function.include]: failed to open stream: No such file or directory in C:\wamp\www\components\com_kunena\kunena.php on line 216
Warning: include(KUNENA_ABSPATH/template/default/plugin/who/who.class.php) [function.include]: failed to open stream: No such file or directory in C:\wamp\www\components\com_kunena\kunena.php on line 216
Warning: include() [function.include]: Failed opening 'KUNENA_ABSPATH/template/default/plugin/who/who.class.php' for inclusion (include_path='.;C:\php5\pear') in C:\wamp\www\components\com_kunena\kunena.php on line 216
Warning: require_once(KUNENA_ABSSOURCESPATHkunena.permissions.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\components\com_kunena\kunena.php on line 227
Fatal error: require_once() [function.require]: Failed opening required 'KUNENA_ABSSOURCESPATHkunena.permissions.php' (include_path='.;C:\php5\pear') in C:\wamp\www\components\com_kunena\kunena.php on line 227
|
What does this indicate? By overwriting the key files with yours, what pathing or similar information have I corrupted?