Search found 6 matches

by rabol
25 Feb 2016, 04:45
Forum: Laravel package
Topic: UrlGenerator.php line 603:
Replies: 9
Views: 5866

Re: UrlGenerator.php line 603:

Sorry it took me a while to figure it out :)

changing always_populate_raw_post_data to -1 in my php.ini solved the problem

Maybe this should be added to the 'installation hints' :)
by rabol
24 Feb 2016, 18:32
Forum: Laravel package
Topic: UrlGenerator.php line 603:
Replies: 9
Views: 5866

Re: UrlGenerator.php line 603:

I'm not sure that I understand your question :)

i 'simply' goto /admin, and then switch to 'Expert mode'
by rabol
24 Feb 2016, 18:14
Forum: Laravel package
Topic: UrlGenerator.php line 603:
Replies: 9
Views: 5866

Re: UrlGenerator.php line 603:

VM119:1 Uncaught SyntaxError: Unexpected token <Ext.util.JSON.doDecode @ ext-all.js:21(anonymous function) @ ext-all.js:21Ext.ux.direct.JsonRpcProvider.Ext.extend.onData @ file?site=default:1422Ext.extend.handleResponse @ ext-all.js:21f @ ext-base.js:21m @ ext-base.js:21(anonymous function) @ ext-b...
by rabol
24 Feb 2016, 18:04
Forum: Laravel package
Topic: UrlGenerator.php line 603:
Replies: 9
Views: 5866

Re: UrlGenerator.php line 603:

Next issue:

When I go to the admin part, switch to expert mode it never finish loading
by rabol
24 Feb 2016, 16:49
Forum: Laravel package
Topic: UrlGenerator.php line 603:
Replies: 9
Views: 5866

Re: UrlGenerator.php line 603:

Hmm... i did this

php artisan make:auth
then I created a user and now it works
by rabol
24 Feb 2016, 16:41
Forum: Laravel package
Topic: UrlGenerator.php line 603:
Replies: 9
Views: 5866

UrlGenerator.php line 603:

Hi I just saw this package today and wanted to try it out To the best of my knowledge i did follow the instructions But I get a exception when I try to access the site My setup is like this: Windows 10 WAMP Composer is installed and working What I did: 1) laravel new aimeos (laravel version 5.2.20) ...