Skip to content

manwhocode/Mod_2.3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Ready-made module template for Opencart 2.3 for Linux

How to use?

Copy data to your server
git clone https://github.com/manwhocode/Mod_2.3.git
Go to the file folder
cd path_to_module/module
Run the shell - at the end add the module name
./clone.sh module_name

Mistakes what to do?

perl: warning: Setting locale failed. 
perl: warning: Please check that your 
locale settings: LANGUAGE = "en_US:en", 
LC_ALL = (unset), LC_CTYPE = "UTF-8", 
LANG = "en_US.UTF-8" are supported and installed on your system. 
perl: warning: Falling back to a fallback locale ("en_US.UTF-8").

We execute the following code

Generating locales

Missing locales are generated with locale-gen:

locale-gen en_US.UTF-8

Alternatively a locale file can be created manually with localedef:

localedef -i en_US -f UTF-8 en_US.UTF-8

Setting Locale Settings

export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
locale-gen en_US.UTF-8
dpkg-reconfigure locales

About

Mod_2.3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published