Djomla195 Posted August 14, 2012 Report Share Posted August 14, 2012 Quote Link to comment Share on other sites More sharing options...
Sava Posted August 14, 2012 Report Share Posted August 14, 2012 For more information, I was helping him install this on a local server. We used XAMPP (latest version) and the Apache and MySQL services are running. The actual writing to to database went fine but the errors popped up when you are supposed to enter the information about the VA and yourself. I guess it maybe has to do something with the server configuration but I am not sure. I couldn't help him so I guided him here Thanks for the help guys! Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted August 14, 2012 Moderators Report Share Posted August 14, 2012 Looks like your running php mysql in strict more 1 Quote Link to comment Share on other sites More sharing options...
Djomla195 Posted August 16, 2012 Author Report Share Posted August 16, 2012 Setting the MySQL to non-strict mode did not help Help? Quote Link to comment Share on other sites More sharing options...
tutmeister Posted August 16, 2012 Report Share Posted August 16, 2012 Seeing as you believe the installation went fine, it could be that you're running PHP 5.4 or higher, where E_STRICT became part of E_ALL. So turning it off won't have changed anything. What I believe you can do to override this, is to change the following line in the core folder, the local.config file: Config::Set('ERROR_LEVEL', E_ALL ^ E_NOTICE); Change it to: Config::Set('ERROR_LEVEL', E_ERROR); or if that doesn't work, try even: Config::Set('ERROR_LEVEL', 0); However, be sure to turn error reporting back on when you move to a production server, so you have adequate notice of problems. Quote Link to comment Share on other sites More sharing options...
Djomla195 Posted August 16, 2012 Author Report Share Posted August 16, 2012 Ok I will try, thanks! Quote Link to comment Share on other sites More sharing options...
captainB Posted August 28, 2012 Report Share Posted August 28, 2012 Any news on this? i have been messing with error_reporting and display_errors at the php.ini and also changing the values at local.config as suggested here, with no results. Quote Link to comment Share on other sites More sharing options...
ATAvCEO Posted September 11, 2012 Report Share Posted September 11, 2012 Hi All, Ok I am setting this up as a test server too, and I figured I would post in here instead of creating a new thread since I was having the same issues using XAMPP and WAMP. I received the same error messages as posted at the beginning of this thread and I did what tutmeister said in post #5 in the local.config file. Now when I go to the homepage after everything installed /localhost/MyVa, I get a page looking like this (Pic 1). I get no menus or anything resembling the Crystal skin. I have tried to do this using XAMPP and now WAMP, same results. I did try to download my live site when using XAMPP and WAMP and exported my real db and then imported the db into my test server db and when I went to the homepage I got a blank screen all together (Pic 3), however if I went to a link like localhost/MyVA/index.php/ruleregs it displayed the site which shows part of the site but nothing in the main content area which should be the Rules and Regulations which there is content (2nd image). All the info is in my test server's db, so I am not sure why it is doing all of this. Any help would be greatly appreciated. Quote Link to comment Share on other sites More sharing options...
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.