Installation on WAMP stuck on "Installing dashboard"
Permalink 2 users found helpful
[Wed Dec 26 15:24:26 2012] [notice] Server built: May 13 2012 13:32:42
[Wed Dec 26 15:24:26 2012] [notice] Parent: Created child process 5328
[Wed Dec 26 15:24:26 2012] [notice] Child 5328: Child process is running
[Wed Dec 26 15:24:26 2012] [notice] Child 5328: Acquired the start mutex.
[Wed Dec 26 15:24:26 2012] [notice] Child 5328: Starting 64 worker threads.
[Wed Dec 26 15:24:26 2012] [notice] Child 5328: Starting thread to listen on port 80.
[Wed Dec 26 15:24:26 2012] [notice] Child 5328: Starting thread to listen on port 80.
[Wed Dec 26 15:24:30 2012] [error] [client ::1] client denied by server configuration: C:/wamp/www/
[Wed Dec 26 15:31:10 2012] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Wed Dec 26 15:31:10 2012] [notice] Child 5328: Exit event signaled. Child process is ending.
[Wed Dec 26 15:31:11 2012] [notice] Child 5328: Released the start mutex
[Wed Dec 26 15:31:12 2012] [notice] Child 5328: All worker threads have exited.
[Wed Dec 26 15:31:12 2012] [notice] Child 5328: Child process is exiting
[Wed Dec 26 15:31:12 2012] [notice] Parent: Child process exited successfully.
[Wed Dec 26 15:24:30 2012] [error] [client ::1] client denied by server configuration: C:/wamp/www/ [Wed Dec 26 15:31:10 2012] [notice] Parent: Received shutdown signal -- Shutting down the server.
It's kind of looking like an Apache configuration issue. Just a guess...
If anyone knows any good references for working with apache give a holler :)
fresh install of wamp 2.2e php 5.4.3 httpd 2.2.22 mysql 5.5.24 x64
changed mysql engine to innodb
trying to install Concrete5.6.0.2
I can manually create a folder with an index.php and make it work but the install script for C5 seems to be having an issue?
Always halts on installing dashboard.
Always builds 166 tables in the db
Never finishes?
I will keep tinkering but this is not good.
The issue I had encountered was that the PHP installer was taking too much to time to install and timing out. You can give yourself more time by going to your WAMP console and edit the php.ini. Look for
max_execution_time = 30
and change the value to 180. That should increase your execution time to 3 minutes.
I hope that helps.
http://www.concrete5.org/community/forums/installation/installation...
The solution to that Dashboard issue was to go under [mysqld] and write: default-storage-engine=MyISAM .
First: I was going through the standard WAMP stack and coming across a number of issues.
Second (and third and fourth): I continued trying to go through the standard WAMP stack and was coming close to calling it a night.
FINALLY: I remembered an intriguingly simple little server called Uniform Server (UniformServer.com) and decided to give it a go. Low and behold, it worked!
Why use Uniform Server? Because it's simple. It comes pre-configured for development, meaning that there's a default mysql username and password of 'root' and 'root,' though the default settings also keep the server strictly local, meaning there are no security risks unless you connect it to the net.
So if you're having trouble, or generally would like to make it all a bit more simple, check out Uniform Server (full disclosure: I DO NOT work for Uniform Server or have any association with it beyond being a pleased and happy user, eager to pass along good news of good software).
First: I was going through the standard WAMP stack and coming across a number of issues.
Second (and third and fourth): I continued trying to go through the standard WAMP stack and was coming close to calling it a night.
FINALLY: I remembered an intriguingly simple little server called Uniform Server (UniformServer.com) and decided to give it a go. Low and behold, it worked!
Why use Uniform Server? Because it's simple. It comes pre-configured for development, meaning that there's a default mysql username and password of 'root' and 'root,' though the default settings also keep the server strictly local, meaning there are no security risks unless you connect it to the net.
So if you're having trouble, or generally would like to make it all a bit more simple, check out Uniform Server (full disclosure: I DO NOT work for Uniform Server or have any association with it beyond being a pleased and happy user, eager to pass along good news of good software).
First: I was going through the standard WAMP stack and coming across a number of issues.
Second (and third and fourth): I continued trying to go through the standard WAMP stack and was coming close to calling it a night.
FINALLY: I remembered an intriguingly simple little server called Uniform Server (UniformServer.com) and decided to give it a go. Low and behold, it worked!
Why use Uniform Server? Because it's simple. It comes pre-configured for development, meaning that there's a default mysql username and password of 'root' and 'root,' though the default settings also keep the server strictly local, meaning there are no security risks unless you connect it to the net.
So if you're having trouble, or generally would like to make it all a bit more simple, check out Uniform Server (full disclosure: I DO NOT work for Uniform Server or have any association with it beyond being a pleased and happy user, eager to pass along good news of good software).
this issue was solved very easily for me thanks to a very simple fix supplied by exchangecore and bbeng just correct the following with notepad
You said you are using wamp, so if you left-click the wamp icon in your system tray, then go to MySQL and click my.ini it will open the configuration file. Then you can do a ctrl+f and find the default_storage_engine setting and set it to MyISAM. If it doesn't exist just add it under the [wampmysqld] heading see attached file
Using Bitnami WAMP stack. (not the concrete5 stack.)
http://www.concrete5.org/community/forums/installation/installation...
The answer in the thread:
find [mysqld] in your mysql.ini
replace with below code
[mysqld]
#port=3306
lower_case_table_names = 2
default-storage-engine=MyISAM
DON'T FORGET TO RESTART YOUR SERVERS
added code to my.ini as stated above
[mysqld]
#port=3306
lower_case_table_names = 2
default-storage-engine=MyISAM
I restarted wampp
I used 127.0.0.1 instead of localhost
installed ok
James Blue Host: Okay, this is really going outside our scope of support, but I want to make sure you're taken care of and I don't think most of our technicians would have been able to fix the MySQL issues, since it's a code compatibility problem that our developers need to release an update for. So after you install on the other domains,
I'd like you to email jameshostingtests@gmail.com if you're still having the MySQL issue on those new installations
My error message I have not fixed. I think it is in simple scripts download for C5.
mysqlt error: [1048: Column 'uID' cannot be null] in EXECUTE("INSERT INTO Config (cfKey,cfValue,uID) VALUES ('NEWSFLOW_LAST_VIEWED','FIRSTRUN',NULL)")