Bug Fatal error: Call to undefined function fetch_file_path

Status
Not open for further replies.

GgAcE

Customer
Fatal error: Call to undefined function fetch_file_path() in *****/public_html/dbtech/gallery/includes/class_core.php on line 257

Issue: after clicking on uploaded image, fatal error is received.

Reproduction percent:
100%

Reproduction steps:

  1. Add appropriate album
  2. Select appropriate album
  3. Create image(s) in album
  4. After images are uploaded, click the applicable image
  5. After clicking image, error should occur

after selecting.png
 
Sorry about that
Open dbtech/gallery/includes/class_core.php

Find

PHP:
$avatar_file = fetch_file_path($userid, $type = 'image', $user_data['avatardateline']);

Replace with

PHP:
$avatar_file = self::fetch_file_path($userid, $type = 'image', $user_data['avatardateline']);
 
Status
Not open for further replies.

Legacy DragonByte Gallery

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
865
Customer rating
0.00 star(s) 0 ratings
Top