You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So i've copied the contents from the zip to htdocs (xampp), installed composer, set up the vhost, opened it on my browser and there's the installation. When i fill in the blanks and pressed next it's always like this:
success) :?>
Installation Complete!
Installation Failed!
responses as $response) : ?>
please remove SpeckInstall from /config/application.config.php
and when i tried test coneection it pops up "not yet implemented" how do i fix this? thanks.
The text was updated successfully, but these errors were encountered:
Hi ariqd,
The answer to your question is in two parts.
Locate php.ini in xamp and find the tag "short_open_tag" which will be set to "off" set it to "On". So the line will look like something "short_open_tag = On"
You said you want to fix the button which test the connection. If I'm correct you want to contribute. 2.1 For that you've to fork speckinstall and clone it in devmodules.
2.2 create a branch in using a commadline tool like git checkout -b connectionButtonFix.
2.3 Fix the problem and push it so speck people can have a look at it.
I hope i was able to answer your question. But its way too late.
The best thing for contribution is use Freenode IRC network: #speckcommerce and talk with the team there.
So i've copied the contents from the zip to htdocs (xampp), installed composer, set up the vhost, opened it on my browser and there's the installation. When i fill in the blanks and pressed next it's always like this:
success) :?>
Installation Complete!
Installation Failed!
responses as $response) : ?>
please remove SpeckInstall from /config/application.config.php
and when i tried test coneection it pops up "not yet implemented" how do i fix this? thanks.
The text was updated successfully, but these errors were encountered: