Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

raevsky

Archived
  • Posts

    6
  • Joined

  • Last visited

Posts posted by raevsky

  1. Please help me/

     

    Problem1:

    When I intalled Page Manager and open it in admin I received this error:

     

     

    HEADING_TITLE

     

    TABLE_HEADING_PAGES TABLE_HEADING_SORT_ORDER TABLE_HEADING_STATUS

    1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-20, 20' at line 11

     

    select p.pages_id, p.status, p.sort_order, s.pages_title from pages p LEFT JOIN pages_description s on p.pages_id = s.pages_id where s.language_id='4' order by p.sort_order, s.pages_title limit -20, 20

     

    [TEP STOP]

    What does it mean and what I did incorrect?

     

    Problem2

    How to make multilevel menu using this contribution?

     

    Thanks in advance

  2. I need help!

    When I'v intalled Page Manager and open it in admin I received this error:

    What does it mean and what I did incorrect?

     

    HEADING_TITLE

     

    TABLE_HEADING_PAGES TABLE_HEADING_SORT_ORDER TABLE_HEADING_STATUS

    1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-20, 20' at line 11

     

    select p.pages_id, p.status, p.sort_order, s.pages_title from pages p LEFT JOIN pages_description s on p.pages_id = s.pages_id where s.language_id='4' order by p.sort_order, s.pages_title limit -20, 20

     

    [TEP STOP]

  3. Does anybody know, is it possible to create multilevel menu with this contribution?

     

    For example:

     

    MAIN PAGE

    ->about us

    ->history of company

    ->articles

    .....

    TECHNICAL MANUALS

    ->.....

    ->.....

    CONTACTS

    ->sales dept

    ->tech dept

     

    It will be interesting to use this contribution instead of Mambo or PHP-Nuck

    Thanks in advance

×
×
  • Create New...