Results 1 to 10 of 42

Hybrid View

  1. #1
    Join Date
    Jan 2008
    Posts
    8
    Plugin Contributions
    0

    Default Re: Making Page_5 work

    Hi Gayelston,

    I just solved my problem which is also yours. I hope you have not given up.

    The below solves both issues i mentioned, definepage status and also appearing when i click on more information add page link.

    1)Go to Admin-->Tools-->Install SQL patches

    2)copy and paste the following SQL quote(change the 5 to whatever page number you want) :
    insert into configuration (configuration_title, configuration_key,
    configuration_value, configuration_description,
    configuration_group_id,
    sort_order, last_modified, date_added, use_function, set_function)
    values
    ('Define Page 5', 'DEFINE_PAGE_5_STATUS', '1', 'Enable the Defined
    Page 5
    Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define
    Text
    ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text
    OFF',
    '25', '83', now(), now(), NULL, 'zen_cfg_select_option(array(\'0\',
    \'1\',
    \'2\', \'3\'),');


    Hope you have a blessed time with your project!

  2. #2
    Join Date
    Jan 2008
    Posts
    8
    Plugin Contributions
    0

    Default Re: Making Page_5 work

    OH YES! please backup all your files relating to zencart as running this query is 'nearly' impossible to reverse and it could mess your database big time.

    And this solution was from a fellow Zenner. not mine....

  3. #3
    Join Date
    Oct 2007
    Posts
    157
    Plugin Contributions
    0

    Default Re: Making Page_5 work

    Quote Originally Posted by fakesharksfinsoup View Post
    Hi Gayelston,

    1)Go to Admin-->Tools-->Install SQL patches

    2)copy and paste the following SQL quote(change the 5 to whatever page number you want) :
    insert into configuration (configuration_title, configuration_key,
    configuration_value, configuration_description,
    configuration_group_id,
    sort_order, last_modified, date_added, use_function, set_function)
    values
    ('Define Page 5', 'DEFINE_PAGE_5_STATUS', '1', 'Enable the Defined
    Page 5
    Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define
    Text
    ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text
    OFF',
    '25', '83', now(), now(), NULL, 'zen_cfg_select_option(array(\'0\',
    \'1\',
    \'2\', \'3\'),');
    After posting that I added pages following the instructions for "about us", I realized I was having the same problem as Gayelston--the pages weren't showing up in the configuration/define page status. So I tried the sql patch above and it worked! Oddly enough the pages aren't listed in order, but that's not a big deal. Thanks fakesharksfinsoup! There is no way in hell I would have known how to do this.

 

 

Similar Threads

  1. Making header/logo work in percent
    By Lady Loza in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 16 Oct 2011, 11:06 PM
  2. Help Making Cart Work
    By brcampers in forum Basic Configuration
    Replies: 3
    Last Post: 22 Jan 2011, 08:08 PM
  3. Making module manager work
    By fairway in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 26 Feb 2009, 03:36 AM
  4. Adding page, making it work.
    By trudesign in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 15 Apr 2008, 08:24 PM
  5. Making custom folders work - how?
    By vivaraquel in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 15 Nov 2006, 05:46 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