Results 1 to 7 of 7
  1. #1
    Join Date
    Feb 2010
    Posts
    5
    Plugin Contributions
    0

    red flag Blank index page

    H1 all

    can anyone suggest the solution to my problem. I FTP the add on supplierinterface.20061018-2.tar and since doing this my index and now admin is coming up blank. I have tried deleting the add on files but it is still blank. can anyone suggest what I should do my website is http://www.robinsandwright.com. I am using the latest addition of zen cart.

    I have read a few post on her but cannot find one that applies to thie error message.

    1146 Table 'nisjtoh_zc2.TABLE_DB_CACHE' doesn't exist
    in:
    [select * from TABLE_DB_CACHE where cache_entry_name = 'zc_4da9b4fd11019aba33f0de99b0dc86ea']

    Thank in advance for any help.

    Glen

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Blank index page

    If there was a sql addition with the module
    Did you first insure that it had your table prefix appended?
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Feb 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: Blank index page

    There was a sql and I did not check for database

  4. #4
    Join Date
    Feb 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: Blank index page

    Hi Black Belt

    this is the sql that came with it.

    -- --------------------------------------------------------

    --
    -- Table structure for table `supplier_admin_groups`
    --

    CREATE TABLE `supplier_admin_groups` (
    `supplier_admin_group_id` int(10) unsigned NOT NULL auto_increment,
    `supplier_id` int(10) unsigned NOT NULL,
    `supplier_admin_group_enabled` tinyint(1) NOT NULL,
    `supplier_admin_group_name` varchar(32) NOT NULL,
    `supplier_admin_group_issuperadmin` tinyint(1) NOT NULL default '0',
    PRIMARY KEY (`supplier_admin_group_id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8;

    -- --------------------------------------------------------

    --
    -- Table structure for table `supplier_admin_tasks`
    --

    CREATE TABLE `supplier_admin_tasks` (
    `supplier_admin_task_code` varchar(32) NOT NULL,
    `supplier_admin_task_enabled` tinyint(1) NOT NULL,
    `task_name` varchar(32) NOT NULL,
    `task_description` varchar(128) NOT NULL,
    `taskpage_url` varchar(64) NOT NULL,
    PRIMARY KEY (`supplier_admin_task_code`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8;

    -- --------------------------------------------------------

    --
    -- Table structure for table `supplier_admins`
    --

    CREATE TABLE `supplier_admins` (
    `supplier_admin_id` int(10) unsigned NOT NULL auto_increment,
    `supplier_admin_group_id` int(10) unsigned NOT NULL,
    `supplier_admin_account_enabled` tinyint(1) NOT NULL,
    `supplier_admin_name` varchar(32) NOT NULL,
    `supplier_admin_email` varchar(32) NOT NULL,
    `supplier_admin_password` varchar(64) NOT NULL,
    PRIMARY KEY (`supplier_admin_id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8;

    -- --------------------------------------------------------

    --
    -- Table structure for table `supplier_admintask_admingroup_link`
    --

    CREATE TABLE `supplier_admintask_admingroup_link` (
    `supplier_admin_task_code` varchar(32) NOT NULL,
    `supplier_admin_group_id` int(10) unsigned NOT NULL,
    PRIMARY KEY (`supplier_admin_task_code`,`supplier_admin_group_id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8;

    -- --------------------------------------------------------

    --
    -- Table structure for table `suppliers`
    --

    CREATE TABLE `suppliers` (
    `supplier_id` int(10) unsigned NOT NULL auto_increment,
    `supplier_enabled` tinyint(1) NOT NULL,
    `supplier_name` varchar(32) NOT NULL,
    `supplier_address` varchar(64) NOT NULL,
    `supplier_email` varchar(32) NOT NULL,
    `supplier_telno` varchar(32) NOT NULL,
    `supplier_contact_person` varchar(32) NOT NULL,
    PRIMARY KEY (`supplier_id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8;

    -- --------------------------------------------------------

    --
    -- Table structure for table `suppliers_categories_link`
    --

    CREATE TABLE `suppliers_categories_link` (
    `supplier_id` int(10) NOT NULL,
    `categories_id` int(11) NOT NULL
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8;


    -- --------------------------------------------------------

    ALTER TABLE `products` ADD `supplier_id` INT NOT NULL ;

  5. #5
    Join Date
    Feb 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: Blank index page

    and I am getting this error message from my cache error log

    [01-Feb-2010 10:29:32] PHP Fatal error: Cannot redeclare class cache in /home2/nisjtoh/public_html/robinsandwright/includes/classes/cache.php on line 215

  6. #6
    Join Date
    Feb 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: Blank index page

    I am a newbe thought i would let you know I solve the problem and up and running since 1st Feb, this was my first time on this forum which I think I must have mistakenly assumed that this forum was the Zen cart support forum.

    Having had 93 views of my post yet no one could offer advice or a solution, that has surprised me.

  7. #7
    Join Date
    Jan 2010
    Posts
    49
    Plugin Contributions
    0

    Default Re: Blank index page

    Hi Robins,

    I'm quite new to the forum too. Sometimes people (like me) log onto different threads to see if they can offer a solution or find out an answer for themselves.

    I cannot help you I'm afraid. Nothing like this has ever happened to me before, but be patient and polite to people and they should help you.

    Good luck!

 

 

Similar Threads

  1. Replies: 1
    Last Post: 12 Jul 2016, 04:21 PM
  2. index page is blank after changing index.php
    By meesh in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 22 Jul 2009, 05:37 PM
  3. Blank Index Page/Apache Errors - Optimize MYSQL Index
    By fr33k in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 23 Oct 2008, 10:58 PM
  4. Blank index.php and /admin/index.php page after install
    By gsummerlin in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 14 Jul 2006, 10:04 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR