Mattias Nordstrom wrote:
Emilda version *1.2-cvs-20041130*. Database version *26*.
[client 172.22.22.5] PHP Fatal error: Only variables can be passed
by reference in /home/httpd/emilda/lib/search.inc on line 161
When did it last work on PHP 5? Emilda 1.2 doesn't officially support
PHP 5 but if the problem is something trivial we can probably fix it
for this release.
believe me i worked some time ago :-)
this line 161 error
==> yaz_wait(array("timeout" => 30));
can be worked around by
==> $v=array("timeout" => 30); yaz_wait($v);
obiously php5 does not have relaxed rules regarding references any more ...
As for the errors you mentioned above, I haven't been able to test it
with PHP 5 yet but intend to do so as soon as possible.
---
NEXT ERROR :
[client 172.22.22.5] PHP Fatal error: Call to undefined function
apd_set_pprof_trace() in /home/httpd/emilda/book_add.php on line 3,
referer:
https://kropotkin/emilda/book_management_panel.php?id=1324944774&auth=09eaa70607b0e20468eec3deb608cfe4
---
sorry, but qa is in progress :-)
|