bledoux90 Posted January 28, 2021 Posted January 28, 2021 Hey there. So everything was running great and fine...until I setup on my domain. I hooked up to the database and everything was fine. Then I got this when I went to hit register I'm not sure what changed between running on my local server and running on a hosted one, maybe the PHP version? Any help would be greatly appreciated. (I would also consider myself intermediate in PHP/SQL, certainly not a beginner). Quote
URBANZ Posted January 28, 2021 Posted January 28, 2021 (edited) firstly check that you have uploaded the FastImage.php to your class directory depending which version you are running of GL this could also just be called image.php Edited January 28, 2021 by URBANZ Quote
Dayo Posted January 28, 2021 Posted January 28, 2021 are you using the master on GitHub? If so there are a few issues that im working to resolve now, if I remember ill push the changes I've made after I've finished work Quote
bledoux90 Posted January 28, 2021 Author Posted January 28, 2021 (edited) 9 hours ago, Dayo said: are you using the master on GitHub? If so there are a few issues that im working to resolve now, if I remember ill push the changes I've made after I've finished work Yes, I got the master I think shortly after the last commit that was made. I appreciate the help. I re-imported my database and its not triggering on any other classes now, just says class not found even though its using the autoloader from init.php. Note: Just to be clear, this ONLY happens on my domain, it works perfect on my localhost. Edited January 28, 2021 by bledoux90 Quote
Glock1533 Posted February 2, 2021 Posted February 2, 2021 I solved it by adding this to the init.php file: require 'class/FastImage.php'; I don't know if it's the correct way 😁 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.