#67 closed defect (fixed)
php fatal errors
| Reported by: | creole | Owned by: | moo |
|---|---|---|---|
| Priority: | major | Milestone: | 2.0.0 |
| Component: | cacher | Version: | 2.0.0 |
| Keywords: | Cc: | ||
| Application: | moodle.org | PHP Version: | 4.4.4 |
| Other Exts: | SAPI: | Irrelevant | |
| Probability: | Blocked By: | ||
| Blocking: |
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)
Change History (9)
comment:1 Changed 6 years ago by moo
- Version set to 2.0.0-dev
comment:3 Changed 6 years ago by moo
comment:4 Changed 6 years ago by creole
the application is moodle.org
the error messages refer to line 13 here:
and line 1893 here:
comment:5 Changed 6 years ago by judas_iscariote
Also, contact gentoo developers, saying that xcache trunk should not be packaged atm, they should be using the 1.2 branch.
According to my tests, 2.0 is not even near to be ready for "testing purposes". I suggest you to open a bug report there.
comment:6 Changed 6 years ago by creole
1.2 is packaged but only for php5
comment:7 Changed 6 years ago by moo
- Application set to moodle.org
comment:8 Changed 6 years ago by moo
reproduced, workarround: increase xcache.size as much as possible
comment:9 Changed 6 years ago by moo
- Resolution set to fixed
- Status changed from new to closed
fixed in [353]
comment:10 Changed 11 months ago by moo
- Milestone changed from 2.2.0 to 2.0.0
- pending set to 0
- SAPI set to Irrelevant


can u tell what the application is? and/or do u have a stripped down short reproducable script?