Re: FEEDBACK ON BETA of v1.5.5
Quote:
Originally Posted by
DrByte
I'll admit, I did a "selective" (i.e. copying files) mini-upgrade from a previous download of 155 rather than go through the whole install process. I'll give the full process a go, but an puzzled as to why the difference exists.
1 Attachment(s)
Re: FEEDBACK ON BETA of v1.5.5
Quote:
Originally Posted by
DrByte
Attachment 16075 I can confirm, I have the same issue as Lat9
Re: FEEDBACK ON BETA of v1.5.5
Quote:
Originally Posted by
DrByte
Lol ... those came directly from the Edit Orders mod.
Will have to look at those separately.
The coloring comes from the default color values provided by both the CSS3 Buttons and CSS3 Admin Buttons plugins, not the EO plugin itself.
Re: FEEDBACK ON BETA of v1.5.5
Quote:
Originally Posted by
DrByte
That change (at least) doesn't kill the overall styling. I can see how adding a <script> tag could be a-bad-thing, but basic styling like a <span>, <em>, <br> or <strong>? Really?
Re: FEEDBACK ON BETA of v1.5.5
Quote:
Originally Posted by
lat9
That change (at least) doesn't kill the overall styling. I can see how adding a <script> tag could be a-bad-thing, but basic styling like a <span>, <em>, <br> or <strong>? Really?
It's not mangling the <span>. It was mangling the =" part (ie: in style=" ).
Anyway, you have the fix.
Re: FEEDBACK ON BETA of v1.5.5
Install using demo products; Catalog->Products Expected date display issue. All dates display as 11/30/2036; the products_date_available values in the database are 0000-00-00 00:00:00.
Re: FEEDBACK ON BETA of v1.5.5
Quote:
Originally Posted by
lat9
Install using demo products; Catalog->Products Expected date display issue. All dates display as 11/30/2036; the products_date_available values in the database are 0000-00-00 00:00:00.
What version of PHP and MySQL, and operating system on that server?
I haven't seen it mangle the dates to be zeros on any Ubuntu or Mac server, using PHP 5.2, 5.3, 5.4, 5.5, 5.6, or 7.0, or MySQL 5.5 or 5.6. And latest cPanel.
Need to know a lot more details about the specific server you encountered that on.
Re: FEEDBACK ON BETA of v1.5.5
Quote:
Originally Posted by
DrByte
What version of PHP and MySQL, and operating system on that server?
I haven't seen it mangle the dates to be zeros on any Ubuntu or Mac server, using PHP 5.2, 5.3, 5.4, 5.5, 5.6, or 7.0, or MySQL 5.5 or 5.6. And latest cPanel.
Need to know a lot more details about the specific server you encountered that on.
It's an XAMPP installation (PHP 5.4.27, mySQL 5.5.36) running Windows 8.1. I'll retry the installation (from fresh) to see if it replicates. This installation started with the very first 1.5.5 beta and has been incrementally updated from there, so it's a bit suspect.
Re: FEEDBACK ON BETA of v1.5.5
I can't replicate the Products Expected issue on a fresh install of the 155 branch contents downloaded a couple of minutes ago.
Re: FEEDBACK ON BETA of v1.5.5
There is a small bug in /admin/includes/init_includes/init_errors.php
line 165 is
PHP Code:
if (file_exists($check_path) && is__[/COLOR]writeable($check_path)) {
and should be
PHP Code:
if (file_exists($check_path) && is_writeable($check_path)) {
ciao from Italy
enzo