Thrasher
Advanced Member
USA
208 Posts Pre-sales questions only (More Details...)
|
Posted - 02/18/2018 : 08:57:02
Good Morning, I am working at setting up Wampserver as a TestServer on my system before uploading to the Web Site Server. I am using my local computer to to host WampServer. Is it necessary to load MySQL to my computer for the php website to function? Thanks Mark
|
Andy
ECT Moderator
95440 Posts |
Posted - 02/18/2018 : 08:59:30
|
Thrasher
Advanced Member
USA
208 Posts Pre-sales questions only (More Details...)
|
Posted - 02/18/2018 : 09:00:20
Okay... Thank you
|
Thrasher
Advanced Member
USA
208 Posts Pre-sales questions only (More Details...)
|
Posted - 02/18/2018 : 12:15:53
MySQL is installed and running..... but, I am getting an error when I attempt to go to the live mode as shown below:
) Fatal error: Call to a member function fetch_assoc() on boolean in C:\wamp64\www\vsadmin\inc\languagefile.php on line 13 Call Stack # Time Memory Function Location 1 0.0003 246200 {main}( ) ...\index.php:0 2 0.0021 290104 include( 'C:\wamp64\www\vsadmin\inc\languagefile.php' ) ...\index.php:25 3 0.0022 290912 lfect_fetch_assoc( ) ...\languagefile.php:22
I have modified the dc-conn-open.php file with the username and password. I was a little unclear what needed to be put in the db-name field.
Can you point me in the right direction to get this working? Thanks Mark
Edited by - Thrasher on 02/18/2018 12:18:15
|
Andy
ECT Moderator
95440 Posts |
Posted - 02/18/2018 : 13:16:04
|
Thrasher
Advanced Member
USA
208 Posts Pre-sales questions only (More Details...)
|
Posted - 02/18/2018 : 13:42:32
Thanks Andy....... I have it all working in the "Live" portion of Dreamweaver CC.
I am trying to get rid of the arrow on each end of the slider. Is that something you want a new thread started on?
Mark
Edited by - Thrasher on 02/18/2018 13:47:48
|
Andy
ECT Moderator
95440 Posts |
Posted - 02/19/2018 : 00:24:41
That's fine here and a simple addition to your css file .callbacks_nav{display:none} The languagefile error may have been down to the version of PHP you have running locally - was it pre-PHP5.6 Andy Please feel free to review / rate our software
|
Thrasher
Advanced Member
USA
208 Posts Pre-sales questions only (More Details...)
|
Posted - 02/19/2018 : 06:23:37
Well.... PHP 7.2.2.
but.... may have done something wrong. Do yo have a link to the correct version of PHP?
Do I also need to install Apache? Mark
|
Andy
ECT Moderator
95440 Posts |
Posted - 02/19/2018 : 06:57:00
As this is a local set up can you change this \vsadmin\inc\languagefile.php to \vsadmin\inc\languagefile_en.php on your store and index pages and let us know if the pages then work correctly. You wouldn't need to install Apache. Andy Please feel free to review / rate our software
|
Thrasher
Advanced Member
USA
208 Posts Pre-sales questions only (More Details...)
|
Posted - 02/19/2018 : 07:10:44
Okay... Thanks Andy. Part of the issue is I want this to run on my laptop (and view it) for developing prior to loading it on the server and going live.
The server is running Linux with PHP 5.6 and my laptop is Windows 10 with PHP 7.2.2. I am setting it up as a local host for viewing on my laptop. Not sure if this presents a problem?
Also... where can I change the Slider speed for the home page? Best Regards Mark
Edited by - Thrasher on 02/19/2018 07:32:46
|
Andy
ECT Moderator
95440 Posts |
Posted - 02/19/2018 : 07:51:50
You can still make that change as long as it's not a multi-language store. Just before the closing </head> tag you'll see <script type="text/javascript"> $(function () { $("#slider3").responsiveSlides({ auto: true, pager: false, nav: true, speed: 500, namespace: "callbacks", }); }); </script> Actually you could have set nav: false there too, didn't think of that before. Andy Please feel free to review / rate our software
|
|
|