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
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.
nice :-) How many categories do you have?