Basic App - Free CMS on CodeIgniter 4 |
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() |
Welcome Guest, Not a member yet? Register Sign In |