Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Joe Jordan

Pioneers
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Real Name
    Joe Jordan

Joe Jordan's Achievements

  1. I installed the 1.57_3 to 1.57_4 update, and I am now receiving an error when I go to add or update an article: Fatal error: Cannot redeclare getfilearray() (previously declared in <catalogpath>/admin/includes/functions/version_checker.php:66) in <catalogpath>/admin/includes/functions/header_tags.php on line 590
  2. Using: Articles Manager v1.57_3 Receiving two fatal errors in the Admin section; one when clicking on Article Manager main title: Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 16 bytes) in <catalog path>/admin/includes/functions/database.php on line 99 function tep_db_fetch_array($db_query) { return mysql_fetch_array($db_query, MYSQL_ASSOC); // line 99 } And another when clicking on Topics/Articles: Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 11633 bytes) in <catalog path>/admin/includes/functions/articles.php on line 51 while ($topics = tep_db_fetch_array($topics_query)) { if ($exclude != $topics['topics_id']) $topic_tree_array[] = array('id' => $topics['topics_id'], 'text' => $spacing . $topics['topics_name']); // line 51 $topic_tree_array = tep_get_topic_tree($topics['topics_id'], $spacing . ' ', $exclude, $topic_tree_array); } Also, none of my catalog pages load (completely blank) when Display Box Articles is true. Turning it off will allow my catalog pages to load again. I was, however able to add myself as an author, so some of the add-in is working. I am using HeaderTags SEO (v3.2.2), STS (v4.6), Ultimate SEO URLs (v2.2-d9), Simple Multiple Images (Unlimited) with Fancy Popups (v1.3.5) Server has PHP 5.2.8, MySQL 5.0.90 Community. php.ini memory_limit is 20M, post_max_size is 16M I have gone through the installation options twice and all changes appear to be correct. Any assistance would be appreciated.
×
×
  • Create New...