⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

example doesn't work !



Massi Engin

Massi Engin
  • profile picture
  • Member

Posted 22 February 2016 - 14:32 PM

Hi everyone i just discovered groceryCRUD, i don't know why it doesn't work for me the example that i followed in the official tutorial ??

 

When i click to those links : Customers | Orders | Products | Offices | Employees | Films | Multigrid [BETA]

 
 

i got this error from browser :

 

"
This address is restricted
 
This address uses a network port which is normally used for purposes other than Web browsing. Firefox has canceled the request for your protection."

 

i think the problem comes from port !! any help !?


muuucho

muuucho
  • profile picture
  • Member

Posted 22 February 2016 - 16:20 PM

Have you set $config['base_url']?


Massi Engin

Massi Engin
  • profile picture
  • Member

Posted 22 February 2016 - 17:15 PM

No i did not, What i should put in $config['base_url'] ?? 

i'm using WampServer with port 80 


fdias

fdias
  • profile picture
  • Member

Posted 22 February 2016 - 18:10 PM

Put your base url. In this case http://localhost/backofficeFuego


Massi Engin

Massi Engin
  • profile picture
  • Member

Posted 23 February 2016 - 10:19 AM

Thanks  fdias it works !! 


shadow_waltz_27

shadow_waltz_27
  • profile picture
  • Member

Posted 27 April 2016 - 16:44 PM

Hi, I just found out about Grocery CRUD and encountered the same error too. After setting $config['base_url'] = 'localhost:81/myproject';

 

the links : Customers | Orders | Products | Offices | Employees | Films | Multigrid [BETA] only work if I open the link in a new tab. Any Ideas how to fix this? I am using CodeIgniter 3. Could that be the problem?