With Osclass, get your own classifieds site for free. Build your own Osclass installation and start advertising real estate, jobs or whatever you want- in minutes!
Hello I am trying to install osclass but I keep getting this error.
I spun up a server at scaleway.com (one of the DEV1-S with Ubuntu Focal Fossa) and manually installed Apache2, MariaDB, and PHP with apt. I proceeded to drop the files in to /var/www and I opened the server IP in my web browser. Got the requirement screen shooting off some missing dependencies but I addressed all of them, like MySQLi and stuff.
I have attempted to do mysql commands below but it didn't work :( I still get the same error. Any help would be greatly appreciated.
-- set for the current session:
SET FOREIGN_KEY_CHECKS=0;
-- set globally:
SET GLOBAL FOREIGN_KEY_CHECKS=0;
Hello I am trying to install osclass but I keep getting this error.
I spun up a server at scaleway.com (one of the DEV1-S with Ubuntu Focal Fossa) and manually installed Apache2, MariaDB, and PHP with apt. I proceeded to drop the files in to /var/www and I opened the server IP in my web browser. Got the requirement screen shooting off some missing dependencies but I addressed all of them, like MySQLi and stuff.
I have attempted to do mysql commands below but it didn't work :( I still get the same error. Any help would be greatly appreciated.
apt : 2.0.6 MariaDB : 10.3.34-MariaDB-0ubuntu0.20.04.1 Ubuntu 20.04 PHP : 7.4.3 Apache : 2.4.41