Search found 8147 matches

by aimeos
15 Nov 2015, 10:52
Forum: Laravel package
Topic: Adding a Subpart
Replies: 14
Views: 11795

Re: Adding a Subpart

protected function _setViewParams( MW_View_Interface $view, array &$tags = array(), &$expire = null ) { if ( !isset( $this->_cache ) ) { $this->addMetaItem( $itemOrItemList, 'catalog', $this->_expire, $this->_tags ); $this->_addMetaList( $prodid, 'catalog', $this->_expire ); $controller = C...
by aimeos
14 Nov 2015, 12:09
Forum: Help
Topic: Configuration question
Replies: 1
Views: 2402

Re: Different configuration for same component

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. I know I'm missing something simple but I can't figure it out. I can get the catalog/filter to display in both places but I can't seem to display the...
by aimeos
06 Nov 2015, 10:16
Forum: Laravel package
Topic: Return Email Data
Replies: 3
Views: 3794

Re: Return Email Data

That's possible if you create a new Client_Html_Email_{Payment,Delivery,Account,Watch} class which pushes the data in the process() method to Mandrill via their API. The current order item which can also be used to get the rest of the data is available via $view->extOrderItem in the available view.
by aimeos
05 Nov 2015, 21:07
Forum: Laravel package
Topic: How to protect admin routes
Replies: 1
Views: 2793

Re: How to protect admin routes

But the admin board still opens up without authentication. That's a very good question! ;-) Laravel offers the authentication middleware (you can add it in ./config/shop.php -> "routes" config) but it has no way to make a difference for user and admin authentication. This means that an au...
by aimeos
05 Nov 2015, 20:55
Forum: Laravel package
Topic: Return Email Data
Replies: 3
Views: 3794

Re: Return Email Data

Our client wants us to send emails via Mandrill. I was wondering if there was a way to get the raw data from the Email templates to send to Mandrill - there are a lot of config files to battle with and I don't know where to start! If I understand Mandrill correctly, it's a service for sending e-mai...
by aimeos
04 Nov 2015, 21:25
Forum: Laravel package
Topic: Admin interface stuck?
Replies: 17
Views: 16429

Re: Admin interface stuck?

I modified composer.json to install Bestmomo\Scafold so as to have the app.blade.php etc. I ran composer update I modified app.php to include the Bestmomo Scafold provider. Can you redo the whole stuff but leave out the Bestmomo stuff? You can create the app.blade.php according to the docs: https:/...
by aimeos
03 Nov 2015, 14:12
Forum: Laravel package
Topic: Admin interface stuck?
Replies: 17
Views: 16429

Re: Admin interface stuck?

I attached a screenshot of the XHR requests. I can grab the other requests also if needed - 80 total There are a lot of XHR request that are not related to Aimeos. Did you've integrated it into another application? If yes, could you please make a setup of Laravel/Aimeos only first? The only Aimeos ...
by aimeos
03 Nov 2015, 09:02
Forum: Laravel package
Topic: Admin interface stuck?
Replies: 17
Views: 16429

Re: Admin interface stuck?

swpierce wrote:

Code: Select all

Uncaught SyntaxError: Unexpected token <                  admin:1
Something seems to be really messed up. Can you make a screenshot of the loaded URLs in the "Network" tab from the Chrome developer tools, please?
by aimeos
03 Nov 2015, 08:57
Forum: Laravel package
Topic: Can not install Aimeos-Laravel package in fresh Laravel 5.1
Replies: 2
Views: 3483

Re: Can not install Aimeos-Laravel package in fresh Laravel

I think you've used "localhost" as host parameter which causes MySQL to try Unix domain sockets first. But it seems there's no socket in the standard location (usually /var/lib/mysql/mysql.sock). Please try "127.0.0.1" instead which enforces using TCP/IP.
by aimeos
02 Nov 2015, 23:58
Forum: Laravel package
Topic: Admin interface stuck?
Replies: 17
Views: 16429

Re: Admin interface stuck?

<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> on line <b>0</b><br /> The HTTP_RAW_POST_DATA...