When ever i put the require_once in, i go to the website and it says that there is an error with function:require. How do i fix that?
thanks..here is the exact wording Warning: require_once(/hermes/bosweb/web023/b239/d5.pokeswap/public_html/spyinc/wiki/extensions/Editcount) [function.require-once]: failed to open stream: No such file or directory in /hermes/bosweb/web023/b239/d5.pokeswap/public_html/spyinc/wiki/LocalSettings.php on line 159 Fatal error: require_once() [function.require]: Failed opening required '/hermes/bosweb/web023/b239/d5.pokeswap/public_html/spyinc/wiki/extensions/Editcount' (include_path='.:/usr/local/lib/php-5.2.17/lib/php') in /hermes/bosweb/web023/b239/d5.pokeswap/public_html/spyinc/wiki/LocalSettings.php on line 159
You essentially have a "file not found" error. I'd say that either the path to your file "Editcount" is incorrect or you need to enclose it in quotes.