Basic App - Free CMS on CodeIgniter 4 |
[quote pid='369902' dateline='1575445968']
Basic App is built on the CodeIgniter 4 framework, first of all you need to follow its instructions. https://codeigniter4.github.io/CodeIgnit...dules.html [/quote] Thank you for your answer! I will try.
Hi,
I keep getting 404 Not Found when I access the /admin on a fresh install. Can you help me? Thanks
Basic App has been updated. This update completes the basic functionality of the system. After bug fixes, versioning of the system will be implemented. This is the official pre-release of the system.
I invite everyone to test the system. Also write your ideas about what you would like to see in the system. Join us!
i had try example.com/admin
and browser return : The page isn’t redirecting properly An error occurred during a connection to example.com. This problem can sometimes be caused by disabling or refusing to accept cookies. and when i try to reach example.com, site return Error Class 'PhpTheme\Html\HtmlHelper' not found /var/www/main/vendor/basic-app/theme-clean-blog/Theme.php at line 16 9 10 public $baseUrl = '/themes/startbootstrap-clean-blog'; 11 12 public function __construct() 13 { 14 parent::__construct(); 15 16 $this->head .= HtmlHelper::linkCss($this->baseUrl . '/custom.css'); 17 } 18 19 } what i have done : baseURL = http://example.com/' or http://example.com' change time zone change database chmod -R 0777 writable i'm using nginx 1.17.9 with php 7.4.4 ---update--- I'd look into PhpTheme\ there is dir html-helper so i change 'PhpTheme\Html\HtmlHelper' > 'PhpTheme\HtmlHelper\HtmlHelper' and now i face this problem : Error Call to undefined method PhpTheme\HtmlHelper\HtmlHelper::linkCss() (03-20-2020, 01:08 PM)sllieal Wrote: I'd look into PhpTheme\ there is dir html-helper so i change 'PhpTheme\Html\HtmlHelper' > 'PhpTheme\HtmlHelper\HtmlHelper' Thanks. I fixed the error. You need to update the system: git pull composer install or composer/update
Is there a way for non-composer install ?
Everytime I try to install via composer I will be asked for a Token (Hidden) ....
|
Welcome Guest, Not a member yet? Register Sign In |