#1 2010-12-29 20:20:21

tka3k
Member
Registered: 2010-11-08
Posts: 3

Fancy Upload in Ionize (0.95 rev7 and 0.96)

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

#2 2011-01-07 13:00:44

Michel-Ange
Ionize Core Team
From: Paris, France
Registered: 2010-03-22
Posts: 713
Website

Re: Fancy Upload in Ionize (0.95 rev7 and 0.96)

Great bug report ! Thanks !


Inspiration & Innovation : Websites by Partikule, Agence Web Paris

Offline

What's Ionize ?

Ionize is an Open Source Content Management System created by webdesigners for webdesigners.

Created and maintained by Partikule and Toopixel , Ionize wants to be the easiest and most powerful CMS.

Can I help ?

Because talent is nothing without involvement, we are looking for motivated coders and webdesigners to join the project team.

Resources

Website : www.ionizecms.com
Documentation : doc.ionizecms.com

Development : Ionize on GitHub
Translations : Translations on GitHub