Hi to all,
this is my first post here.
I've a problem and I tried to find a solution, but without results, so I hope to find one help in this forum.
I've one joomla 3.3.6 with VM 3.0.2
After the installation all worked well
I started to inset products, categories, ...
Now the problem is: if I go to the VM configuration through the menu Components->VirtueMart->Product (as example) or another menĂ¹, all works fine, but if I try to open the control panel I see only a blank page (html source empty).
I found this solution: http://forum.virtuemart.net/index.php?topic=101120.msg336673#msg336673 , but after check on my DB, all seem to be right.
I turned on the VM debug message, but also I didn't found any problem.
Someone could help me?
Thanks.
http://forum.virtuemart.net/index.php?topic=127513.msg437110#msg437110
appears to be a timeout to the VM extensions feed that blocks the page load - just use the individual menu items in the meantime
assume will be fixed in the next version
Many thanks for the reply.
As I wrote all worked fine after the installation.
I don't know when but now if I open the page
http://www.site.com/administrator/index.php?option=com_virtuemart&view=virtuemart
the result is a blank page.
The reply isn't slow so maybe isn't a timeout problem (and also why only now and not after the installation?)
In the meantime how I can see the statics?
QuoteIn the meantime how I can see the statics?
hack that view to prevent the call or wait until a fix
ok, I'll wait for the fix.
Do you know when will be released the new version (more or less)?
no idea
this works for me-> administrator\components\com_virtuemart\views\virtuemart\view.html.php ~ line 74
comment out
//$this->extensionsFeed = vmRSS::getExtensionsRssFeed();
The fix is committed to SVN so if you really need it now it is available ( http://dev.virtuemart.net/projects/virtuemart/repository). I suspect 3.0.3 will be released this week.
GJC Web Design thanks a lot!!!
With the comment now all works fine again.
@jenkinhill I'll wait for the new release but not in hurry.