Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Strange redirect
Post: RE: Strange redirect

My problem is solved, i have removed the reverse proxy it was causing this issue. I have read the manual 10 times about it and couldnt find my solution.
1,714 Views
7 Replies
09-21-2023, 04:39 AM
whatsnow
    Thread: Namespaces gone after change systemdirectory
Post: RE: Namespaces gone after change systemdirectory

I found out that variable: APPPATH was set to : ../ after is changed ../../ it works on line 37 bootstrap.php in the vendor folder. I when i print it , it was set to the Application folder and then...
440 Views
3 Replies
09-03-2023, 11:31 PM
whatsnow
    Thread: Namespaces gone after change systemdirectory
Post: RE: Namespaces gone after change systemdirectory

Hi, Thank you for the quick response, the variable:  public string $systemDirectory =  '/var/www/site-com/htdocs/vendor/codeigniter4/framework/system'; I hope its fit to forum, here my tree stru...
440 Views
3 Replies
09-03-2023, 11:49 AM
whatsnow
    Thread: Namespaces gone after change systemdirectory
Post: Namespaces gone after change systemdirectory

Hi I'm very new to namespace stuff, i'm rebuilding my application CI3 to CI4 and and i'm some libraries with composer. when is split my folder structure in the way i want almost all the namespac...
440 Views
3 Replies
09-03-2023, 11:13 AM
whatsnow
    Thread: Memory error message / Xdebug inifiiteloop
Post: RE: Memory error message / Xdebug inifiiteloop

I'm only using the foreach for my array's to walk throug and they are massive array.. I have used the CI3 never had the issue with this infiniteloop, is there in CI4 an singletone used i cant read ...
759 Views
5 Replies
08-22-2023, 01:07 AM
whatsnow
    Thread: Memory error message / Xdebug inifiiteloop
Post: RE: Memory error message / Xdebug inifiiteloop

kenjis Wrote: (08-21-2023, 06:16 PM) -- PHP 8.4 does not exist yet. Check the code that the errors happened, and debug. -- Yes i made a typo, its php8.3, i think i found my issue, in codeigniter...
759 Views
5 Replies
08-22-2023, 12:47 AM
whatsnow
    Thread: Memory error message / Xdebug inifiiteloop
Post: Memory error message / Xdebug inifiiteloop

Hi, I'm converting my codigniter3 source to codeigniter4 and i have some issues with the conversion of my scripts. I have two enviroments to build my scripts one of the enviremont(php8.0.19) i g...
759 Views
5 Replies
08-21-2023, 12:55 PM
whatsnow
    Thread: Strange redirect
Post: RE: Strange redirect

Thankyou i’m going to check my reverse proxy
1,714 Views
7 Replies
08-17-2023, 08:21 AM
whatsnow
    Thread: Strange redirect
Post: RE: Strange redirect

luckmoshy Wrote: (08-12-2023, 11:57 PM) -- it might be better if you specify which version of CI 4  at the  moment  and how did you config in App (baseUrl) -- Thankyou for your response, I'm using ...
1,714 Views
7 Replies
08-13-2023, 02:21 AM
whatsnow
    Thread: Strange redirect
Post: Strange redirect

Hello, I'm since codeigniter2 using the framework with great joy, and now i want to upgrade my application from codigniter3 to 4 and its going well without any great problems but i found something ...
1,714 Views
7 Replies
08-12-2023, 03:11 AM
whatsnow
    Thread: File upload wont work
Post: RE: File upload wont work

i made a big typo: $config['allowed_type'] = 'jpg|png|gif'; it need to be: $config['allowed_types'] = 'jpg|png|gif'; Topic maybe closed.
5,156 Views
3 Replies
06-22-2015, 01:03 PM
whatsnow
    Thread: File upload wont work
Post: RE: File upload wont work

CroNiX Wrote: (06-22-2015, 10:42 AM) -- Check your else statement. You're saying if the upload fails it's ok. If the upload fails you should be checking $this->upload->display_errors() -- even if i...
5,156 Views
3 Replies
06-22-2015, 12:56 PM
whatsnow
    Thread: File upload wont work
Post: File upload wont work

Hi, i want to use the file upload, i looks like's its uploaded but no file found, file permissions are the right one. PHP Code: -- function upload() { header("Cache-Control: no-store, ...
5,156 Views
3 Replies
06-22-2015, 08:15 AM
whatsnow

Theme © iAndrew 2016 - Forum software by © MyBB