The data comes from the shopping cart using the cart library provided by CI 3.0
When the user submits his cart, that data is inserted in an "orders" table.
The field has been serialized but the data isn´t showed.
Here is my code:
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
require_once(FUEL_PATH.'models/Base_module_model.php');
class Orders_model extends Base_modu…
SOLVED: I did enable the error logging and could appreciate my migration to Fuel 1.4 was incomplete! ( renaming to uppercase first some controllers and models filenames )
Fixing that...did work like a charm!
Yes, here is an example: https://github.com/phalconVee/codeigniter-heroku-app
In the above example, i can see now the "system" folder is at the root level of the folder structure.
May be the issue is it?
Yes, i´am trying enigmatic-anchorage-61301.herokuapp.com/fuel and Yes, i´am trying enigmatic-anchorage-61301.herokuapp.com/index.php/fuel .
It supports htaccess and mod_rewrite.
admin_enabled is set to "true".
Thanks!
Forbbiden page (404) is the error.
But the 404 error i´am getting is the provided by the framework. So, this is working well.
I think the error is here: http://docs.getfuelcms.com/general/opt-in-controllers ( when the router is going to search the…
I´am trying to put to work this stuff !
The heroku env have a bootstrap file that initializes the Apache server:
https://github.com/heroku/heroku-buildpack-php/blob/master/conf/apache2/heroku.conf
I think the problem is with the HEROKU_APP_DIR an…
Hi! THe DB issue was fixed. The error was about a mistake over the "production" base url.
That was solved.
Now the problem is something about htaccess rewriting urls and paths because the website is deployed under an "app" folder. But trying to cha…
The error seems to be related with the lang() function. This isn´t working with the selected language. Only if i do a native CI lang->load() starts to work fine.
Yes. How can i load the default language file using fuel instead the native CI lang->load() ?
I am getting "Unable to load the requested language file: language/english/_lang.php"
I´am using CKEditor with several configurations to accept the iframe tag:
$config['ckeditor']['default'] = array(
'toolbar' => array(
array('Bold', 'Italic', 'Strike'),
array('Format'),
array('FUELImage', 'HorizontalRule',"Embed"),
arra…