We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Whats the matter with this classname? On linux its not found

I simply have this classname:

FPDF_center

in FPDF_center.php. Ive written many class already with no problems. This do works on Windows but fails on Linux. Autoloader wont find it. Is there a naming convension I missed?

edited Jan '16

class names are case sensitive in linux, have you checked that? Are you using th Directory_separator? Or what is the issue your slashes?



28.1k

I know, I use precisely this name

I know, I use precisely this name Did you use the DIRECTORY_SEARATOR or are you using static slashes? like \ for windows and / for linux

Or did you already find the problem :)

Regards



28.1k

no, I didnt find. I use / everywhere, and all the time it worked