alexiscruz007 Posted August 9, 2019 Posted August 9, 2019 Dear Oscommercer I have problem for server uptadate, now the category print code. Please see in : http://www.solidsystems.org/informatie-solidsystems-goedkope-pc.php I don't know if it's because of something to install or activate on the server. It also happens to me with language and currencies. Thanks in advance.
kgtee Posted August 9, 2019 Posted August 9, 2019 Your file includes/modules/boxes/bm_categories.php is apparently corrupted. If you look into the html page source of the webpage, you will find '<?php' is missing and is seen as '<?' only. If you have a backup copy of the bm_categories.php file, I suggest just put it back in.
bonbec Posted August 9, 2019 Posted August 9, 2019 You have a lot of short tags in your code : <? The best practice is <?php and not <? Take a look here : https://www.php.net/manual/en/language.basic-syntax.phptags.php with OsC 2.2 since 2006 ...
Jack_mcs Posted August 9, 2019 Posted August 9, 2019 @alexiscruz007You can ask your host to enable short tags in php. As @bonbec mentioned, it is not the best practice but it is a quick way around the problem if you don't know how to edit the code. Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
alexiscruz007 Posted November 17, 2019 Author Posted November 17, 2019 yes this works in product info.php, have a <? only. i fix with <?php
alexiscruz007 Posted November 17, 2019 Author Posted November 17, 2019 this work, the language and currency have only <? in the header.php
Recommended Posts
Archived
This topic is now archived and is closed to further replies.