Custom Query (267 matches)
Results (43 - 45 of 267)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #65 | fixed | Cannot redeclare class | moo | coredump |
| Description |
I'm getting the following error message in the Apache error log while running vBulletin 3.6.4. PHP Fatal error: Cannot redeclare class vb_datamanager_user in /home/path-removed/includes/class_dm_user.php on line 31, referer: http://domain-removed/showthread.php?t=13755 A snippet from class_dm_user.php looks like: if (!class_exists('vB_DataManager'))
{
exit;
}
define('SALT_LENGTH', 3);
class vB_DataManager_User extends vB_DataManager # <- line #31
{
|
|||
| #67 | fixed | php fatal errors | moo | creole |
| Description |
Hi, I emerged dev-php/xcache-9999 (XCache v2.0.0-dev) with php 4.4.4-pl8-gentoo and get the following errors in moodle: Fatal error: Cannot redeclare class question_dataset_dependent_questiontype in /www/www.learn2speak.eu/question/type/datasetdependent/abstractqtype.php on line 13 Fatal error: Call to undefined function: _adodb_getinsertsql() in /www/www.learn2speak.eu/lib/adodb/adodb.inc.php on line 1893 I had no problems with the previous version (I guess that was XCache v1.0 which is no longer in the portage tree) |
|||
| #68 | fixed | [169] broke configure when XCache source is bundled in php | moo | gab |
| Description |
The changeset 169 add in config.m4 a replacement from $AWK to LANG=C $AWK. This breaks the configure script at the end when building ./main/internal_functions{,_cli}.c : ./build/genif.sh: line 30: LANG=C: command not found Because the full line with $AWK replaced becomes : ./build/genif.sh ./main/internal_functions.c.in . LANG=C /bin/gawk (+full list of extensions) Removing changes from changeset 169 on config.m4 solves the problem. |
|||

