Re: FEEDBACK ON BETA of v1.5.5
Thanks I'm still applying those fixes. I uploaded and overwrote the v155 Payment Directory with v154. It works on another site of mine. Not on this 155 site.
Admin > Tools > Flexible Footer Menu
[FONT=Verdana, sans-serif]Where are the little images supposed to reside, and what are they named, please?[/FONT]
<td class="dataTableContent">Shop<img src="http://www.mysite/images/" border="0" alt=""></td>
Re: FEEDBACK ON BETA of v1.5.5
Quote:
Originally Posted by
webskipper
Thanks I'm still applying those fixes. I uploaded and overwrote the v155 Payment Directory with v154. It works on another site of mine. Not on this 155 site.
You'll need the payment modules directory from the latest v155 zip, or apply those fixes manually.
1 Attachment(s)
Re: FEEDBACK ON BETA of v1.5.5
admin password changing fields mis-aligned. Screen fully maximised.
Attachment 16115
1 Attachment(s)
Re: FEEDBACK ON BETA of v1.5.5
While examining admin orders.php
1) these form urls have quotation marks and spaces. Are these not considered unsafe characters and so should be encoded?
Attachment 16117
embedded image will not popup so here is an example:
(Note this image is a gif and named as such but the forum software insists on naming it as a jpg)
2) This page has a lot of changes. Why not change the current admin doctype to a valid html5 one to allow the new ids, datatypes etc?
Re: FEEDBACK ON BETA of v1.5.5
Quote:
Originally Posted by
torvista
admin password changing fields mis-aligned. Screen fully maximised.
That was resolved in one of yesterday's commits.
Re: FEEDBACK ON BETA of v1.5.5
Quote:
Originally Posted by
torvista
While examining admin orders.php
1) these form urls have quotation marks and spaces.
Oops. The class was added as a URL param instead of a form param.
Commits completed.
Quote:
Originally Posted by
torvista
2) This page has a lot of changes. Why not change the current admin doctype to a valid html5 one to allow the new ids, datatypes etc?
... cuz the rest of the page is still full of HTML4 markup and will blow up in your validator :D
Re: FEEDBACK ON BETA of v1.5.5
Quote:
Originally Posted by
DrByte
You'll need the payment modules directory from the latest v155 zip, or apply those fixes manually.
Checkout success is still random using v155 PP Express files as of 3/16. Usually only mobile checkout works.
Ability to add/delete products from cart or reduce number of products in cart doesn't work.
Does define('SQL_CACHE_METHOD', 'database'); OR define('SESSION_STORAGE', 'reserved for future use'); affect the process?
Main Page categories per row fix worked. Thanks.
Client Email login works and Forgot My Password does not trigger the error bar /index.php?main_page=password_forgotten
Error: Sorry, there is no match for that email address and/or password.
[/COLOR]
Re: FEEDBACK ON BETA of v1.5.5
Quote:
Originally Posted by
webskipper
Ability to add/delete products from cart or reduce number of products in cart doesn't work.
Really bizarre. Can't replicate.
Quote:
Originally Posted by
webskipper
Does define('SQL_CACHE_METHOD', 'database'); OR define('SESSION_STORAGE', 'reserved for future use'); affect the process?
The only thing relevant there is:
a) whatever you're using on the admin side you need to also use on the non-admin side.
b) if you've set it to 'file' and the directory is not writable then nothing can be written. But if you're using 'database' then this is moot.
Quote:
Originally Posted by
webskipper
Checkout success is still random using v155 PP Express files as of 3/16. Usually only mobile checkout works.
Not sure what you mean by "random".
I'm inclined to think whatever you're talking about is related to whatever is causing your particular site to not allow adding products to cart.
Re: FEEDBACK ON BETA of v1.5.5
Checkout success is random. Meaning sometimes it works.
Both config files the same. I do not have ssl true at the moment so I'm not using https just http
Re: FEEDBACK ON BETA of v1.5.5
webskipper,
We've released the official v1.5.5 this afternoon.
After updating your site to the latest official version, if problems continue, please start a discussion thread for those specific issues.
I'm closing this "beta discussion" thread.