Christoffer Landtman wrote:
David Everly wrote:
Thanks for the php help ( I really know nothing of php or perl but
perhaps I should learn now ). And my C++ skills are becoming old.
I'm also finding the following error when returning a book:
URL:
https://localhost/emilda/return.php?id=2243082830&auth=6a98e9a10cebc2a0a620491032eb90d3&stage=2&book_id=&submit=Return&receipt=&old_ids=0000000002
Error:
Fatal error: Call to undefined function: search() in
/var/www/emilda/lib/mgmnt.inc on line 809
I would like to help here, but it appears that this function has been
commented out in lib/search.inc, so maybe this is something that is in
process of being converted to a class or something and I should ask
first.
This is rather awkward that this has not been spotted earlier :-)
I have isolated the source of this porblem, and will try to fix it still
by the end of this day, and have it committed into CVS.
Thanks for spotting the issue and reporting about it to us.
This [BUG 164] has now been solved and committed into CVS. Please update
Your source folders to retrieve the latest version.
Regards,
On Tue, Jul 13, 2004 at 08:58:33AM +0300, Christoffer Landtman wrote:
David Everly wrote:
I have had issues when viewing users and then clicking on the
icon_view_borrowed.png: if the users have no books out, there is an
error displayed (something about invoking method on a non-object).
I don't really know much about php, and there is most likely a better
fix than what I've done. However, this patch appears to address the
issue.
Hello,
Thin indeed was a valid finding, and it has been patched, however
with minimal changes.
What You need to bear in mind when coding PHP, is that You cannot
check the existence of a variable using "if($variable)" as this will
cause a warning when the variable is not set. You will have to use
"if(isset($variable))". It took me also a while to get this to be a
routine, actually being a Perl fanatic :-)
Thanks anyways, and please see the latest CVS for the patch.
------------------------------------------------------------------------
_______________________________________________
Emilda mailing list
Emilda@xxxxxxxxxxxxxxxxxx
http://lists.realnode.com/mailman/listinfo/emilda
--
Christoffer Landtman
Oy Realnode Ab
Partner, Sales
+358 (0)41 510 1073
landtman@xxxxxxxxxxx
www.realnode.fi
_______________________________________________
Emilda mailing list
Emilda@xxxxxxxxxxxxxxxxxx
http://lists.realnode.com/mailman/listinfo/emilda
------------------------------------------------------------------------
_______________________________________________
Emilda mailing list
Emilda@xxxxxxxxxxxxxxxxxx
http://lists.realnode.com/mailman/listinfo/emilda
--
Christoffer Landtman
Oy Realnode Ab
Partner, Sales
+358 (0)41 510 1073
landtman@xxxxxxxxxxx
www.realnode.fi
|