need help with installation in local pc window 10
Permalink
HI, does anyone know what this error means
C:\xampp\htdocs\concrete5\concrete\src\Foundation\ClassLoader.php on line 5
and how can I solve this in local pc window 10!
I use currently version xampp 3.2.2. which is the latest version.
many thanks.
AM
C:\xampp\htdocs\concrete5\concrete\src\Foundation\ClassLoader.php on line 5
and how can I solve this in local pc window 10!
I use currently version xampp 3.2.2. which is the latest version.
many thanks.
AM
Windows 10? You can use WAMP for Windows!
Hi,
If you want to use XAMPP for local testing of concrete5, I do not recommend using the latest version. Reason: There are known issues with the latest PHP version 7.3.x
I recommend the portable version 7.2.12:
https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/7.2.12/...
Just download and unzip to a desired directory. Then run the "setup_xampp.bat".
Then you start the file "xampp-control.exe".
In the control panel "MySql -> Config" open the mysql.ini and insert the value "lower_case_table_names = 2" in the following place:
Then in the control panel "Apache> Start" and "MySql> Start"
Have fun and greetings
If you want to use XAMPP for local testing of concrete5, I do not recommend using the latest version. Reason: There are known issues with the latest PHP version 7.3.x
I recommend the portable version 7.2.12:
https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/7.2.12/...
Just download and unzip to a desired directory. Then run the "setup_xampp.bat".
Then you start the file "xampp-control.exe".
In the control panel "MySql -> Config" open the mysql.ini and insert the value "lower_case_table_names = 2" in the following place:
... # The MySQL server [Mysqld] lower_case_table_names = 2 ...
Then in the control panel "Apache> Start" and "MySql> Start"
Have fun and greetings