Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Set value on Array
Post: RE: Set value on Array

how can i set on error correctly : this is my validation : Code: --             $rules=             [                                     'seriale.*'=>[                                ...
74 Views
3 Replies
09-15-2023, 06:52 AM
pippuccio76
    Thread: Set value on Array
Post: Set value on Array

HI , i have a form with a number of field text variable : Code: --                                                                                                             Seria...
74 Views
3 Replies
09-15-2023, 02:32 AM
pippuccio76
    Thread: Session problem
Post: RE: Session problem

ozornick Wrote: (08-30-2023, 01:56 AM) -- Add URL demo here. We testing from another browser. I can assume that you have a strict policy in the browser. and it deletes session cookies -- it is a web...
277 Views
9 Replies
08-30-2023, 02:21 AM
pippuccio76
    Thread: Session problem
Post: RE: Session problem

It seems that the problem happens when we use safari on an ipad, instead with chrome (on android) it doesn't happen. What can I do ?
277 Views
9 Replies
08-30-2023, 12:37 AM
pippuccio76
    Thread: Session problem
Post: RE: Session problem

Same problem now with Filehandler , how can i debug the reason why session are destroyed ? Maybe server problem ?
277 Views
9 Replies
08-30-2023, 12:03 AM
pippuccio76
    Thread: Session problem
Post: RE: Session problem

I change from DatabaseHandler to FileHandler it seem it work fine , Why? which is the process to delete db record or file for session ?
277 Views
9 Replies
08-29-2023, 11:26 PM
pippuccio76
    Thread: Session problem
Post: RE: Session problem

kenjis Wrote: (08-28-2023, 06:30 PM) -- pippuccio76 Wrote: (08-28-2023, 07:34 AM) -- I store session in db as documentation , i dont know why the record in db  after few second are deleted -- It s...
277 Views
9 Replies
08-28-2023, 11:27 PM
pippuccio76
    Thread: Session problem
Post: Session problem

hi , i have a problem with session .  I store session in db as documentation , i dont know why the record in db  after few second are deleted and the filter redirect me to login (correctly). In my...
277 Views
9 Replies
08-28-2023, 07:34 AM
pippuccio76
    Thread: Add style to pagination
Post: RE: Add style to pagination

Yes , i see the style but not the previous and next button... It seem on bootstrap full that there aren't $pager->hasNext() and $pager->hasPrevious()
262 Views
7 Replies
08-24-2023, 11:23 PM
pippuccio76
    Thread: VUlnerability
Post: VUlnerability

There are vulnerability risk ( access server f.e) with c.i ? Must we update every new version?
281 Views
1 Replies
08-23-2023, 11:13 PM
pippuccio76
    Thread: Add style to pagination
Post: RE: Add style to pagination

ozornick Wrote: (08-23-2023, 07:49 AM) -- Pls, read docs. if you don't understand it in the manual, I do not know how to explain it in more detail. Writing code for you is too good... -- hi , i f...
262 Views
7 Replies
08-23-2023, 08:54 AM
pippuccio76
    Thread: Add style to pagination
Post: RE: Add style to pagination

InsiteFX Wrote: (08-21-2023, 08:54 PM) -- If you want custom Pagination styles then you would need to add them to the Pagination Templates. Create your css classes and add them to the templates. -...
262 Views
7 Replies
08-23-2023, 07:44 AM
pippuccio76
    Thread: Add style to pagination
Post: Add style to pagination

HI , i use pagination on my project : Code: --                                           -- How can i add custom style to pagination ?
262 Views
7 Replies
08-21-2023, 08:41 AM
pippuccio76
    Thread: Route doesnt work on server
Post: RE: Route doesnt work on server

ozornick Wrote: (08-12-2023, 12:45 PM) -- See output in terminal Code: -- $ php spark routes -- -- In server i cannot use terminal... In localhost It work fine...
2,036 Views
7 Replies
08-12-2023, 04:08 PM
pippuccio76
    Thread: Route doesnt work on server
Post: RE: Route doesnt work on server

another problem : Code: -- $routes->group('admin', ['filter' => 'adminFiltersAuth'], function($routes) {    $routes->match(['get','post'],'changeEmail', 'Admin::changeEmail');    $routes->match(['g...
2,036 Views
7 Replies
08-12-2023, 10:06 AM
pippuccio76
    Thread: Two backslash in url in virtualhost
Post: RE: Two backslash in url in virtualhost

kenjis Wrote: (08-02-2023, 11:29 PM) -- Because the baseURL should end with a slash (/). Try: base_url('admin/login'); -- same problem with base_url ending with / on hosting in subfolder
247 Views
5 Replies
08-12-2023, 09:33 AM
pippuccio76
    Thread: Two backslash in url in virtualhost
Post: Two backslash in url in virtualhost

Hi , i use xammp to testing my project in locale with windows using the guide of first response of this tread :  https://stackoverflow.com/questions/27754367/how-to-set-up-apache-virtual-hosts-on-xam...
247 Views
5 Replies
08-02-2023, 11:15 PM
pippuccio76
    Thread: Doubt about custom validation
Post: RE: Doubt about custom validation

But if i must pass a variable to the function i must insert One , tought the variabile are not the variable that i Need. Because in Array $data there are are post variable.
205 Views
3 Replies
08-02-2023, 10:17 PM
pippuccio76
    Thread: Doubt about custom validation
Post: Doubt about custom validation

hi , i have a doubt about custom validation  in controller the rule are : Code: -- my_validation_function[field_1,field_2] -- and in validation class : Code: --     public function my_validation...
205 Views
3 Replies
08-01-2023, 11:55 PM
pippuccio76
    Thread: session_destroy(): Trying to destroy uninitialized session
Post: RE: session_destroy(): Trying to destroy uninitial...

kenjis Wrote: (07-30-2023, 10:30 PM) -- "Trying to destroy uninitialized session" You tried to destroy uninitialized session, so you need to initialize the session before calling the session_destroy...
292 Views
5 Replies
07-30-2023, 11:10 PM
pippuccio76

Theme © iAndrew 2016 - Forum software by © MyBB