You are not logged in.
Pages: 1
We just pushed some updates to the development branch on github that enable BigTree to be installed on Apache, MySQL, PHP, in Windows. The WAMP setup used is the 32-bit install from http://www.wampserver.com/en/ running on Windows 7.
There are a few settings in WAMP that need to be modified for the install to go smoothly.
1. In php.ini, turn-on short open tags, and set upload_max_filesize to 8M or higher.
2. In httpd.conf, make sure AllowOverrides is set to All.
3. Restart all services to ensure your changes are working.
Those changes should have WAMP configured properly for BigTree.
Offline
Hi,
I have some issues installing on WAMP. At first i was getting the" Notice: Use of undefined constant E_NONE - assumed 'E_NONE' in C:\wamp\www\bigtree\install.php on line 4" error when trying to install. I solved that problem by using an updated install.php from GitHub.
After that the installation went smootly, but when clickong on either the frontend or backend link i get a bunch of PHP errors. They all have something in common, it seems that the path to bootstrap folder doesn't exist.
Here are two of the errors: Warning: include(C:\wamp\www\BigTree-CMS\core\bootstrap.phpcore/inc/bigtree/utils.php) [function.include]: failed to open stream: No such file or directory in C:\wamp\www\BigTree-CMS\core\bootstrap.php on line 27
Notice: Undefined index: module_list in C:\wamp\www\BigTree-CMS\core\bootstrap.php on line 81
Please any help would be great, since i'm no PHP expert.
Offline
This problem is currently fixed in the development branch on GitHub which you can download here:
https://github.com/bigtreecms/BigTree-C … evelopment
The issue should be fixed when beta 5 is released. Keep in mind that the development branch may also have other issues, but we just tested it in a WAMP environment and those issues you encountered should be fixed.
Offline
Thanks, will update if i encounter any issues.
Offline
Pages: 1