![]() |
![]() |
This project is not completely dead. I've just started work on localisation. If you're getting a "Deprecated" error message, follow the instructions here URGENT Security Patch for ≤ v2.2.6 A security hole has been discovered, follow the instructions and download the patch at the topic page. Did the patch break your search page? Search Patch
|
![]()
Posts: 1
Registered: 2007-12-02 |
Well, i have no idea why, but as the topic says, the installation actually works, but it gives these errors.
Quote: Anyone know why and how to stop this? Also, since the install seems to work, does it even matter? Thanks |
![]() UPB Team Member
Posts: 837
Registered: 2006-11-22 |
Hi,
The errors are showing up because your host has set PHP to show all errors. To stop this happening on install.php place the following code: PHP Code: error_reporting(E_ERROR | E_WARNING | E_PARSE);
before PHP Code: ignore_user_abort();
This turns off reporting for all but the most critical errors. myUPB Developer |