VirtueMart Forum

VirtueMart 2 + 3 + 4 => Installation, Migration & Upgrade => Topic started by: jborras on March 13, 2014, 18:08:38 PM

Title: category only show one product after upgrade
Post by: jborras on March 13, 2014, 18:08:38 PM
Hello,
I have upgraded from vm 1 to 2. I've done in a test server and all worked well. After upgrading I've migrated to the live server and now, when I select a category it only shows one prodcut.

in my development server showing all products -> http://premsa.strategycomm.net/web/clinimax/index.php/productos-clinimax/secadores-de-cabellos
in my live server showing only one product -> http://clinimax.es/index.php/productos-clinimax/secadores-de-cabellos

I've created new category with tree new products, but nothing --> http://clinimax.es/index.php/2014-03-13-16-33-41
it this last category I've put a default template and as you can see it detects that there are three products, but only shows one. It's like the $this->products does'nt work well. I've tryed to print count($this->products) and show me "1".

Thanks for the help.

ps. my vm version is 2.0.26d
my joomla works at 2.5.11
Title: Re: category only show one product after upgrade
Post by: jborras on March 14, 2014, 10:11:05 AM
SOLVED!!!

I've looked for all php info vars diferences between both servers, and modify some registers my server let me change.
After that I enlarged Memory Limit up to 32 MB, and after that it works! :)))

The params I changed are "allow_call_time_reference" and "register_long_arrays"

thanks.
Title: Re: category only show one product after upgrade
Post by: Milbo on March 18, 2014, 00:20:32 AM
nice :-) How many categories do you have?