I've managed to capture the response of this url in the pages module:
/fuel/blocks/items/?search_term=&limit=50&view_type=list&offset=0&order=asc&col=name&fuel_inline=0
and it returns the entire /fuel/pages DOM, instead o…
I was trying to see when or if it got executed in the console. It may be irrelevant. What I'm trying to figure out is how the right hand list area is getting the entire parent page injected? All that should happen is an ajax call to the module contr…
Firefox Web Developer Edition console reports: TypeError: jqx.createController is not a function
when loading the pages module in admin. PageController.js is the last thing recorded on load.
I can't see jqx.js being loaded on the Pages module, …
The local dev site behaves OK in Firefox, so I am wondering if it is a unicode problem. The site in question is actually an SVN code branch of a site with a regular English domain name (which works perfectly), but the new branch only misbehaves when…
At first I thought that overnight the issue had fixed itself - but I had viewed the site in Firefox yesterday, and in Chrome today.
Basically, some of the site admin goes into a redirect loop using Firefox or IE, but is OK in Chrome and Safari.
Th…
MY_Loader amended to load the above class:
/* load the MX_Loader class */ require FUEL_PATH."core/Loader.php"; class MY_Loader extends Fuel_Loader { public function dbutil() { if (! class_exists('CI_DB')) { …
MY_DB_mysqli_utility.php added to /application/libraries:
class MY_DB_mysqli_utility extends CI_DB_utility { function __construct() { parent::__construct(); log_message('debug', 'Extended DB mysqli utility class instantiated!…
I followed some of what went on in those articles, overriding dbutil() in MY_Loader, including the require of MY_DB_mysqli_utility (in application/libraries), and then I ripped the _backup() method from CI 3's mysqli_utility.php, made a few nip &…
I first noticed this trying to use a backup cron, but if you use the "Yes, back it up" button to download a zip, the same problem occurs.
I've got live and dev environments and both use mysqli. However, the live DB, I've only just noticed, is Perco…
Yes! It's not a MIME mis-identity issue I think, as CI would give a different error. Unless a 404 is triggered by a MIME issue? I often have to attend to MIMEs as browsers seem to have their own interpretations. But it only happens on the Windows se…
Aww too bad, this site is giving me headaches! The good news is that Fuel works a good 99.9%!
One issue is that uploaded PDF's in the Assets module can be seen (by the asset module) but not downloaded, Fuel kicks in with the 404 response. Images in…
Update - I've recently installed this module in another site, and even when the Google account is made to accept "less secure apps" it still fails. Does the authentication need updating?
My scenario was an edit page on which this form would appear, so grabbing the id from the url could filter the checkboxes generated by the field. I think this is possible, I threw in "current_url()" as a value, just to see what would happen, and sur…
Sorry, not so good. The last letter of the filename extension is being chopped in the editor. Even if the code is edited via Markitup, it is magically truncated again. Eg:
Aha, I put the above in application/config/MY_fuel_modules and it had no effect, but putting it in the advanced module' config worked! I've only just noticed that "module"_fuel_modules gets created by the module generation CLI.