Quote:
Originally Posted by Dragonsys
OPEN: hideprofile.php
FIND:
PHP Code:
require_once(DIR . './includes/adminfunctions.php'); require_once(DIR . './includes/adminfunctions_options.php');
REPLACE WITH:
PHP Code:
require_once('./includes/adminfunctions.php'); require_once('./includes/adminfunctions_options.php');
|
Yes, that's the exact change I made.
The original worked on my local dev site, but not on my online dev site. Go figure.