[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
www.dhtmlgoodies.com • View topic - Change / add content
Page 1 of 1

Change / add content

PostPosted: Thu Oct 11, 2007 11:14 pm
by saJoshua

specific error

PostPosted: Thu Oct 11, 2007 11:35 pm
by saJoshua

solution

PostPosted: Thu Oct 11, 2007 11:54 pm
by saJoshua
I found the following article:
http://www.somacon.com/p126.php

I added the script mappings, but still had errors.

~~ next ~~

in the ajax.js file I changed the method to GET

/* Simple AJAX Code-Kit (SACK) v1.6.1 */
/* ©2005 Gregory Wild-Smith */
/* www.twilightuniverse.com */
/* Software licenced under a modified X11 licence,
see documentation or authors website for more details */
function sack(file) {
this.xmlhttp = null;

this.resetData = function() {
this.method = "GET";

I don't know what else this will change at the moment, but I'll wait and see what the fallout is until I get a better fix.

Cheers,
Joshua