Did you make the 1 file edit needed on upgrade / install ?
/forums/includes/init.php
- Edit:
forums/includes/init.php
- Find:
require_once(CWD . '/includes/class_core.php');
- Below Add:
require_once(CWD . '/includes/functions_gallery_store.php');
- Upload this file to /forums/includes
Quote:
Originally Posted by Metal-R-US When someone's at my main portal page (forums/index.php) it shows up as Viewing Gallery Index with a link to my main forums page (forums/index2.php) in Who's Online. When doing a regular search in the forums it shows as Searching Gallery with the regular forums search link. When browsing the gallery it does show the right who's online locations. I have the gallery installed in a subdirectory of my forums, perhaps that has something to do with it. It happened after upgrading to 2.1.
Edit: as a temporary solution I replaced online_location_preprocess.php with the file from the 2.0 version and now I get the right locations in Who's Online. |