65
I just looked at that after downloading your latest changes, and I have the same error as Goffy.
Also, I couldn't install it at first, because you've added:
INSERT INTO `tdmcreate_settings` (null, `set_name`,
instead:
INSERT INTO `tdmcreate_settings` (`set_id`, `set_name`,
As I suggested before, you really should add Codeception tests to it, so you can test the module after you make any changes. Otherwise, the issues will repeat again...
More errors:1) When trying to build:
Quote:
Fatal error: Class 'TDMCreateStructure' not found in C:\wamp64\www\257tdmc191\modules\tdmcreate\class\files\TDMCreateArchitecture.php on line 29
2) The file
/cache/classpaths.cache should NOT be uploaded with the source, as it is your individual file
3) I fix one, then another is popping up. I need to give up on testing, after I got this one:
Fatal error: Class 'TDMCreateFile' not found in C:wamp64www257tdmc191modulestdmcreateclassfilesadminAdminPages.php on line 28
Call Stack
# Time Memory Function Location
1 0.0004 292672 {main}( ) ...building.php:0
2 0.2501 7055192 TDMCreateArchitecture->createFilesToBuilding( ) ...building.php:57
3 0.2586 7163864 include('C:\wamp64\www\257tdmc191\modules\tdmcreate\class\files\admin\AdminPages.php' ) ...\TDMCreateArchitecture.php:218
None All Errors (2) Deprecated (0) Queries (26) Blocks (0) Extra (2) Timers(5)
Errors
Unknown: Non-static method XoopsFile::getInstance() should not be called statically, assuming $this from incompatible context in file /modules/tdmcreate/class/files/TDMCreateStructure.php line 62
Warning: copy(/modules/tdmcreate/assets/images/logos/tdmxoops_logo.gif): failed to open stream: No such file or directory in file /modules/tdmcreate/class/files/TDMCreateArchitecture.php line 146
Once again, think Codeception!