-
xoops-2.3.2 in file ./install/page_dbsettings.php
Summary:
Changed the code to omits the SQL command: "ALTER DATABASE ... CHARACTER SET ..." if it's not needed.
Problem:
If (as in my cases) the user has no Db ALTER rights the error "ERR_CHARSET_NOT_SET" pops up even if the char set of the db is correctly set.
The code below fixes the problem. Note: install should check if a user has...
2009-03-08 17:36:21 UTC in XOOPS Web Application Platform
-
Short explanation:
CSVReader is using 2 special chars to read CSV files:
DEFAULT_SEPARATOR // = ’,’
DEFAULT_QUOTE_CHARACTER // = ’”’
CSVWriter is using 3(!) special chars to write CSV files:
DEFAULT_SEPARATOR // = ’,’
DEFAULT_QUOTE_CHARACTER // = ’”’
ESCAPE_CHARACTER // same as above DEFAULT_QUOTE_CHARACTER
This *MUST* lead to a problem even not...
2007-04-04 13:46:31 UTC in opencsv
-
Logged In: YES
user_id=308859
Having a look at PHP's DOM functions and XPath ability (I
havent followed the progress for some time) I see it has
grown quite a bit since we wrote phpxpath!
Most of the code we wrote can be dumped and be replaced
by the fancy PHP-DOM lib.
I would keep the export, it so often used and you'll need it
for debugging anyway.
My tip is to try to keep the...
2004-08-18 21:07:25 UTC in Php.XPath
-
Logged In: YES
user_id=308859
Hi Sbastien
Yes, sure. I think it would be cool to have a PhpXpath based
on PHP 5 features. Would call it version V5 and would of
course be a sibling that only runs on PHP V5.
FYI:
Dan Allen had a similar idea in the PHP4 days using the DOM
extension and realized it as a sibling project under PEAR.
See: http://pear.php.net/package/XML_XPath
I'm...
2004-08-18 16:02:53 UTC in Php.XPath
-
There are cases where other 3rd party script are loaded
that *also* overload the window.onload-function.
In dynAPI should check that the window.onload-
function is 'free'.
Correction follows:
=============
in dynapi.js near line 99
--------------- replace this -----------------
f.onload = function() {
--------------- with this -----------------
// Befor setting the...
2004-01-04 16:19:25 UTC in DynAPI
-
Problem with debug.js when setting the
dynapi.library.path absolut (that is a path starting
with 'http' or '/' ).
E.g. following will case the debugger to fail to load:
dynapi.library.setPath('/_dynapi3/src/');
dynapi.library.include('dynapi.debug');
Correction follows:
In debug.js
========
near line 88 use this to set the url variable:
2004-01-03 22:27:19 UTC in DynAPI
-
Hi
This is a mail basicly for Raymond Irving as you have
implementet the Blueprint
model in dynLayer.inline.js.
I would like to get string of generateBlueprint()
*without* opening a
window. This would give me the possability to send the
blueprint
directly to the server without the overhead of manualy
coping the text
from the popup window that is currently created now...
2003-08-15 01:59:32 UTC in DynAPI
-
Logged In: YES
user_id=308859
The bug has been verified and a fix for the bug has been
implemented. The fix should be available in CVS as well as the
next official release of the DynAPI.
2003-08-09 00:13:09 UTC in DynAPI
-
Logged In: YES
user_id=308859
Look's like it's fixed :)
2003-08-09 00:13:09 UTC in DynAPI
-
Logged In: YES
user_id=308859
According to the CVS on sourceforge, no updates have been
mad to mouse_dom.js in dynapi3x.
Are you using an other CVS? If so can I get access?
-- sam.
2003-07-03 22:44:39 UTC in DynAPI