This is a discussion on 2a update for osCMax RC3 will not work within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; Hi I have a oscmax2_RC3_0_1 based store which is running fine. I decided to create a second store based on ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi I have a oscmax2_RC3_0_1 based store which is running fine. I decided to create a second store based on a clean installation of oscmax2_RC3_0_1 and then followed the instructions to add osCMax-2.0rc3a onto it. The installation ran fine and appeared to go smoothly but when I try to access the catalog I get Fatal error: Call to a member function add_current_page() on a non-object in /homepages/17/xxxxxxxxx/htdocs/totallydj/includes/application_top.php on line 343 (xxxxx done by me to remove name, but is correct as checked on live site.) If I try and go to the admin site I get a Error 500 - Internal server error. I have spent the last 2 hours checking file permissions and have also tried using the htaccess file from the live site but no joy. Help! Any ideas? Would love to try the new version, especially as has payment processors which I need. The store is running on PHP5 and MySQL5. Many thanks Matt |
|
#2
| ||||
| ||||
| What is osCMax 2.0RC3a? The only official release is 3.0.1 and the SVN version RC4.
__________________ Michael Sasek osCMax Developer *** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers *** Stay Up To Date with everything osCMax: Free osCMax Newsletters - Security notices, New Releases, osCMax News osCMax on Twitter - Up to the minute info as it happens. Know it first. osCMax User Manual - osCMax Templates - Advanced Template Tutorial |
|
#3
| |||
| |||
| Hi Thanks for your quick reply. It came from here http://www.oscmax.com/forums/oscmax-...scmax-rc3.html |
|
#4
| |||
| |||
| Hi Thanks for your quick reply. osCMax-2.0rc3a was downloaded from http://www.oscmax.com/forums/oscmax-...scmax-rc3.html Had thought it was an official release based on jpf being one of the forum moderators and a vip. Thanks Matt |
|
#5
| ||||
| ||||
| It is not an official release. Official releases are not available through the forum for download. Official releases are only be available via the osCMax Project Page You can reply to that thread to request help instead of opening a new thread. Note the thread has been moved here: MileStone 2a update for osCMax RC3!
__________________ Michael Sasek osCMax Developer *** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers *** Stay Up To Date with everything osCMax: Free osCMax Newsletters - Security notices, New Releases, osCMax News osCMax on Twitter - Up to the minute info as it happens. Know it first. osCMax User Manual - osCMax Templates - Advanced Template Tutorial |
|
#6
| ||||
| ||||
| No that is NOT an official release of OSCMAX it is a update of the CORE of osCommerce MS2 that was released earlier this year (that osCMax is based on). Look at my SIG for a working site. I have posed a few small changes in the original posting here.
__________________ JPF - osCMax Fourm Moderator - To contact, post on the forum or click here Try out our osCMax at: Live Catalog Demo Limited access Admin: Live Admin Demo Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped! |
|
#7
| |||
| |||
| Quote:
Go to that line 343 look for this piece of code: Code: // navigation history
if (tep_session_is_registered('navigation')) {
if (PHP_VERSION < 4) {
$broken_navigation = $navigation;
$navigation = new navigationHistory;
$navigation->unserialize($broken_navigation);
}
} else {
tep_session_register('navigation');
$navigation = new navigationHistory;
}
$navigation->add_current_page();
Code: // navigation history
if (tep_session_is_registered('navigation')) {
if (PHP_VERSION < 4) {
$broken_navigation = $navigation;
$navigation = new navigationHistory;
$navigation->unserialize($broken_navigation);
} elseif (!is_object($navigation)) {
$navigation = new navigationHistory;
}
} else {
tep_session_register('navigation');
$navigation = new navigationHistory;
}
$navigation->add_current_page();
cheers |
| The Following User Says Thank You to Don-Montana For This Useful Post: | ||
deane10 (02-03-2009) | ||
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MileStone 2a update for osCMax RC3! | jpf | osCMax v2 Customization/Mods | 18 | 01-21-2009 11:54 AM |
| oscmax 2 rc3 installed, almost.. | LinuxChick | osCommerce 2.2 Installation Help | 5 | 05-09-2008 07:26 AM |
| do CreLoaded templates work on oscmax? Also do oscommerce contribs work on oscmax? | Misery_Kitty | osCMax v2 Installation issues | 7 | 02-12-2008 01:06 AM |
| osCMax 2.0 RC3 upgrade | jpf | Announcements | 1 | 12-15-2006 06:16 PM |
| is there an update package to rc3 | ronfedele | osCMax v2 Installation issues | 1 | 08-24-2006 06:19 PM |