GeekPress / WP-Quick-Install

WP Quick Install is the easiest way to install WordPress.
http://wp-quick-install.com
322 stars 172 forks source link

Database Installation in Progress... #17

Open progettouno opened 9 years ago

progettouno commented 9 years ago

I have a problem with "wp-quick-install" v. 1.4.1

WWW: test.mysite.com wp-quick-install.mysite.com

FTP: /subdomains/test/ <!-- where i have to install wp /subdomains/wp-quick-install/ <!-- where i have wp-quick-install

Required Informations: Installation Folder: test

WP upload properly in /subdomains/test/ WP creates properly config.php in /subdomains/test/

But when it try to create table in db it can not.

Database Installation in Progress...

(not progress..)

Test db is ok.

If i'll go in: /subdomains/test/ I have all wp files and wp-config.php I can finish install wp by "test.mysite.com" and all is ok, but not by wp-quick-install


FILES: /subdomains/wp-quick-install/error_log

PHP Warning: mkdir() [function.mkdir]: File exists in /home/myname/subdomains/wp-quick-install/index.php on line 110

CPanel Error log: File does not exist: /home/myname/subdomains/wp-quick-install/404.shtml, referer: http://wp-quick-install.mysite.com/ File does not exist: /home/myname/subdomains/wp-quick-install/wp-admin, referer: http://wp-quick-install.mysite.com/

progettouno commented 9 years ago

Any solution?

geoffyuen commented 9 years ago

I'm having the same problem again. Seems to be an issue with the newly update Wordpress 4.1.1?

merlyn333 commented 9 years ago

I'm having the same problem.

phallalay commented 9 years ago

I meet the same issue.

fogsag commented 9 years ago

Same here. Problem is in the json format returned, so I changed some functions from file_get_contents( ... to file_get_contents( stripslashes ( ...

Now it is working. Thank you, really useful software

fogsag commented 9 years ago

And maybe not the same issue, but the script stops at the same position (Database Installation in Progress...)

vtxyzzy commented 8 years ago

Same issue here, both with xampp 5.6.15 under windows 10, and under Linux on Bluehost. Adding stripslashes() does not resolve the issue.

medienagentur commented 6 years ago

Same issue here. Any solution?

devonairedesigns commented 2 years ago

refreshwebAu commented on Aug 17, 2020 • All you need to do is replace line 164

if ( '$table_prefix =' == substr( $line, 0, 16 ) ) {

line 169 if ( ! pregmatch( '/^define( \'([A-Z]+)\',([ ]+)/', $line, $match ) ) {

and line 180 $line = "define( 'WP_DEBUG', 'true');\r\n";