You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2018/01/13 13:38:00 UTC

[jira] [Comment Edited] (OFBIZ-10156) Fix issues related to images paths

    [ https://issues.apache.org/jira/browse/OFBIZ-10156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16325137#comment-16325137 ] 

Jacques Le Roux edited comment on OFBIZ-10156 at 1/13/18 1:37 PM:
------------------------------------------------------------------

Also not sure why FOP complains (both locally and on trunk demo) about {{table-layout="auto"}}, it's not used in any files, creasy stuff!
{code}
2018-01-13 13:03:40,083 |ajp-nio-8009-exec-10 |FOUserAgent                   |E| Image not found. URI: /images/ofbiz_logo.png. (See position 37:54)
2018-01-13 13:03:40,088 |ajp-nio-8009-exec-10 |FOUserAgent                   |W| The following feature isn't implemented by Apache FOP, yet: table-layout="auto" (on fo:table) (See position 86:24)
{code}




was (Author: jacques.le.roux):
Also not sure why FOP complains about {{table-layout="auto"}}, it's not used in any files! 
{code}
2018-01-13 13:03:40,083 |ajp-nio-8009-exec-10 |FOUserAgent                   |E| Image not found. URI: /images/ofbiz_logo.png. (See position 37:54)
2018-01-13 13:03:40,088 |ajp-nio-8009-exec-10 |FOUserAgent                   |W| The following feature isn't implemented by Apache FOP, yet: table-layout="auto" (on fo:table) (See position 86:24)
{code}



> Fix issues related to images paths
> ----------------------------------
>
>                 Key: OFBIZ-10156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10156
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL COMPONENTS
>    Affects Versions: 17.12.01
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: 17.12.01
>
>
> While working on OFBIZ-10128 I stumbled upon this issue  found on trunk demo
> {code}
> 2018-01-11 09:35:08,370 |ajp-nio-8009-exec-8  |FOUserAgent                   |E| Image not found. URI: /images/ofbiz_logo.png. (See position 37:54)
> 2018-01-11 09:35:08,603 |ajp-nio-8009-exec-8  |FOUserAgent                   |E| Image not found. URI: /images/ofbiz_logo.png. (No context info available)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)