Hi there,

is this module compatible with cache engines like Boost, Cache Router, MemCache etc?

Greetz XerraX

Comments

j2b’s picture

As well it seams making Dialog ... modules not to work...

waleedq’s picture

@XerraX we've not tried the module with any of these engines but from the way it works i think it should work with no issue, there have been new upgrades on the module and the jquery plugin so if you are not running the latest please upgrade.

waleedq’s picture

sorry but i didn't get what is the issue here ? can you please tell me what is the exact issue ?

XerraX’s picture

@waleedq: i think i will test it with boost soon, i gonna post my results here.

waleedq’s picture

yes please :D as you can see the plugin is somehow in the first beta releases and testing is needed so we can have more stable versions of the module so we would be happy to fix any issue you report

thank you and waiting for the results :D

cheers
waleed al qadi

Ashraf Amayreh’s picture

Status: Active » Postponed (maintainer needs more info)

Make sure you download the latest version of the plugin 1.0.5-beta1 as it has many updates and bug fixes.

johnflower’s picture

I'm getting this error message with JS caching,

* warning: file_get_contents(sites/all/modules/ajaxit/ajaxit/jquery.history.js) [function.file-get-contents]: failed to open stream: No such file or directory in /var/www/html/includes/common.inc on line 2359.
* warning: file_get_contents(sites/all/modules/ajaxit/ajaxit/ajaxit.js) [function.file-get-contents]: failed to open stream: No such file or directory in /var/www/html/includes/common.inc on line 2359.

The line refernces refers to:-

function drupal_build_js_cache($files, $filename) {
$contents = '';

// Create the js/ within the files folder.
$jspath = file_create_path('js');
file_check_directory($jspath, FILE_CREATE_DIRECTORY);

if (!file_exists($jspath .'/'. $filename)) {
// Build aggregate JS file.
foreach ($files as $path => $info) {
if ($info['preprocess']) {
// Append a ';' after each JS file to prevent them from running together.
$contents .= file_get_contents($path) .'';
}
}

waleedq’s picture

Please follow the steps in the Readme file included with the module

johnflower’s picture

Ahhhh, good call Waleed.

s.daniel’s picture

@XerraX: Did you test, what are the results?

XerraX’s picture

Nein habe ich nie wirklich getestet. Habe mich damals für etwas anderes entschieden.

Letztes Release ist November 2010, erwarte also nicht das es funktioniert.

Außerdem sollte man langsam anfangen Drupal 7 zu benutzen.

s.daniel’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Agree on D7 :p

Just trying to clean up here a bit.