• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Help me with Chocolatey CMS

Newbie Spellweaver
Joined
Sep 25, 2012
Messages
51
Reaction score
0
Hello i have download chocolatey cms,
i use xampp 7.2.7 i have imported actarus db on my phpmyadmin,
i have download the composer
i have extract chocolatey cms on my htdocs folder,
i have config .env et config/*all files in this folder,
i have run on my terminal create-project sant0ro/chocolatey
i have run php artisan migrate on my terminal
all tables are created on my database
but when i launch 127.0.0.1 i have this error message : Warning. Please read Chocolatey Installation Tutorial. You need configure your servers DocumentRoot to the public folder of this CMS. Thanks! (with a white page)
sorry for my bad english i'm french
Thank you for your answer
 
Initiate Mage
Joined
May 9, 2019
Messages
2
Reaction score
0
How to change the document root in XAMPP on windows

  • Open the file httpd.conf from the location C:/xampp/apache/conf.
  • Search for DocumentRoot and you will get something like this DocumentRoot “C:/xampp/htdocs”
  • Update the DocumentRoot to new location DocumentRoot “C:/xampp/htdocs/public”
  • Then find the Directory and you will fine something similar to <Directory “C:/xampp/htdocs”>
  • Update it to new location like this <Directory “C:/xampp/htdocs/public”>
  • Then finally restart the Apache server using XAMPP control panel or manually.
 
Upvote 0
Back
Top