Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
@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.
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
* 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) .'';
}
}
Comments
Comment #1
j2b commentedAs well it seams making Dialog ... modules not to work...
Comment #2
waleedq commented@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.
Comment #3
waleedq commentedsorry but i didn't get what is the issue here ? can you please tell me what is the exact issue ?
Comment #4
XerraX commented@waleedq: i think i will test it with boost soon, i gonna post my results here.
Comment #5
waleedq commentedyes 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
Comment #6
Ashraf Amayreh commentedMake sure you download the latest version of the plugin 1.0.5-beta1 as it has many updates and bug fixes.
Comment #7
johnflower commentedI'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) .'';
}
}
Comment #8
waleedq commentedPlease follow the steps in the Readme file included with the module
Comment #9
johnflower commentedAhhhh, good call Waleed.
Comment #10
s.daniel commented@XerraX: Did you test, what are the results?
Comment #11
XerraX commentedNein 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.
Comment #12
s.daniel commentedAgree on D7 :p
Just trying to clean up here a bit.