Loading...
 
Skip to main content

File upload reports missing function error

Status
Closed
Subject
File upload reports missing function error
Version
10.x
Category
  • Error
Feature
File Gallery (elFinder or standard UI)
Submitted by
Steve
Lastmod by
Louis-Philippe Huberdeau
Rating
(0)
Description
Receiving an error from lib/core/FileGallery/Wrapper.php indicating function get_gallery_save_dir does not exist when uploading a file.
Solution

The get_gallery_save_dir function is defined in

1) Changed class definition in lib/core/FileGallery/Wrapper.php from

Copy to clipboard
class FileGallery_Wrapper

to

Copy to clipboard
class FileGallery_Wrapper extends FileGalLib


2) Changed the declarative statement for get_gallery_save_dir to no longer be "private" on line 27 of lib/filegals/filegallib.php

Importance
9 high
Easy to solve?
10 easy
Priority
90
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
4380
Created
Thursday 07 February, 2013 21:34:39 UTC
by Steve
LastModif
Monday 11 February, 2013 14:44:24 UTC


Show PHP error messages