Welcome Guest, Not a member yet? Register   Sign In
Use library without namespace
#6

(This post was last modified: 02-06-2022, 04:22 AM by pippuccio76.)

(01-31-2022, 05:12 PM)iRedds Wrote: app/Config/Autoload.php
classmap property

Don't force the namespace in someone else's library.

Removed namespace . 
In config Autoload :

Code:
public $classmap = [


'FatturaPA' => APPPATH.'/ThirdParty/Fatturapa/FatturaPA.php',

];

same error : https://imgur.com/Xux8b27.png

This is my folder three : https://imgur.com/Y886AbM.png
Reply


Messages In This Thread
Use library without namespace - by pippuccio76 - 01-31-2022, 01:44 PM
RE: Use library without namespace - by kenjis - 01-31-2022, 05:04 PM
RE: Use library without namespace - by iRedds - 01-31-2022, 05:12 PM
RE: Use library without namespace - by pippuccio76 - 02-06-2022, 04:16 AM
RE: Use library without namespace - by kenjis - 02-01-2022, 01:08 AM
RE: Use library without namespace - by iRedds - 02-06-2022, 04:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB