.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Actually i created a new file that is character.php and tpl_character.php.
i placed the character.php in includes\modules\sideboxes/character.php
and tpl_character.php file under includes\templates\wms\sideboxes/tpl_character.php
It is not inserted automatically.Still it is not showing the file character.php in Layout Box Controller in admin panel. But if i manually insert this file into zen_layout_boxes table then it will show the file in Layout Box Controller with missing message on it. Screen Shot i placed in my first thread.
What are the ways to insert the file automatically into the table and into the Layout Box Controller.
Baljeet:
Zen Cart retrieves a directory listing of *.php files from your server's /includes/modules/sideboxes folder and uses that to build the list.
If it can't find the files, then you've most likely got incorrect information in your admin configure.php file. Either that or you've got a problem with your PHP configuration preventing it from reading file listings.
The fact that it was telling you that your manually-entered sidebox name is "missing" confirms that your admin and/or PHP configuration has a problem.
You probably have wrong path information in your admin for the DIR_FS_xxxxxxx settings ... either that or you're not uploading the files to the right folder/server/account.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thank you so much for guiding me on this topic. Actually i find that my Config.php and Configure.php file following the wrong path that's why it is showing Missing message in the Layout Boxes Controller .
Thank you once again for giving me instruction to solve my problem.
Baljeet![]()