CodeIgniter Forums
Modular Extensions - (HMVC) - Version 3.1.9 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Modular Extensions - (HMVC) - Version 3.1.9 (/showthread.php?tid=6385)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14


Modular Extensions - (HMVC) - Version 3.1.9 - El Forum - 04-17-2008

[eluser]tomcode[/eluser]
Thanks for Your fast reply.

1. old thread -> where to post then ?
2. I'am using version: 4.0.26 © Wiredesignz 2008-03-25, downloaded today from the WIKI.

Loading from inside the module controller works, I'd just like to load from inside the library.


Modular Extensions - (HMVC) - Version 3.1.9 - El Forum - 04-17-2008

[eluser]wiredesignz[/eluser]
The only available method of loading a module language file is from the module controller.


Modular Extensions - (HMVC) - Version 3.1.9 - El Forum - 11-13-2008

[eluser]a&w[/eluser]
[quote author="wiredesignz" date="1204043107"]Check php.ini
allow_call_time_pass_reference = Off

Yes this is an issue, I will fix the code. Thanks... check the wiki soon.[/quote]
I'm running into this error outside of this extension...nothing to do with ME. Do you happen to recall what the issue was and what you did to fix it?


Modular Extensions - (HMVC) - Version 3.1.9 - El Forum - 01-10-2010

[eluser]sigork[/eluser]
No errors, everything is OK. Thanks!

But there is an issue:

A Module has an install function w/ 'CREATE TABLE' -- the module has its own table that can be dropped if to uninstall the module.

That means if I uninstall the module, but someone wants to visit its public page (which doesn't exist now), he sees:
Quote:A Database Error Occurred
Error Number: 1146
Table '***' doesn't exist
SELECT `pageid`, `parent_id`, etc.

What is the best way to avoid this message and redirect the visitors to the Error page?

Or should I have an empty table with the uninstalled Module?

(v.5.2.30)