Results 1 to 6 of 6
  1. #1
    Join Date
    Dec 2006
    Posts
    189
    Plugin Contributions
    0

    Default PLEASE help--Renamed folder now there's no site

    I followed the Zen Cart tutorial and renamed my root folder. I also changed the name in the includes/configure.php and the admin/includes/configure.php folders. I'm able to log into the admin section but I'm unable to access my site www.foxxydiva.com. I receive the following error:
    Fatal error: Call to undefined function: zen_check_url_get_terms() in /home/robbynsr/public_html/fashions/index.php on line 30

    No idea how this could've happened because I never made a change to index.php.

    Can someone please point me in the right direction. I've been searching and searching the forums and FAQ for over an hour and I'm lost and stuck.
    Thanks in advance for your time.

  2. #2
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: PLEASE help--Renamed folder now there's no site

    there are 4 places in the includes/configure.php that need to be changed make sure you got em all
    Zen cart PCI compliant Hosting

  3. #3
    Join Date
    Dec 2006
    Posts
    189
    Plugin Contributions
    0

    help question Re: PLEASE help--Renamed folder now there's no site

    Thanks for the speedy reply.

    Yes, I use Crimson Editor to make all changes. I've checked both configure.php files and everything is as it should be.

    Any other suggestions?

    Thanks for all your help.

  4. #4
    Join Date
    Dec 2006
    Posts
    189
    Plugin Contributions
    0

    Default Re: PLEASE help--Renamed folder now there's no site

    Sorry, meant to add my line 30 from index.php:
    if ( ($category_depth == 'products') || (zen_check_url_get_terms()) ) {

    Thanks

  5. #5
    Join Date
    Dec 2006
    Posts
    189
    Plugin Contributions
    0

    Default Re: PLEASE help--Renamed folder now there's no site

    Thanks for the reply,

    Yes, I've made all the changes according to the instructions here. Here's my index.php line 30: if ( ($category_depth == 'products') || (zen_check_url_get_terms()) ) {

    And here's how my functions_general.php looks:

    // check to see if database stored GET terms are in the URL as $_GET parameters
    function zen_check_url_get_terms() {
    global $db;
    $zp_sql = "select * from " . TABLE_GET_TERMS_TO_FILTER;
    $zp_filter_terms = $db->Execute($zp_sql);
    $zp_result = false;
    while (!$zp_filter_terms->EOF) {
    if (isset($_GET[$zp_filter_terms->fields['get_term_name']]) && zen_not_null($_GET[$zp_filter_terms->fields['get_term_name']])) $zp_result = true;
    $zp_filter_terms->MoveNext();
    }
    return $zp_result;


    Still can't seem to resolve this issue. Do I need to do a complete reinstall?

    Thanks for your help.

  6. #6
    Join Date
    Dec 2006
    Posts
    189
    Plugin Contributions
    0

    Default Re: PLEASE HELP--Renamed folder now there's no site

    Oops...this is a repost! Sorry
    Last edited by Robbyn7; 7 Apr 2007 at 01:08 AM. Reason: Repost

 

 

Similar Threads

  1. Replies: 17
    Last Post: 15 Mar 2016, 07:40 PM
  2. Renamed admin folder, now I cannot find store
    By looserfoot in forum General Questions
    Replies: 3
    Last Post: 19 Aug 2010, 02:10 AM
  3. Renamed Admin folder but "upload to directory" no update of new folder
    By ruriimasu in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Apr 2009, 10:29 AM
  4. Renamed my admin folder and cant login now
    By workaholic in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 30 Jul 2008, 04:31 PM
  5. Renamed Admin Folder - Now How Do I Get Image Handler 2 Working ?
    By Mal2869 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 20 Mar 2008, 02:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg