You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's an include in a .phtml file. :(
app/design/frontend/base/default/template/ebanx/checkout/success/creditcardbr.phtml
Which calls an invalid file when copied to custom template folder
2018-09-18T04:31:44+00:00 ERR (3): Warning: include(apps.phtml): failed to open stream: No such file or directory in /.../app/design/frontend/custompackage/customtheme/template/ebanx/checkout/success/creditcardbr.phtml on line 12
<?php include 'apps.phtml' ?> on line 12 of creditcardbr.phtml
The text was updated successfully, but these errors were encountered:
r-martins
changed the title
Direct include fails to be included.
Direct include in a phtml file can fail on design customization
Sep 18, 2018
There's an include in a .phtml file. :(
app/design/frontend/base/default/template/ebanx/checkout/success/creditcardbr.phtml
Which calls an invalid file when copied to custom template folder
2018-09-18T04:31:44+00:00 ERR (3): Warning: include(apps.phtml): failed to open stream: No such file or directory in /.../app/design/frontend/custompackage/customtheme/template/ebanx/checkout/success/creditcardbr.phtml on line 12
<?php include 'apps.phtml' ?>
on line 12 of creditcardbr.phtmlThe text was updated successfully, but these errors were encountered: