-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some issues on installation #56
Comments
I will sort out the demo! |
I have solved some issues. I am sure there are more to solve! Please report. |
Hi! Thank you for your update! After I unistalled and then installed the software again I ran into the following error after dev/build: Sunnysideup\Ecommerce\Pages\CheckoutPage I notisted that you mispelled 'publishResursive' so I chanched that to 'publishRecursive' and ran dev/build again and all errors where gone! Great! In the environment builder list, I clicked on 'Please make sure to review your e-commerce settings (dev/ecommerce). [Emergency] Uncaught Error: Class "Sunnysideup\Ecommerce\Tasks\EcommerceTaskCheckConfiguration" not found In the backend, all items of the shop are visible in the left menu. I clicked on each link to see if they work and a click on each search link gave me the following error: [Deprecated] strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated In the next few days I will test the rest of the shop. I will come back to this later this week. Thanks so far for solving the issues! Richard |
Here is a thought of eliminating the 'Passing null to parameter' errors. Adding a new product gave me: I'm using PHP 8.1 and this version has deprecated passing null as parameters to a lot of core functions such as trim() and strtotime() so I added ?? '' to Richard |
Hi, I have gone through and made more changes. I am working on the demo site. I expect this to be up in around two months, but e-commerce should work mostly, already. Please keep reporting. I have fixed a lot of the string functions. You can always email me directly: [email protected] if you have more detailed questions. |
Hi!
After solving issue #55 I ran into the following:
After running dev/build I get this error:
Fatal error: Declaration of Sunnysideup\Ecommerce\Cms\CMSPageAddControllerProducts::doCancel($data, $form) must be compatible with SilverStripe\CMS\Controllers\CMSPageAddController::doCancel(array $data, SilverStripe\Forms\Form $form): SilverStripe\Control\HTTPResponse in C:\wamp64\www\mysite\vendor\sunnysideup\ecommerce\src\Cms\CMSPageAddControllerProducts.php on line 42
According to your docs, there should be an ecommerce.yml.example file in the _config folder to be copied into my own but it is nowhere to be found.
Or I'm looking on the wrong spot ;)
The demo site is not working (http://www.silverstripe-ecommerce.com/)
So far my findings regarding the installation.
Cheers!
Richard
The text was updated successfully, but these errors were encountered: