UserPrivileges
Brought to you by:
mverkerk
Hello,
everything works fine but if i want to set User or Groups Privileges i got following error:
Fatal Error
[8192] Assigning the return value of new by reference is deprecated (@line 459 in file xxx/lib/php/VersionControl/SVN.php).
Debug Backtrace
#1 UserPrivilegesEditPage.php:201 -- pradoErrorHandler(...)
#2 UserPrivilegesEditPage.php:201 -- UserPrivilegesEditPage::onLoad()
#3 TControl.php:419 -- UserPrivilegesEditPage->onLoad(...)
#4 TPage.php:1079 -- TControl->onLoadRecursive(...)
#5 TPage.php:955 -- TPage->onLoadRecursive(...)
#6 TApplication.php:483 -- TPage->execute()
#7 index.php:5 -- TApplication->run()
Any idea?
Hi there!
VersionControl_SVN was created for a earlier version of PHP and object reference regulation has changed (no more use of &, objects are passed as reference by default).
If you turn of E_STRICT the error will not be shown!
Marijn