Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Unable to instantiate DOMDocument object inside Model class
Post: RE: Unable to instantiate DOMDocument object insid...

As you've found out, add a use statement at the top of the file:use DOMDocument; This allows you to instantiate the DOMDocument class without the leading backslash in the rest of your file: $dom = ne...
1,021 Views
3 Replies
08-12-2023, 01:54 PM
shortcode
    Thread: Two backslash in url in virtualhost
Post: RE: Two backslash in url in virtualhost

remove the forward slash before admin in your redirect: "return redirect()->to(base_url() . '/admin/login');"
1,212 Views
5 Replies
08-12-2023, 01:49 PM
shortcode
    Thread: viewDirectory in config Paths
Post: RE: viewDirectory in config Paths

Try to extend the view service. Create your own view service class that extends the built-in view service and overide the method where the view path is determined to use the modified 'viewDirector...
1,033 Views
3 Replies
08-12-2023, 01:34 PM
shortcode
    Thread: CodeIgniter 3.0 Remote Hosting Issue?
Post: RE: CodeIgniter 3.0 Remote Hosting Issue?

Hello! I had same issues and most of the times is one of the following: 1. Make sure .htaccess is correct like this: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_...
1,285 Views
4 Replies
08-12-2023, 01:24 PM
shortcode
    Thread: Strange redirect
Post: RE: Strange redirect

Yo! If you're behind a reverse proxy, standard methods of detecting HTTPS might not work since the request between the client and the proxy might be HTTPS, but between the proxy and your server might ...
2,931 Views
7 Replies
08-12-2023, 01:05 PM
shortcode

Theme © iAndrew 2016 - Forum software by © MyBB