Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
Re: SphinxSearch Plugin Conflicts with Quotes Plugin
Thanks for posting the error you got from the page. We got the same error, so this means that the error can be reproduced and other people will run into the same problem with the Quotes plugin versio… (View Post)3 -
Re: Bonk error when resending email confirmation
Welcome to the community! The code around line 688 in the /library/vendors/phpmailer/class.phpmailer.php file from Vanilla 2.0.18.10 is: if(!$rt) { throw new phpmailerException($this->Lang('instan… (View Post)3 -
Re: Htmlawed causing a fatal error on PHP 5.5.3 - preg_replace(): The /e modifier is deprecated
Please try removing the /e modifier from the first preg_replace_callback argument: '/"(?>(`.|[^"])*)"/sme' To: '/"(?>(`.|[^"])*)"/sm' (View Post)8 -
Re: Problem with pictures (avatars and uploads)
Is safe_mode disabled in php.ini? One file on the system has got to be restricting open_basedir. Perhaps adding the directory /var/www/utt/tmp/ to the open_basedir list may work. (View Post)3 -
Re: Problem with pictures (avatars and uploads)
There might be a open_basedir setting that is being loaded up in httpd.conf before the php.ini file. In the httpd.conf file for Apache, commonly located in the /etc/httpd/ directory, search for a lin… (View Post)3