VirtueMart Forum

VirtueMart 2 + 3 + 4 => Installation, Migration & Upgrade => Topic started by: john-doe on August 28, 2013, 16:47:59 PM

Title: Experimenting Blank Content in VM test site
Post by: john-doe on August 28, 2013, 16:47:59 PM
Greetings.

I'm developing a site with virtuemart but when i want to display a category with its products it shows me the following information in the screen shot i have attached to this message.

I tried to turn off errors as well however displays no content.

I would like to know how to fix this issue.

I'm using virtuemart 2..0.22b on joomla 2.5.14 with a uwamp 2.2.1 using php 5.4.15
(i tried already with 5.3.25 but i have the same error as well)

[attachment cleanup by admin]
Title: Re: Experimenting Blank Content in VM test site
Post by: jenkinhill on August 28, 2013, 17:30:59 PM
Turn off error reporting in Joomla. http://forum.virtuemart.net/index.php?topic=102555.0
Title: Re: Experimenting Blank Content in VM test site
Post by: john-doe on August 28, 2013, 17:33:19 PM
Quote from: jenkinhill on August 28, 2013, 17:30:59 PM
Turn off error reporting in Joomla. http://forum.virtuemart.net/index.php?topic=102555.0

Yes as i mentioned before  i already turned off the error reporting and instead of seeing the category page with its products i got "NO PAGE", a blank page.
Title: Re: Experimenting Blank Content in VM test site
Post by: jenkinhill on August 28, 2013, 17:38:09 PM
With PHP 5.3.x as well? Sounds like an installation error or js conflict.
Title: Re: Experimenting Blank Content in VM test site
Post by: john-doe on August 28, 2013, 17:47:02 PM
Quote from: jenkinhill on August 28, 2013, 17:38:09 PM
With PHP 5.3.x as well? Sounds like an installation error or js conflict.
That's so strange because in installation it passed normally.
the AIO passed normally as well despite some error messages...
this is what appears at installing AIO


Strict Standards: Declaration of JParameter::loadSetupFile() should be compatible with JRegistry::loadSetupFile() in C:\Users\Marketing\Desktop\webdemo\xampp-portable-win32-1.8.2-1-VC9\xampp\htdocs\lipodemo\libraries\joomla\html\parameter.php on line 512
Checking VirtueMart2 modules...VirtueMart2 modules already installed
VirtueMart2 language moved to the joomla language FE folder
VirtueMart2 language moved to the joomla language BE folder
VirtueMart2 pdf moved to the joomla libraries folder
Installing Virtuemart Plugins and modules Success.
You may directly uninstall this component. Your plugins will remain
Ignore the message Error building Admin Menus

Title: Re: Experimenting Blank Content in VM test site
Post by: john-doe on August 28, 2013, 17:49:52 PM
this is not everything

[attachment cleanup by admin]
Title: Re: Experimenting Blank Content in VM test site
Post by: Maxim Pishnyak on August 28, 2013, 20:59:22 PM
Turn off strict notices and after you got a blank page check your error logs.
Title: Re: Experimenting Blank Content in VM test site
Post by: john-doe on August 29, 2013, 13:46:56 PM
Sorry for all the bothering. The problem was that i chose the worng way to show a category, by choosing Categories view instead of category view since in the first there were no chidren categories. However the standing errors were because of my PHP version 5.4 that are hard to remove. I switched to 5.3 and were more smooth to go.

Thanks anyway.