VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Virtuemart 1.1 Development (Archiv) => Quality & Testing VirtueMart 1.1.x => Topic started by: SteelRat on May 28, 2007, 17:24:18 PM

Title: ajax on fresh-installed VM SVN not work (again!)
Post by: SteelRat on May 28, 2007, 17:24:18 PM
i see this bug is since february in different variants...  :-[

on flypage && browsepage same error:

$ is not defined
[Break on this error] postBody: $(formId),


there are loaded only 2 javalibs.js throuth fetchscript.php:

/**********************************************************
Sleight
(c) 2001, Aaron Boodman
http://www.youngpup.net
**********************************************************/

if (navigator.platform == "Win32" && navigator.appName == "Microsoft Internet Explorer" && window.attachEvent) {
    document.writeln('<style type="text/css">img, input.image { visibility:hidden; } </style>');
    window.attachEvent("onload", fnLoadPngs);
}
...


/**
* This file holds javscript functions that are used by the templates in the Theme
*
*/

// AJAX FUNCTIONS
function loadNewPage( el, url ) {
...


Only this!

useAjaxCartActions=1

at on 1 at theme config :(((
Title: Re: ajax on fresh-installed VM SVN not work (again!)
Post by: macallf on May 28, 2007, 17:43:30 PM
What exactly is the problem! And please state that you are using VM 1.1Beta!

Are you using Joomla 1.0.x or 1.5b2!

Beta2 we still have problems with!

You can turn off the ajax functions by going into the template config. Admin, configuration, site - Layout, configuration.

Mark
Title: Re: ajax on fresh-installed VM SVN not work (again
Post by: SteelRat on May 29, 2007, 14:03:07 PM
Thanks, I know where to disable ajax.
I'm use joomla 1.0.12 + Vm 1.1 beta. I have interest to use ajax project, and interesting about current ajax status. On your testing/demo site somewhy ajax function works OK, but on SVN NOT.
Title: Re: ajax on fresh-installed VM SVN not work (again!)
Post by: gregdev on August 10, 2007, 16:08:42 PM
Hi SteelRat,

Thanks for your good feedback. If you are still around, please try the latest SVN version. Much has been done since your last post.

Greg