Quote:
Originally Posted by tbworld
1.) Did you by chance rename your admincp directory in Admin Control Panel?
2.) If your not scared of editing your files, you can go to the error-ed line and dump the current working directory. If the files are where they are suppose to be, then your current working directory has been altered for some reason.
Of course this only works if your testing the mod on a test board, which you should be doing.
Code:
$cwd = getcwd(); vardump($cwd); die(); //Will display the current working directory
|
Thanks again for your help bud. Funnily enough, it works just fine in our testbed - e-mails and all.
As such, I went to deploy it and ran into this.
The good news is that a re-upload of the working files, and a re-install of the product now sees it working beautifully. This will be a great addition to our little forum - thanks again to you both!
Justin