Search found 53 matches

by swpierce
15 Nov 2015, 03:36
Forum: Laravel package
Topic: Adding a Subpart
Replies: 14
Views: 8409

Adding a Subpart

I'm wanting to display subcategories as part of the catalog list. Reading through another post, it seems like the best way to do it is to add a subpart, so this is what I did: In my Laravel project, I created a directory structure as such: <root>/ext/subcategories/client/html/src/Client/Html/Catalog...
by swpierce
14 Nov 2015, 02:13
Forum: Help
Topic: Configuration question
Replies: 1
Views: 1925

Configuration question

At least I think it's a configuration question... I'm trying to include the catalog/filter twice - once as part of aimeos_head and once as part of aimeos_nav but I want to configure them differently. Basically, I'm trying to display the top-level categories across the top of the screen so I need onl...
by swpierce
06 Nov 2015, 22:20
Forum: Laravel package
Topic: Admin interface stuck?
Replies: 17
Views: 11673

Re: Admin interface stuck?

Reinstall without using Bestmomo Scafold seems to have done the trick. Thanks for all the help!
by swpierce
04 Nov 2015, 23:24
Forum: Laravel package
Topic: Admin interface stuck?
Replies: 17
Views: 11673

Re: Admin interface stuck?

Sure. I'll give it a shot!
by swpierce
04 Nov 2015, 21:07
Forum: Laravel package
Topic: Admin interface stuck?
Replies: 17
Views: 11673

Re: Admin interface stuck?

No. The only thing in that directory is Aimeos. I installed Composer. I installed Laravel. I ran "laravel new storefront" I created an empty database and modified .env accordingly. I modified the composer.json with the Aimeos stuff required. I ran composer update. I modified app.php to inc...
by swpierce
03 Nov 2015, 13:48
Forum: Laravel package
Topic: Admin interface stuck?
Replies: 17
Views: 11673

Re: Admin interface stuck?

I attached a screenshot of the XHR requests. I can grab the other requests also if needed - 80 total.

Thanks again for helping me out!
by swpierce
03 Nov 2015, 02:29
Forum: Laravel package
Topic: Admin interface stuck?
Replies: 17
Views: 11673

Re: Admin interface stuck?

As I mentioned, fixing that error created a new error. I still only get the Loading... square. Not I get an error related to the actual HTML in the response.

Code: Select all

Uncaught SyntaxError: Unexpected token <                  admin:1
See attached screenshot...
by swpierce
02 Nov 2015, 23:42
Forum: Laravel package
Topic: Admin interface stuck?
Replies: 17
Views: 11673

Re: Admin interface stuck?

If I look at last error, I see this: (<br /> <b>Deprecated</b>: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in <b>Unknown</b> o...
by swpierce
02 Nov 2015, 15:13
Forum: Laravel package
Topic: Admin interface stuck?
Replies: 17
Views: 11673

Re: Admin interface stuck?

The storefront blank page was a stupid error from staying up too late. I put the template stuff into welcome.blade.php instead of app.blade.php - once I put it in the correct file, the storefront worked again :|
by swpierce
02 Nov 2015, 15:11
Forum: Laravel package
Topic: Admin interface stuck?
Replies: 17
Views: 11673

Re: Admin interface stuck?

The only error I see is a JSON decode error: Uncaught SyntaxError: Unexpected token < Ext.util.JSON.doDecode @ file:4853 (anonymous function) @ file:4972 Ext.ux.direct.JsonRpcProvider.Ext.extend.onData @ file:53705 Ext.extend.handleResponse @ file:4684 f @ file:21 m @ file:21 (anonymous function) @ ...