CartMadeSimple : deprecated ?

This is a FORK of the CMS Made Simple project and is not oficially supported in any way by the CMS Made Simple development team.
Locked
User avatar
seensite
Forum Members
Forum Members
Posts: 173
Joined: Sun Feb 10, 2008 7:36 pm

CartMadeSimple : deprecated ?

Post by seensite »

Hi,

I get the following warning on the frontend by clic on "Check out" :

Warning: Call-time pass-by-reference has been deprecated in /modules/CartMadeSimple/action.orderaddress.php on line 52
Warning: Call-time pass-by-reference has been deprecated in /modules/CartMadeSimple/action.orderaddress.php on line 52
Warning: Call-time pass-by-reference has been deprecated in /modules/CartMadeSimple/action.orderaddress.php on line 55


CMSMS-MLE 1.6.6
CartMadeSimple 0.2.5
PaymentMadeSimple 1.0.5
ShopMadeSimple 0.2.6

Any idea of what is deprecated in CartMS ?

Edit:

When installing CartMS via ModuleManager I get this :

Notice: Undefined variable: taboptarray in /modules/CartMadeSimple/library/orders.api.php on line 55

Notice: Undefined variable: taboptarray in /modules/CartMadeSimple/library/orders.api.php on line 86

Notice: Undefined variable: taboptarray in /modules/CartMadeSimple/library/orders.api.php on line 108

Notice: Undefined variable: taboptarray in /modules/CartMadeSimple/library/orders.api.php on line 126

Notice: Undefined variable: taboptarray in /modules/CartMadeSimple/library/orders.api.php on line 139


And there is the same message as above on the frontend when checking out.
Last edited by seensite on Wed Nov 04, 2009 1:26 pm, edited 1 time in total.
The universe of information technology is constantly growing and contains only emerging products built on successive patches
alby

Re: CartMadeSimple : deprecated ?

Post by alby »

seensite wrote: I get the following warning on the frontend by clic on "Check out" :
And there is the same message as above on the frontend when checking out.
This is not MLE related but if you googling "Warning: Call-time pass-by-reference has been deprecated" you have the solution(s)

Alby
Last edited by alby on Wed Nov 04, 2009 3:27 pm, edited 1 time in total.
User avatar
seensite
Forum Members
Forum Members
Posts: 173
Joined: Sun Feb 10, 2008 7:36 pm

Re: CartMadeSimple : deprecated ?

Post by seensite »

Thank you very much Alby,

I googled and the solutions I found were to erase "&" symbol in concerned lines mentioned in my first post. As I modified the CartMS and PaymentMS .php files, isnt'it a MLE/CMSMS related bug ? Do you mean it is a module related problem ?

Now warnings and notices don't show no more, but the checkout don't lead to Paypal as well...
The universe of information technology is constantly growing and contains only emerging products built on successive patches
alby

Re: CartMadeSimple : deprecated ?

Post by alby »

seensite wrote: Now warnings and notices don't show no more, but the checkout don't lead to Paypal as well...
Maybe & was necessary for variable return.
If you have access to php.ini set allow_call_time_pass_reference to true and insert a bug report in module forge

Alby
User avatar
seensite
Forum Members
Forum Members
Posts: 173
Joined: Sun Feb 10, 2008 7:36 pm

Re: CartMadeSimple : deprecated ?

Post by seensite »

Thank you Alby,

I don't have access to php.ini, so I switched for the other E-Commerce package.

Best regards
The universe of information technology is constantly growing and contains only emerging products built on successive patches
User avatar
map_1961
Power Poster
Power Poster
Posts: 410
Joined: Fri Apr 20, 2007 7:26 pm

Re: CartMadeSimple : deprecated ?

Post by map_1961 »

Hi there.

I have the same problems. Error messages in CartMadeSImpe when clicking on the cart like this:


Warning: Call-time pass-by-reference has been deprecated in /mnt/web1/51/18/5986918/htdocs/modules/CartMadeSimple/action.orderaddress.php on line 52

Warning: Call-time pass-by-reference has been deprecated in /mnt/web1/51/18/5986918/htdocs/modules/CartMadeSimple/action.orderaddress.php on line 52

Warning: Call-time pass-by-reference has been deprecated in /mnt/web1/51/18/5986918/htdocs/modules/CartMadeSimple/action.orderaddress.php on line 55

Php.ini is set on: allow_call_time_pass_reference = On.
The php.ini is present in the modules/CartMadeSimple folder.

PHP Version is 5.2.10 - CMSMS 1.6.6. CartMadeSimple is 0.2.5.

Thanks

map_1961
map_1961
Locked

Return to “[locked] CMSMS MLE fork”