-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Installation of dev53 fails #425
Comments
Hello sepple, |
In dev54, there still aren't validation_advice_bg.gif and i_notice.gif in pub/lib/images. There is the same issue with installation of dev54. After copying them into pub/lib/images, there isn't the issue. |
We created internal task and will investigate this. Thanks for the notice, sepple! |
sepple, SunshineTech, |
I installed dev54 on windows 7 and XAMPP 1.8.2. When first accessing http://sunshinetech.kmdns.net/livingbest/index.php, the browser jump to http://sunshinetech.kmdns.net/livingbest/index.php/install/wizard/begin/, and the exception.log have the following recored: 2013-12-05T02:36:02+00:00 ERR (3): Then copy validation_advice_bg.gif into pub\lib\images, accessing http://sunshinetech.kmdns.net/livingbest/index.php again, the browser jump to http://sunshinetech.kmdns.net/livingbest/index.php/install/wizard/begin/, and the exception.log have the following recored: 2013-12-05T02:43:38+00:00 ERR (3): Last, copy i_notice.gif into pub\lib\images, accessing http://sunshinetech.kmdns.net/livingbest/index.php again, the browser jump to http://sunshinetech.kmdns.net/livingbest/index.php/install/wizard/begin/, and the exception.log had no new record. |
It was a clean install with a new database. Ich did not get any further errors but a blank screen finally after touching the images. When dev54 was released, the problem did not show up anymore. The dev54 install didn't run without errors, too. There were privilege problems that I could get rid of via chmod and the locale settings always jumped back to default US settings. But it installed. |
sepple, please see Issues 428. |
* Fixed bugs: * Fixed [MAP]: "Click for price" link is broken on the category page * Fixed tax rule search on the grid * Fixed redirect on dashboard if "Search", "Reset", "Export" buttons are clicked on several pages * Fixed switching user to alternate store-view when clicking on the Category (with Add Store Code to Urls="Yes" in the config) * Fixed printing Order/Shipping/Credit Memo from backend * Fixed 404 Error on attempt to print Shipping Label * Fixed duplication of JavaScript Resources in head on frontend * Fixed inconsistency with disabled states on Configurable product page in the Plushe theme * Fixed 3D Secure Information absence on Admin Order Info page * Fixed possibility to download or revert Backup * Fixed session fixation in user registration during checkout * Fixed fatal error during login to backend * Fixed inline translations in the Adminhtml area * Fixed partial refunds/invoices in Payflow Pro * Fixed the issue with ignoring area in design emulation * Fixed order placing with virtual product using Express Checkout * Fixed the error during order placement with Recurring profile payment * Fixed wrong redirect after customer registration during multishipping checkout * Fixed inability to crate shipping labels * Fixed inability to switch language, if the default language is English * Fixed an issue with incorrect XML appearing in cache after some actions on the frontend * Fixed product export * Fixed inability to configure memcache as session save handler * GitHub requests: * [#406](#406) -- Remove cast to (int) for the varch increment_id * [#425](#425) -- Installation of dev53 fails * [#324](#324) -- ImportExport: Easier debugging * Modularity improvements: * Removed \Magento\App\Helper\HelperFactory * Removed the "helper" method from the abstract block interface * Layout page type config moved to library * Design loader moved to library * Theme label moved to library * Remaining part from Adminhtml moved to the appropriate modules. Adminhtml module has been eliminated * Core Session and Cookie models decomposed and moved to library * \Magento\Stdlib\Cookie library created * Session Manager and Session Config interfaces provided * Session save handler interface created * Session storage interface created, session does not extend \Magento\Object anymore * Session validator interface created * Session generic wrapper moved to library * Messages functionality moved from the Session model as separate component, message manager interface created * Sid resolver interface created to handle session sid from request
sepple, |
[South] Bugfixes - MAGETWO-58277 Saving category on catalog with 20k+ products is very slow (from 5mins till 1 hour) - MAGETWO-23764 Category/Product Indexer fails with mysql fatal on large catalog - MAGETWO-33568 Customer is redirected to "Compare Products" Frontend page if tries to remove a Product from comparing - MAGETWO-56512 Products created via REST API are not visible after enabling the product via scope = All Store Views - MAGETWO-55154 [GitHub] IndexerHandlerFactory: Indexer Object cast to String - MAGETWO-57835 [Github] Cannot save customer dob attribute if admin interface locale is en_GB #6323 - MAGETWO-57629 ACL not used on grid quick edits
Trying to setup dev53 (having dev52 running without problems). I get exceptions for missing pub/lib/images/validation_advice_bg.gif and pub/lib/images/i_notice.gif. After "touch"ing them, it does not proceed but exception log is emtpy.
The text was updated successfully, but these errors were encountered: