View Single Post
  #90  
Old 04-04-2013, 12:36 AM
bobbybig bobbybig is offline
Member
 
Join Date: Mar 2011
Posts: 36
Gender: Male
Credits: 4,930
bobbybig is on a distinguished road
Default

I did a fresh install new files and database followed the install/index.php all the way through the steps and got to the "view your website" link. When I click on the link I get a 500 error on the site. It shows in the url that I am on the url link for the index of the site, but all it does is stack up on the error_log file.

The single error is

[03-Apr-2013 22:38:14] PHP Fatal error: Call to undefined method File::getExtension() in /home4/lazygam2/public_html/steambots/classes/class_file.php on line 51

I have checked the class_file.php and followed it to line 51. This tells me that there is some problem in the file defines for the site, but the site is on a sub domain so I can not install it in a file location other than in the main sub domain location, but it doesn't want to except the file location unless it is defined or something like that.

I have followed the development of this script since its 1.0.1 version, and have always enjoyed this script. I wanted to update the use of the smarty template plugin myself but seeing as this is the direction this development was going I put it off. Now I can't even use the script and I don't know what to do about it.

Here is the url to the site

http://steambots.lazygamerz.com/index.php

link to the error log

http://steambots.lazygamerz.com/error_log

I hope there is something that can be done to fix this problem.