Author Topic: Description not appearing  (Read 2289 times)

0 Members and 1 Guest are viewing this topic.

Offline son_gokou

  • Full Member
  • ***
  • Posts: 199
    • View Profile
Description not appearing
« on: November 20, 2018, 09:39:00 PM »
Hello,

I changed the hosting of the site. Now I have PHP7, so, I uploaded the db_mysqli.php file of the last version and change config.php to mysqli.
Everything is working fine but image description don't appear on images. But on control panel is fine. I have 1.7.13 version.

Anyone knows what's wrong?


SOLVED

This code:

/*
  MOD MEDIA SITES
  BEGIN INSERT
*/
    $text = media_sites_bbcode($text);
/*
  MOD MEDIA SITES
  END INSERT
*/


... was blocking description!
« Last Edit: November 21, 2018, 12:09:59 AM by son_gokou »