Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/15/20 in all areas

  1. You'll want to make sure in core/common/ScreenshotsData.class.php (or similar named file), all the public function xxx()... are changed to (note the word static) public static function xxx()... Then if that doesn't work, instead of this <?php Screenshots::show_newest_screenshot(); ?> Try this <?php $screenshot = new Screenshots(); $screenshot->show_newest_screenshot(); ?>
    1 point
  2. Everything is fine. You're just not opening it in the proper format. Whatever program you've used has just opened it as one single text string. Try Office365 or OpenOffice/LibreOffice
    1 point
×
×
  • Create New...