if I insert a value in the Summary field and then I
use "update" the "Summary" will double the word I put
in.
example: from "test" in to "testsummary=test"
P.S: I changed the conf/const.php file. in line 32 there is
a extra ")"
I deleted the ")" from the end of line 32 (just the ")", not
the ";")...
---<snip>---
31 if (!defined("_URL_")) {
32 echo "Could not automatically define the _URL_
constant, please define it manually in
conf/config.php or conf/const.php.");
33 exit;
34 }
---<snap>---
I got an error when I started the issue-tracker, so I
looed at the cone and found this extra ")" and delete it...
This is the error I got:
--<snip>--
Parse error: parse error, unexpected ')', expecting ','
or ';' in /var/www/html/hd/conf/const.php on line 32
Fatal error: Failed opening
required '_CLASSES_dbi.class.php'
(include_path='.:/usr/share/pear')
in /var/www/html/hd/initialize.php on line 27
--<snap>--
I don't know if this is related, but I fill I should bring this
up...
Thanks,
Gili