Upon trying to access admin login page for the Zencart webstore, (http://dancingtothespiritofthewood.com/webstore/) I get the following message:

Fatal error: Call to undefined function: stripos() in /home/WP-LC/wp-lc.php on line 5

I last successfully accessed the site via ftp 10/1/2013. The admin login page was successfully logged into about one week ago.

I have searched every file on my site and cannot find any file named "home"--all the pages I would call a home page are titled "index". I don't know how to begin to find this document nor what to do when/if I do. I'm wondering if the site has been hacked?

I did a search of the entire site via Lunarpages File Manager just to double check, and no pages were found with the search query: /home/WP-LC/wp-lc.php

I read another post on the forum concerning fatal errors which said to change "stripos" to "stristr" and the indication that this is a php compatibility problem. Site is hosted on Lunar Pages. They upgraded to PHP 5.3 in August, 2012. The site has been working fine up until today.

I use Dreamweaver CS3 to access the files, working on an iMac running OSX 10.6.8.


If you can help me, please be very specific as to where to find this page as there are so many files associated with the zencart site. I would consider my skill level at advanced beginner when it comes to coding and Zencart.

I manage this site for a friend, and they have received an order but cannot access admin to fulfill the order. Help! (and thanks!)

P.S. I can't figure out for sure if I'm running version 1.3.8a or 1.39h. From the version.php file, it reads:

<?php
/**
* version.php
* Defines the project version details
* Specifies what version the PHP fileset relates to.
* Also declares what version the database "should" reflect if properly maintained and kept in sync.
*
* @package general
* @copyright Copyright 2003-2007 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: version.php 7622 2007-12-11 19:39:53Z drbyte $
* @private
*/

define('PROJECT_VERSION_NAME', 'Zen Cart');
define('PROJECT_VERSION_MAJOR', '1');
define('PROJECT_VERSION_MINOR', '3.8a');
define('PROJECT_VERSION_PATCH1', '');
define('PROJECT_VERSION_PATCH2', '');
define('PROJECT_VERSION_PATCH1_SOURCE', '');
define('PROJECT_VERSION_PATCH2_SOURCE', '');
define('NEW_VERSION_CHECKUP_URL','http://ping.zen-cart.com/version_id.txt');
define('EXPECTED_DATABASE_VERSION_MAJOR', '1');
define('EXPECTED_DATABASE_VERSION_MINOR', '3.8');
?>