aquila icon indicating copy to clipboard operation
aquila copied to clipboard

Fatal error: Trait 'AQUILA_THEME\Inc\Traits\Singleton' not found

Open ryuk321 opened this issue 3 years ago • 7 comments

the namespace doesn't seem to work. Fatal error: Trait 'AQUILA_THEME\Inc\Traits\Singleton' not found in A:\xampp\htdocs<User>\wp-content\themes\aquila\inc\classes\class-aquila-theme.php on line 12

ryuk321 avatar Oct 26 '20 17:10 ryuk321

Please check the github repo code to see what you may be missing.

imranhsayed avatar Nov 01 '20 04:11 imranhsayed

Same error i am facing. Namespace doesn't seem to work. Fatal error: Trait 'AQUILA_THEME\inc\traits\Singleton'

I have checked the code from repository

shamats avatar Feb 28 '22 10:02 shamats

I don't know if you guys found the solution but it could be the folder structure. I had the same issue and realised my traits folder was inside the helpers folder when classes, helpers and traits should all be direct children of the inc folder.

I hope this will help someone :-)

mbenba01 avatar Oct 18 '22 20:10 mbenba01

I encounter the same problem and it cannot be solved even after reviewing the code and arranging the folders. I hope for help and a quick response, thanks to all

Adel-Elkenany avatar Jun 06 '23 10:06 Adel-Elkenany

Anyone who knows how to solve the problem? I come across the same problem...

KeepLearningFromWorld avatar Apr 04 '24 14:04 KeepLearningFromWorld