read through this:
http://calguy1000.com/Blogs/8/60/cmsms- ... ow-to.html
need different shipping prices for Canada and International, is there a module for that?
plus an expedited shipping option
Is there a more advanced Shipping module for Calyguy ecommerce?
- kittymcooper
- Forum Members
- Posts: 44
- Joined: Sat Aug 02, 2008 4:40 am
- Location: Fort Collins, CO
Is there a more advanced Shipping module for Calyguy ecommerce?
Kitty Munson Cooper, web designer, programmer
- kittymcooper
- Forum Members
- Posts: 44
- Joined: Sat Aug 02, 2008 4:40 am
- Location: Fort Collins, CO
Error Installing DestinationBasedShipping
OK I used the shipping tag at the forge and found DestinationBasedSHipping which is most of what I need but when I went to install it it needed an upgrade of CGExtensions which I did. Now the install gets this error:
Module ManagerModule Help Module Help
Module ManagerModule Help Module Help
Fatal error: Uncaught exception 'Exception' with message 'Instance of cms_filecache_driver already exists' in /home/qhkhwed/public_html/modules/CGExtensions/lib/class.cms_filecache_driver.php:18 Stack trace: #0 /home/qhkhwed/public_html/modules/CGExtensions/CGExtensions.module.php(77): cms_filecache_driver->__construct(Array) #1 /home/qhkhwed/public_html/lib/classes/class.moduleloader.inc.php(83): CGExtensions->__construct() #2 /home/qhkhwed/public_html/modules/ModuleManager/ModuleManager.module.php(1538): ModuleLoader->LoadModules(true) #3 /home/qhkhwed/public_html/modules/ModuleManager/ModuleManager.module.php(1124): ModuleManager->_GetInstalledModules(true, true) #4 /home/qhkhwed/public_html/modules/ModuleManager/ModuleManager.module.php(1181): ModuleManager->_DetermineUnfulfilledDependencies(Array) #5 /home/qhkhwed/public_html/modules/ModuleManager/ModuleManager.module.php(316): ModuleManager->_DoRecursiveInstall('m1_', Array, '') #6 /home/qhkhwed/public_html/lib/classes/class.module.inc.php(2069): ModuleManager->DoAc in /home/qhkhwed/public_html/modules/CGExtensions/lib/class.cms_filecache_driver.php on line 18
Kitty Munson Cooper, web designer, programmer
Re: Is there a more advanced Shipping module for Calyguy ecommerce?
I have the same problem after I installed CGBlog which requested to upgrade CGExtensions and I let it proceed to do so.
Looks like a new version of CGExtentions was released very recently.
I can't log in to admin and I get the same error when I go to the home page of the website.
Completely out of the water.
Help would be appreciated.
Thanks
Looks like a new version of CGExtentions was released very recently.
I can't log in to admin and I get the same error when I go to the home page of the website.
Completely out of the water.
Help would be appreciated.
Thanks
- kittymcooper
- Forum Members
- Posts: 44
- Joined: Sat Aug 02, 2008 4:40 am
- Location: Fort Collins, CO
Re: Is there a more advanced Shipping module for Calyguy ecommerce?
Ahh maybe that is the problem, CMSms v 1.8.2 - have not upgraded yet since guessing all my custom modules and UDTs will break til I get what I do for $gCMS
How do I replace this code in 1.9.2? Is it documented somewhere?
How do I replace this code in 1.9.2? Is it documented somewhere?
global $gCms;
$db = &$gCms->GetDb();
Kitty Munson Cooper, web designer, programmer
Re: Is there a more advanced Shipping module for Calyguy ecommerce?
This was discussed some weeks ago, prior to 1.9 release, but you should change the first line to:
$gCms = cmsms();
The other line is fine.
Nullig
$gCms = cmsms();
The other line is fine.
Nullig
Re: Is there a more advanced Shipping module for Calyguy ecommerce?
I'm running 1.8.2 and to refresh: I installed CGBlog which updated CCGxtensions which is where I suspect the problem is. I do not have shipping module installed.
Can't get into admin to backout the change.
Any Ideas?
Anyone?
Fatal error: Uncaught exception 'Exception' with message 'Instance of cms_filecache_driver already exists' in /home2/pstreeta/public_html/modules/CGExtensions/lib/class.cms_filecache_driver.php:18 Stack trace: #0 /home2/pstreeta/public_html/modules/CGExtensions/CGExtensions.module.php(77): cms_filecache_driver->__construct(Array) #1 /home2/pstreeta/public_html/lib/classes/class.moduleloader.inc.php(143): CGExtensions->__construct() #2 /home2/pstreeta/public_html/include.php(278): ModuleLoader->LoadModules(false, true) #3 /home2/pstreeta/public_html/index.php(66): require_once('/home2/pstreeta...') #4 {main} thrown in /home2/pstreeta/public_html/modules/CGExtensions/lib/class.cms_filecache_driver.php on line 18
Can't get into admin to backout the change.
Any Ideas?
Anyone?
Fatal error: Uncaught exception 'Exception' with message 'Instance of cms_filecache_driver already exists' in /home2/pstreeta/public_html/modules/CGExtensions/lib/class.cms_filecache_driver.php:18 Stack trace: #0 /home2/pstreeta/public_html/modules/CGExtensions/CGExtensions.module.php(77): cms_filecache_driver->__construct(Array) #1 /home2/pstreeta/public_html/lib/classes/class.moduleloader.inc.php(143): CGExtensions->__construct() #2 /home2/pstreeta/public_html/include.php(278): ModuleLoader->LoadModules(false, true) #3 /home2/pstreeta/public_html/index.php(66): require_once('/home2/pstreeta...') #4 {main} thrown in /home2/pstreeta/public_html/modules/CGExtensions/lib/class.cms_filecache_driver.php on line 18
Re: Is there a more advanced Shipping module for Calyguy ecommerce?
This does the trick:
http://dev.cmsmadesimple.org/bug/view/5767
Will this mod be used as the official fix????????
http://dev.cmsmadesimple.org/bug/view/5767
Will this mod be used as the official fix????????