Page 2 of 2

Re: Shop and Cart Made Simple Modules released

Posted: Wed Apr 30, 2008 5:55 am
by Duketown
Hi all,

I've just released new versions of both modules :D. Template handling in CartMS now database supported. VAT handling is now possible (settings for this can be found in both modules). As a basis for the shipping handling, weight per product can be entered.

I looked again to the
error message: Warning: Call-time pass-by-reference has been deprecated
situation. I've made a change in the building of the category path. This might solve the problem.

Duketown

Re: Shop and Cart Made Simple Modules released

Posted: Thu May 01, 2008 1:42 pm
by alex0r
this is really starting to annoy me now!!

how do i completely remove old versions? deleting tables from the database and files from the ftp doesnt work as the new install 'remembers' the old info ;/

installing the new version doesnt create any database tables now so im stuck :(

Re: Shop and Cart Made Simple Modules released

Posted: Thu May 01, 2008 2:00 pm
by alex0r
i get:

Fatal error: Call to a member function on a non-object in c:\program files\easyphp1-8\www\cmsmadesimple\modules\ShopMadeSimple\method.install.php on line 50

after clicking install. it didnt install.

line 50:

Code: Select all

$this->translations->CreateTables();
after trying to un-install i get:

Fatal error: Call to a member function DestroyTables() on a non-object in /home/.hepzibah/kujifurniture/kujifurniture/modules/ShopMadeSimple/method.uninstall.php on line 8

Code: Select all

$this->translations->DestroyTables();

Re: Shop and Cart Made Simple Modules released

Posted: Thu May 01, 2008 6:52 pm
by Duketown
Sorry alex0r (and maybe others). I've just released version 0.1.2 of SMS that covers the problems that you encounter during the uninstall.

If you still encounter any problems: please PM me.

Duketown

Re: Shop and Cart Made Simple Modules released

Posted: Fri May 02, 2008 5:38 pm
by alex0r
I seem to be getting nowhere with this, keep getting the same error when i try to install the script, tried on 4 different servers now and each time he same error:


Notice: Undefined property: ShopMadeSimple::$translations in C:\Program Files\EasyPHP 2.0b1\www\kuji\modules\ShopMadeSimple\method.install.php on line 50

Fatal error: Call to a member function CreateTables() on a non-object in C:\Program Files\EasyPHP 2.0b1\www\kuji\modules\ShopMadeSimple\method.install.php on line 50

Re: Shop and Cart Made Simple Modules released

Posted: Sat May 03, 2008 3:50 pm
by reidjazz
duketown,
First of all, thanks and kudos for getting this going...it's one thing that I've been in need of for a certain client of mine.

However, when I try to install Shop Made Simple, I get the following:

Fatal error: Call to a member function CreateTables() on a non-object in /home/reidjazz/public_html/modules/ShopMadeSimple/method.install.php on line 50

Any ideas what's happening?
reidjazz

Re: Shop and Cart Made Simple Modules released

Posted: Sat May 03, 2008 8:28 pm
by Duketown
Very sorry to all people that hit this error. I've done changes in a number of programs and not ready to release a new version yet. However if you download only the installation program using:
http://svn.cmsmadesimple.org/svn/sms/ShopMadeSimple/src/method.install.php
you will be able to pass the encountered error.

Once again sorry,

Duketown

PS. This is resolved in the next version (0.1.3).

Re: Shop and Cart Made Simple Modules released

Posted: Sat May 03, 2008 9:53 pm
by reidjazz
duketown wrote: Very sorry to all people that hit this error. I've done changes in a number of programs and not ready to release a new version yet. However if you download only the installation program using:
http://svn.cmsmadesimple.org/svn/sms/ShopMadeSimple/src/method.install.php
you will be able to pass the encountered error.

Once again sorry,

Duketown

PS. This is resolved in the next version (0.1.3).
Duketown,
Great, that did it! Thank you very much. I'm curious, how do I connect with either PayPal or some other payment gateway?
reidjazz

Re: Shop and Cart Made Simple Modules released

Posted: Wed May 07, 2008 5:59 am
by Duketown
Hi all,

Happy to announce that version 0.1.3 of Shop Made Simple has just been released.

Any requests for features, please leave it in the forge tracker of SMS.

Duketown