I've got a very fresh version of Drupal installed, and was following the tutorial. All great so far (all FANTASTIC information) until the .inc file was created, and line 26 is

$viewer = user_load($row->stalker_uid);

Gets this error:

Fatal error: Call to undefined function profile_load_profile() in /home/gh/public_html/themes/epscor/template.php on line 193

Outside of a default install, all the modules I've got are Admin Menu, Devel, and Devel Themer. Running Drupal 6.2, installed by Fantastico on a HostGator.com server

(This guy is really covering the material well, by the way. Huge kudos.)

Comments

christefano’s picture

Status: Active » Fixed

The error in question is somewhere in the theme system and not the Stalker module. Try switching to a core theme and possibly disabling the Theme developer module. As always, make sure everything is up to date.

Also, try installing Drupal yourself and not with Fantastico. Problems with Fantastico-installed versions of Drupal are hard to diagnose (Fantastico has been widely reported to install a broken or incomplete version of Drupal).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.