News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Vm admin panel - broken view

Started by thatsit, August 02, 2015, 08:07:55 AM

Previous topic - Next topic

thatsit

Hi,

I am trying for 5 days to resolve a problem but I cannot.

The admin panel of the vm is broken.. I attach the image..


As you can see, the left menu is always open and the tabs on the top are gone.
When i press ctrl+f5 it works but when I click to the next mnu item I face the same problem.

There are some errors that I see with firebug but I dont know how to resolve them.. I use Jqueryeasy plugin but without any result.


vm 3.0.9
joomla 3.4.3a
php 5.5.27

Any idea of what is going wrong?

Thanks
Sofoklis

Studio 42

Hi thatsit,
A question : why you have language debug actif ?
Try perhaps to change this in Joomla config.

Do you use isis or hator (or another) as admin template ?
Perhaps changing to default (isis) Joomla template solve this

If you have added/enabled plugin changing javascript(such as jquery easy) , tyr to disabel all.
I have checked main files and found some lines in error from your screenshot, this have no error at all!

YOu can disable the call for keepalive.
go in file YOURSITE\administrator\components\com_virtuemart\helpers\vmjsapi.php
after line 769
static function keepAlive($minlps = 2, $maxlps=5){
add :
return;
for testing purpose. Remove added code if this do not solve bug.

At last resort, test with another browser.

Regards,
Patrick

Studio 42

Quote from: Studio 42 on August 02, 2015, 11:18:52 AM
Hi thatsit,
A question : why you have language debug actif ?
Try perhaps to change this in Joomla config.

Do you use isis or hator (or another) as admin template ?
Perhaps changing to default (isis) Joomla template solve this or switching to another template as default.

If you have added/enabled plugin changing javascript(such as jquery easy) , tyr to disabel all.
I have checked main files and found some lines in error from your screenshot, this have no error at all!

YOu can disable the call for keepalive.
go in file YOURSITE\administrator\components\com_virtuemart\helpers\vmjsapi.php
after line 769
static function keepAlive($minlps = 2, $maxlps=5){
add :
return;
for testing purpose. Remove added code if this do not solve bug.

At last resort, test with another browser.

Regards,
Patrick

thatsit

I think I found the problem..
This broken template is ONLY appears when I use my vodafone 4g hot spot to connect the internet.
When I use my home's wi-fi everything is fine.
Strange but it happens!!!

Studio 42 thank you for your time and effort.