Questions tagged as 'zend'

1
answer

Edit media appearance in Magento

I would like to edit the way the payment methods appear in the Magento checkout, by inserting an image with the banners that each payment system accepts, but I can not. Which .phtml should I edit?     
asked by 09.07.2016 / 02:08
1
answer

Apigility Doubt in the Method

I'm using Apigility to create Web Services Rest but I have a question, can I add methods in the > , if yes how do I make a method call through php. Thank you     
asked by 05.07.2016 / 18:54
4
answers

Permission error when trying to access database [closed]

   Error: SQLSTATE [28000] [1045] Access denied for user 'root' @ 'localhost'   (using password: YES)     
asked by 06.02.2014 / 21:19
0
answers

Zf2 and "doctrine-module" return error: No Metadata Classes to process

I'm having trouble when I'm going to run the following command on the terminal: vendor/bin/doctrine-module orm:convert-mapping --filter="Category" --from-database annotation --namespace="Categoria\Entity\" module/Categoria/src The following...
asked by 02.11.2015 / 01:49
4
answers

Permission error when trying to access database [closed]

   Error: SQLSTATE [28000] [1045] Access denied for user 'root' @ 'localhost'   (using password: YES)     
asked by 06.02.2014 / 21:19
1
answer

Smtp zf2 - stream_socket_client () - Debian Wheezy

Good morning people. I've been having a problem for a few days now and have tried everything. I'm using Zend 2 and trying to send an email through an account I have in gmail. It should be something extremely simple, but the email is not sent...
asked by 10.01.2015 / 13:32
1
answer

Zend Framework2 - Problems with AbstractHelper

I'm having trouble displaying the logged-in username using view helper. Module: public function getViewHelperConfig() { return array( 'invokables' => array( 'UserIdentity' => new View\Helper\UserIdentity()...
asked by 09.03.2015 / 02:06
1
answer

Problem loading image of an entity

I have an icon manager, in it I have already made available all the crud . However, I have a problem, when I open the form, a Zend\Form to edit an icon can not load the image that is already saved. I'm using the following element:...
asked by 10.03.2015 / 14:42
1
answer

Problem with Paging and forward with Zend Framework 1

I use ZF1 and am having trouble using _forward() , the reason is that if I redirect it to a page with pagination, the url gets the method of the action that was submitted. Well, for example, if I have a pagination and each item has...
asked by 03.02.2015 / 17:57
0
answers

Problems adding action in Zend Framework 1

I'm having trouble adding a song that's contained in the album, so when I add a song it's already related to the album id. My problem is in the addMusic () method below: MusicasController: public function adicionarAction() { $forms...
asked by 18.07.2014 / 17:31