Posts

Showing posts from July, 2016

Bad NaCl helper startup ack ERROR:nacl_fork_delegate_linux.cc

Image
Got following error after installation of google chrome and solved by running solution command: ERROR:nacl_fork_delegate_linux.cc(315)] Bad NaCl helper startup ack (0 bytes) [4895:4895:0729/220859:ERROR:browser_main_loop.cc(231)] Running without the SUID sandbox! See https://chromium.googlesource.com/chromium/src/+/master/docs/linux_suid_sandbox_development.md for more information on developing with the sandbox on. [4895:4895:0729/220859:ERROR:gconf_listener.cc(117)] Error with gconf key '/apps/metacity/general': Client failed to connect to the D-BUS daemon: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. Gkr-Message: couldn't connect to dbus session bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply t

intl ICU version installed on your system (56.1) should match the ICU data bundled with Symfony (55.1

Image
intl ICU version installed on your system (56.1) should match the ICU data bundled with Symfony (55.1) In most cases you should be fine, but please verify there is no inconsistencies between data provided by Symfony and the intl extension. See https://github.com/symfony/symfony/issues/15007 for an example of inconsistencies you might run into. Configuration Checker This script analyzes your system to check whether is ready to run Symfony applications. RECOMMENDATIONS To enhance your Symfony experience, it’s recommended that you fix the following: intl ICU version installed on your system (56.1) should match the ICU data bundled with Symfony (55.1) In most cases you should be fine, but please verify there is no inconsistencies between data provided by Symfony and the intl extension. See https://github.com/symfony/symfony/issues/15007 for an example of inconsistencies you might run into. a PHP accelerator should be installed Install and/or enable a  PHP accelerator  

OCMOD Modification System opencart 2.3 example for Show all products module ecommerce

Image
Things to take care while making OCMOD file: File extension must be either .ocmod.zip or .ocmod.xml. Upload from admin section, Admin>>Extensions >> Extension Installer, Upload the .xomod.zip or .ocmod.xml file from here. Now go to following link and download "Display all Products" module Download show all products module You will find following ocmod example which shows how to show "All Products" links at the top menu bar. For example: <modification> <version>OpenCart Version 2.2</version> <vqmver>2.0.0</vqmver> <author>Rupak Nepali</author>    <code>List_all_Products</code> <file name="catalog/view/theme/*/template/common/header.tpl" error="skip"> <operation> <search position="after"><![CDATA[ <ul class="nav navbar-nav"> ]]></search> <add><![CDA