What is causing this error? This isn't for anything nuke related and I am having trouble getting an account registered at the OsCommerce site in order to ask for help there with this. I am hoping someone here may be able to answer this.
Call to undefined function: tep_not_null() in /home/xxxx/public_html/xxxxx/includes/classes/language.php on line 74
$this->catalog_languages = array();
$languages_query = tep_db_query("select languages_id, name, code, image, directory from " . TABLE_LANGUAGES . " order by sort_order");
while ($languages = tep_db_fetch_array($languages_query)) {
$this->catalog_languages[$languages['code']] = array('id' => $languages['languages_id'],
'name' => $languages['name'],
'image' => $languages['image'],
'directory' => $languages['directory']);
}
Joined: Aug 27, 2002 Posts: 16986 Location: Kansas
Posted:
Sat Jan 01, 2005 7:30 pm
I don't know this application but I would guess that maybe the language is not being set? Unless someone knows it you're probably out of luck except at the author's site.
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum