You are not logged in.
Hi !
The error occurs when we want to use the module on the client side.
Fatal error: Call to undefined function Access() in /home/xxx/ftp/modules/Fancyupload/libraries/tags.php on line 132
Solution to this problem is to change the code in the file /modules/Fancyupload/libraries/tags.php
Open /modules/Fancyupload/libraries/tags.php and edit the following lines:
132 $user = Access()->get_current_user();to
132 $user = Connect()->get_current_user();Done now it works.
Last edited by tka3k (2010-12-29 21:48:44)
Offline
Great bug report ! Thanks !
Inspiration & Innovation : Websites by Partikule, Agence Web Paris
Offline
© 2010-2012 Partikule | Web agency Paris, France