Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Config mail using settings
Post: RE: Config mail using settings

so i  can't use the database, right?
346 Views
4 Replies
11-01-2024, 01:26 AM
pippuccio76
    Thread: Config mail using settings
Post: Config mail using settings

HI, is there a way to use https://github.com/codeigniter4/settings to config email instead of  Config/Email i try to use :  Code: --       service('settings')->set('Email.protocol', 'smtp');   ...
346 Views
4 Replies
10-31-2024, 12:40 AM
pippuccio76
    Thread: Interrupt transaction
Post: Interrupt transaction

hi is there a way to set $db->transStatus() to false forcing the transaction ? i must control a record inside transaction and rollback if a culumn is not null . Is it possible ?
119 Views
1 Replies
10-30-2024, 03:17 AM
pippuccio76
    Thread: Routing POST instead post
Post: Routing POST instead post

hi , in the new version i have the error that action metod must be uppercase instead lowercase (POST,PUT,GET,DELETE instead of post,put,get,delete) , i have a problem with ajax request : Code: -- ...
271 Views
2 Replies
09-07-2024, 07:06 AM
pippuccio76
    Thread: update with composer ci doen't work on development mode
Post: update with composer ci doen't work on development...

As title , i upgrade my project on local (with laragon) and in development mode i see the preload spinner go continuosly, i think the problem is on  toolbar,. What can i do to solve?
430 Views
2 Replies
08-29-2024, 01:17 AM
pippuccio76
    Thread: Print file on server
Post: RE: Print file on server

InsiteFX Wrote: (07-19-2024, 08:33 PM) -- Could you imagine someone taking over and just dumping to your printer? All I can fine is this, and a addon printer web access. Print to Zebra printer ...
748 Views
5 Replies
07-21-2024, 02:36 AM
pippuccio76
    Thread: Print file on server
Post: RE: Print file on server

InsiteFX Wrote: (07-18-2024, 09:23 PM) -- I found this article. How to Print Document in PHP and JavaScript (https://www.sourcecodester.com/tutorials/php/12362/php-how-print-document.html) -- no...
748 Views
5 Replies
07-19-2024, 12:19 PM
pippuccio76
    Thread: Print file on server
Post: Print file on server

hi i have a view with 4 button to download 4 files . Is it possible to send file to printer (or open prompt to print) with the files ?
748 Views
5 Replies
07-18-2024, 04:16 AM
pippuccio76
    Thread: allowed memory size of bytes exhausted
Post: RE: allowed memory size of bytes exhausted

This is the method , the error on simply require : Code: -- public function controlla_lotto() { $materiale_model = new MaterialeModel(); $data=[]; $da...
470 Views
5 Replies
07-16-2024, 11:08 PM
pippuccio76
    Thread: allowed memory size of bytes exhausted
Post: RE: allowed memory size of bytes exhausted

InsiteFX Wrote: (07-16-2024, 03:02 AM) -- You may need to increase the php.ini memory_limit size. Increase PHP Memory Limit in PHP.INI memory_limit = 512M or 768M -- to showing a validation e...
470 Views
5 Replies
07-16-2024, 03:07 AM
pippuccio76
    Thread: allowed memory size of bytes exhausted
Post: allowed memory size of bytes exhausted

Hi , ihaveinstalled codeigniter 4.4.3 on a NAS , if i leave in develope mode  it goes on error  allowed memory size of bytes exhausted simply showing an error validation , why ?
470 Views
5 Replies
07-16-2024, 02:40 AM
pippuccio76
    Thread: Return error from service
Post: RE: Return error from service

ozornick Wrote: (07-13-2024, 07:39 AM) -- __construct I don't have to return anything. Learn the PHP syntax You should use the method after (new StampaEtichette())->zpl() or try __invoke() -- chan...
315 Views
2 Replies
07-13-2024, 07:48 AM
pippuccio76
    Thread: Return error from service
Post: Return error from service

HI , i create a service to send data to a zebra printer , first create a third_party:  Code: --
315 Views
2 Replies
07-13-2024, 07:15 AM
pippuccio76
    Thread: best practice
Post: best practice

Hi i have a question , i must write two function to print label from 2 controller , it's better to create model (without db table) or ?
381 Views
1 Replies
07-11-2024, 10:08 AM
pippuccio76
    Thread: Curl request
Post: RE: Curl request

i transform with a online script : Code: --         $ch = curl_init();         curl_setopt($ch, CURLOPT_URL, 'https://dispatchapi-sandbox-qa.auth.eu-west-1.amazoncognito.com/oauth2/token?grant_...
2,174 Views
24 Replies
07-08-2024, 12:32 PM
pippuccio76
    Thread: Curl request
Post: RE: Curl request

kenjis Wrote: (07-08-2024, 04:30 AM) -- If the following command works, show the debug output and know all the request headers. Code: -- curl -X POST --user ':' -H 'Content-Type: application/x-www-...
2,174 Views
24 Replies
07-08-2024, 05:11 AM
pippuccio76
    Thread: Curl request
Post: RE: Curl request

kenjis Wrote: (07-08-2024, 02:23 AM) -- If you don't know how to send a correct request, nobody cannot help you. Why don't you ask to the technical support of the api provider? -- I don't know how...
2,174 Views
24 Replies
07-08-2024, 03:14 AM
pippuccio76
    Thread: Curl request
Post: RE: Curl request

kenjis Wrote: (07-07-2024, 04:27 PM) -- I don't get what you say. All you need to do is to set the correct options for the request. If the following command works, show the debug output and kno...
2,174 Views
24 Replies
07-08-2024, 01:42 AM
pippuccio76
    Thread: Curl request
Post: RE: Curl request

kenjis Wrote: (07-07-2024, 03:41 PM) -- See https://codeigniter.com/user_guide/libraries/curlrequest.html#auth -- the curl url haven't auth as username and password : Code: --         curl ...
2,174 Views
24 Replies
07-07-2024, 04:18 PM
pippuccio76
    Thread: Curl request
Post: RE: Curl request

kenjis Wrote: (07-06-2024, 03:24 PM) -- See https://codeigniter.com/user_guide/libraries/curlrequest.html#headers -- Code: --         $apiURL = 'https://dispatchapi-sandbox-qa.auth.eu-west-1.ama...
2,174 Views
24 Replies
07-07-2024, 11:42 AM
pippuccio76

Theme © iAndrew 2016 - Forum software by © MyBB