Initial Installation Issue - My SQL Database
I am conducting an initial installation using Windows 10. I believe I have set up the sqlserver on my host server. While running zc_install, it attempts to install the SQL database (I believe), but when it gets to the installation page, there is a message of "Installation In Progress" that never goes away, where I can continue on to the next step. Does anyone have any suggestions? Please bear with me, as this is my first experience setting up any type of website......
Re: Initial Installation Issue - My SQL Database
Quote:
I believe I have set up the sqlserver
You need mysql versus win sql - also apache, and php
One must also setup the database before running ZenCart installation as part of this is defining host, user, and pass dor the database
Re: Initial Installation Issue - My SQL Database
I think it is MySQL, as the host name is mysqlcluster....com
I'm not sure I understand what winsql or apache are.....
Re: Initial Installation Issue - My SQL Database
Quote:
Originally Posted by
dartman24
I think it is MySQL, as the host name is mysqlcluster....com
I'm not sure I understand what winsql or apache are.....
Winsql is the wndows version of a sql database. Apache is basically host/server software...
As to the hang in the install and discussion of databases, a database must have been created on the database server, to include a username and password... That information is what is collected by zc_install... What zc_install then does is create the tables inside of the database...
All that said, I've run across the eternal dots before on an install... I forget what it took to get past that... I thought there was some sort of known issue and it somewhat only occurred in particular conditions. But because of my uuncertainty I would suggest searching a little morre through the forum (probably from a search engine outside of the forum would be best) to see what else has been posted about it...
Re: Initial Installation Issue - My SQL Database
OK. I'll try doing the search. Thanks.
I created the database with login and password on the server prior to the zc_install......
Re: Initial Installation Issue - My SQL Database
Are there any zcInstall*.log files in your site's /logs folder?
Re: Initial Installation Issue - My SQL Database
Yes, there are log files available.....
this is what many of the log files say:
[04-Dec-2015 14:29:04 America/New_York] PHP Fatal error: Call to a member function RecordCount() on boolean in /data/24/4/18/112/4344764/user/5007493/htdocs/zc_install/includes/functions/general.php on line 853
This was also in a log file:
Dec 04 2015 18:04 -- inspect
System Inspection Results:
------------------------------
NA: Webserver => Apache
NA: HTTP Host => www.hodaonline.com
NA: Path_Translated => /data/24/4/18/112/4344764/user/5007493/htdocs/zc_install/index.php(SCRIPT_FILENAME)
NA: Real Path => /data/24/4/18/112/4344764/user/5007493/htdocs
NA: Server Free Disk Space => 449.67 GB
NA: PHP O/S => Linux
NA: PHP API Mode => cgi-fcgi
NA: PHP Max Execution Time per page => 30
NA: Disabled PHP Functions => shell_exec, passthru, exec, system, pcntl_exec
OK: MySQL Support => ON
OK: PHP Version => 5.6.15-pl0-gentoo
OK: PHP Sessions Support => ON
OK: PHP Session.AutoStart => OFF
OK: PHP session.use_trans_sid => OFF
OK: Suggested SQL Cache Folder => /data/24/4/18/112/4344764/user/5007493/htdocs/cache
OK: PHP GD Support => ON
OK: GD Version => GD bundled (2.1.0 compatible)
OK: PHP ZLIB Compression Support => ON
OK: PHP OpenSSL Support => ON
OK: PHP cURL Support => ON
OK: CURL NON-SSL Capability => Okay
OK: CURL SSL Capability => Okay
OK: PHP Upload Support => ON upload_max_filesize=25M; post_max_size=25M
OK: PHP Upload TMP dir => /data/tmp
OK: Apache .htaccess Support => ON
NA: PHP include_path => .:/usr/share/php:/usr/services/vux/lib/php
NA: PHP SMTP destination => localhost
NA: PHP sendmail path => /usr/sbin/sendmail -t -i
NA: PHP sendmail 'from' =>
OK: PHP open_basedir restrictions =>
OK: PHP Output Buffering (gzip) => ON
OK: PHP XML Support => ON
OK: PHP Session.Save_Path => /data/24/4/18/112/4344764/user/5007493/htdocs/cache-->Writeable
OK: includes/configure.php => Writeable
OK: admin/includes/configure.php => Writeable
OK: cache => OK 777 read/write/execute
OK: images => OK 777 read/write/execute (INCLUDE SUBDIRECTORIES TOO)
OK: includes/languages/english/html_includes => OK 777 read/write (INCLUDE SUBDIRECTORIES TOO)
OK: logs => OK 777 read/write/execute
OK: media => OK 777 read/write/execute
OK: pub => OK 777 read/write/execute
OK: admin/backups => OK 777 read/write
OK: admin/images/graphs => OK 777 read/write/execute
PHP Extensions compiled: Core, date, ereg, libxml, openssl, pcre, sqlite3, zlib, bcmath, bz2, calendar, ctype, curl, dba, dom, hash, fileinfo, filter, ftp, gd, gettext, SPL, iconv, session, json, mbstring, mcrypt, standard, mysqlnd, mysqli, mysql, PDO, pdo_mysql, pdo_sqlite, Phar, posix, pspell, readline, Reflection, imap, SimpleXML, soap, sockets, exif, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, cgi-fcgi, dbx, imagick, suhosin, mhash, ionCube Loader, Zend OPcache
------------------------------
The following was also in a log file: