Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Piedro

Pioneers
  • Posts

    3
  • Joined

  • Last visited

Profile Information

Recent Profile Visitors

1,125 profile views

Piedro's Achievements

  1. Hi all, I installed the events calender in my webshopr (OSCommerce contribution). Now i have 2 problems: 1) If a customer is logged in and select a (day)event in the events calendar he will be automaticly logged out. 2) if i select the "view all" or the selected "month" in the calendar i get the following message : Fatal error: Call to a member function add_current_page() on a non-object in ............/catalog/includes/application_top.php on line 324 My webshop is v2.2 Release Candidate 2a The "Events calendar" contribution is the most recent one: may 2nd, 2007 Perhaps someone can point me in the right direction Thanks in advance, Piedro.
  2. Hi all, perhaps I needed to make my problem more clear: my newly implemented calender (OSCommerce contribution) is assigned a different osCsid than the one used by the website. For example: When I visit the website the URL is: "http://www.xxxxxxxxx.com/site/catalog/index.php?osCsid=d3de753548f528416bc4fb1092058fb3" but when I look at the URL within the Calender I see: "http://www.xxxxxxxxx.com/site/catalog/events_calendar.php?view=all_events&osCsid=e344ac9659adc2de59cce5a1a97a925c" These should be the same I would think! I think it may have someting to do with the registration of the session. My webshop is v2.2 Release Candidate 2a The "Events calendar" contribution is the most recent one: may 2nd, 2007 Hope this explains the problem I'm experiencing a little better. Perhaps someone can point me in the right direction Thanks in advance, Piedro.
  3. After installation of the events calendar contribution into my website, i typed in the url of the website i get a correct looking website. and i see the message "not registered(\'navigation\')" at the top of the header and in the events calender box. (I made this change for debug purpose in application_top.php) What's the problem: 1) When i go with my mouse over let's say the categories then i will see in the bottom line of the ineternet explorer the file which wil be called including a osCsid let's say A76e7cf....... etc. This id is for all the categories etc. the same id which is correct. 2) when i go then over the text "event calendar" or the name of the month in the calendar box then i will see another osCsid e.q. 78d6583 which is not correct. Selecting different pages wil give any time the osCsid as shown by item 1) (A76e7cf....... etc.) The message "not registered(\'navigation\')" at the top of the header is gone after the first selection and will never show up again. Which is ok i think Selections made in the calendar will give the following error message . "Fatal error: Call to a member function add_current_page() on a non-object in /home/.................../site/catalog/includes/application_top.php on line 321" And the message "not registered('navigation') " will stay in the box with the calendar and never disapear. I think it has something to do with the registration of the session. // This is the 'changed' part of the file catalog\includes\application_top.php to get the 'debug' message // navigation history if (tep_session_is_registered('navigation')) { if (PHP_VERSION < 4) { echo registered(\'navigation\') <br>'; $broken_navigation = $navigation; $navigation = new navigationHistory; $navigation->unserialize($broken_navigation); } } else { echo 'not registered(\'navigation\') <br>'; tep_session_register('navigation'); $navigation = new navigationHistory; } Mij webshop is v2.2 Release Candidate 2a events calendar is the last one (2 may 2007) Anyone an idee what's going wrong? Thanks in advance, Piedro.
×
×
  • Create New...