Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Upload error 6
Post: RE: Upload error 6

upload_tmp_dir is not set and in shared server hosting this is correct. The default temporary folder should be /tmp. It has all permissions 0777. any idea to fix error 6??
1,165 Views
4 Replies
05-09-2023, 10:10 AM
lucavalentino
    Thread: Upload error 6
Post: RE: Upload error 6

I have no idea where is the tmp folder in CPanel hosting
1,165 Views
4 Replies
05-09-2023, 03:50 AM
lucavalentino
    Thread: Upload error 6
Post: Upload error 6

I use Codeigniter 3 I switched to php 8.1.11 and file uploads give me error 6. I don't understand why. With xampp on the local machine everything is ok. the problem is on the server.
1,165 Views
4 Replies
05-09-2023, 01:49 AM
lucavalentino
    Thread: select only false
Post: RE: select only false

I tried to use entities, but it doesn't work Model PHP Code: -- namespace App\Models; use CodeIgniter\Model; //use CodeIgniter\Database\ConnectionInterface; use App\Entities\Stud_e; ...
3,523 Views
8 Replies
07-19-2021, 01:48 AM
lucavalentino
    Thread: select only false
Post: RE: select only false

I solved Modeld PHP Code: -- namespace App\Models; use CodeIgniter\Model; use App\Entities\Studente_e; class Studente_m extends Model { protected $table      = 'tblstud'; protected $p...
3,523 Views
8 Replies
07-10-2021, 01:34 AM
lucavalentino
    Thread: select only false
Post: select only false

I am trying to recover data from Mysql but I always get false. Model PHP Code: -- namespace App\Models; use CodeIgniter\Model; use App\Entities\Studente_e; class Studente_m extends Mo...
3,523 Views
8 Replies
07-08-2021, 01:49 AM
lucavalentino
    Thread: Call to a member function getFirstRow() on bool
Post: Call to a member function getFirstRow() on bool

I am converting from codeigniter 3 to 4. I would like to use the find function, but I get Call to a member function getFirstRow () on bool Model PHP Code: -- namespace App\Models; use CodeI...
3,503 Views
2 Replies
07-07-2021, 05:30 AM
lucavalentino
    Thread: Call to undefined function validation ()
Post: RE: Call to undefined function validation ()

Base Controller PHP Code: --
5,885 Views
6 Replies
06-25-2021, 07:24 AM
lucavalentino
    Thread: Call to undefined function validation ()
Post: RE: Call to undefined function validation ()

I tried as suggested but still get the same error . In the BaseController I loaded the Validation library $validation = \Config\Services::validation (); I want to autoload the library validatio...
5,885 Views
6 Replies
06-25-2021, 05:16 AM
lucavalentino
    Thread: Call to undefined function validation ()
Post: Call to undefined function validation ()

I am converting to codeigniter 4 In a sub view I want to show all the errors of the form. In codeigniter 3 I was using validator_errors without problems In the BaseController I loaded the Validati...
5,885 Views
6 Replies
06-25-2021, 01:20 AM
lucavalentino
    Thread: Oauth wirh Microsoft
Post: Oauth wirh Microsoft

I am trying to run an application with the microsoft login. PHP Code: -- $authUrl = 'https://login.microsoftonline.com/id/oauth2/v2.0/authorize';    $query   = http_build_query([         'clien...
1,584 Views
0 Replies
03-09-2021, 02:51 AM
lucavalentino
    Thread: Oauth wirh Microsoft
Post: Oauth wirh Microsoft

I am trying to run an application with the microsoft login. PHP Code: -- $authUrl = 'https://login.microsoftonline.com/id/oauth2/v2.0/authorize';   $query  = http_build_query([         'clien...
1,094 Views
0 Replies
03-09-2021, 02:49 AM
lucavalentino
    Thread: Integrate Microsoft Teams
Post: Integrate Microsoft Teams

Use of online services where to upload link files etc. Now we use Microsoft Teams for video calls and I was wondering if anyone has found a way to integrate it with Codeigniter. Thanks
2,657 Views
1 Replies
05-29-2020, 07:01 AM
lucavalentino
    Thread: Edit config file from browser
Post: RE: Edit config file from browser

It is for a page that will always be accessible by some admin users
3,062 Views
2 Replies
02-25-2019, 11:22 AM
lucavalentino
    Thread: Edit config file from browser
Post: Edit config file from browser

I want to create an administration page to edit a configuration file. Everything must be done by browsers, views etc. Ideas ???
3,062 Views
2 Replies
02-23-2019, 11:43 AM
lucavalentino
    Thread: library and helper without codeigniter
Post: library and helper without codeigniter

You can use libraries and helper outside outside coeigniter? Thank you
2,666 Views
2 Replies
01-04-2019, 07:43 AM
lucavalentino
    Thread: Error 410
Post: Error 410

When I try to load a file with apostrophe in the name I receive error 410. Here's an error: 410 Gone The requested resource / Upload is no longer available on this server and there is no forwa...
2,108 Views
1 Replies
11-02-2018, 02:39 AM
lucavalentino
    Thread: Bug version 3.1.9
Post: Bug version 3.1.9

Correct the config / mimes file because it does not read the pptx file properly I solved this way:  'ppt' => array('application/powerpoint', 'application/vnd.ms-powerpoint', 'application/vnd.m...
1,794 Views
0 Replies
10-19-2018, 12:03 PM
lucavalentino
    Thread: E-mail not always sent
Post: RE: E-mail not always sent

I solved this way: PHP Code: -- $this->email->from('[email protected]', 'Email test online ', 'email'); --
4,141 Views
4 Replies
06-04-2018, 01:52 PM
lucavalentino
    Thread: E-mail not always sent
Post: RE: E-mail not always sent

InsiteFX Wrote: (06-04-2018, 03:47 AM) -- If all the emaails are sent then you have a email server problem on the hosting end not CodeIgniter. -- Sometimes it works. With Gmail OK. With an Italian...
4,141 Views
4 Replies
06-04-2018, 04:52 AM
lucavalentino

Theme © iAndrew 2016 - Forum software by © MyBB