Thank you @almostcompletely for your response.
As per your suggestion, I did the same and created a controller named Articles.php and now my url is example.com/articles/1 and I created a method like:
public function index($id) {
echo $id;…
Hi it is opening the login page with above URL.
But I can not open the page http://{myhost.com}/fuel/manage/cache
Can I send you my live website URL in your email?
Please.
Thanks.
Hi Admin,
I solved the issue doing (Form created on backend):
$CI->load->module_helper(FORMS_FOLDER, 'forms');
echo form('contact');
Now, I got an another issue that is page goes blank while submitting the form.
Hello Admin,
I had added form module and created a from from backend.
And now I written a below code in view,
$form = $this->fuel->forms->get('contact');
echo $form->render();
but I get en error saying:
Fatal error: Allowed m…
Hello Admin,
I did the same way that explained above but the thing is when I click the page 1, I got 404 error.
$CI->load->library('pagination');
$config['base_url'] = base_url('publication/notices');
$CI->db->where(array('publis…
Hello Admin,
I notice that when I use print_r($slides);
I get HTTP ERROR 500. If I comment the line print_r, error goes.
Please help me to fix this error.
Thanks,
Prayas
Hi Admin,
Same issue for me but I have module setup in MY_fuel_modules:
$config['modules']['home_sliders'] = array(
'module_name' => 'Home Sliders',
'module_uri' => 'home_sliders',
'model_name' => 'home_sliders_model',
…