osticket-api icon indicating copy to clipboard operation
osticket-api copied to clipboard

wrong class filename on linux

Open doshu opened this issue 3 years ago • 2 comments

the class class.dbconnection.php must be renamed to class.dBConnection.php because of case sensitive filenames on linux platform

doshu avatar Sep 19 '22 13:09 doshu

or change line 22 on index.php:

require_once 'classes/class.' . strtolower($class) . '.php';

pofa2007 avatar Jan 21 '23 15:01 pofa2007

This is what I did thanks.

philbertphotos avatar Oct 25 '23 15:10 philbertphotos