Questions tagged as 'zend'

1
answer

Date validation with Zend

How to validate a date using Zend? When the user signs up, I need to validate the anniversary date and see if it is over 18. I receive 3 fields - day, month and year and would like to validate the registration only for those over 18 I foun...
asked by 23.07.2014 / 11:40
1
answer

ZF1 foreach correct in view

I have the following controller (ZF1) where I get the ID of everyone from a table and with that ID I use to "filter" and get specific data from another table is a relationship by ID. $tabFerias = new Srh_Model_Ferias("srh"); $agendados = $tabFe...
asked by 24.07.2014 / 22:14
1
answer

How to integrate SlmQueueSqs and SlmMail into a ZF2 application?

I'm servicing an application developed in Zend Framework 2 and I need, in that order: Send tasks to a queue in AWS SQS. Process queue tasks through an application command that will use AWS SES. I found two interesting components to do b...
asked by 29.03.2014 / 15:36
0
answers

Doubt about 404 non-existent error

I have a question, and I do not know what to do. I am using Zend Framework 1.12, PHP5.6. It happens that my system is in a subdirectory called "system": / system / application / ... My public folder: / system / public / In some syste...
asked by 29.09.2017 / 23:23
1
answer

Syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) - Remote Server only

I have a platform that I developed using Zend Framework 3.0. This platform works on the site but when I migrated it to the server, it throws multiple errors with this syntax :    Parse error: syntax error, unexpected 'class' (T_CLASS), ex...
asked by 11.07.2017 / 18:03
0
answers

Required REST response is empty

My store is experiencing the following problem when shipping rest:    Exception 'Zend_Http_Client_Exception' with message 'Unable to read response, or response is empty' in D: \ wamp \ www \ santaines \ lib \ Zend \ Http \ Client.php: 1081 St...
asked by 17.02.2017 / 16:29
0
answers

Error connecting to pdo_mysql when using docker with apache and mysql

I'm using docker with apache 5.6 + mysql: MySQL Official Docker PHP Official PHP - Version 5.6 First I ran the mysql image, then ran the following command line to run the apache image, linking the two:    docker run -d -p 80:80...
asked by 03.01.2017 / 12:42
1
answer

Create Dockerfile for Zend Expressive

Hello everyone, I'm having a hard time running zend expressive with docker. I have other projects that work perfectly with docker but when I try to develop with zend expressive, I can not, it gives error saying that can not find the file vendor...
asked by 20.11.2016 / 19:31
0
answers

Zend Error \ ServiceManager \ Exception \ ServiceNotFoundException [closed]

Have you seen the error below when you put the web app on the Digital Ocean server?   An error occurred during execution; please try again later.       Additional information:       Zend \ ServiceManager \ Exception \ ServiceNotFoundExcepti...
asked by 18.08.2016 / 13:44
0
answers

ZFTool does not work, returns the application html [Zend Framework]

Hello, I'm trying to use zftools (terminal) to create modules for Zend but unlike expected it would be an error message or success zf.php prints on the screen the HTML of the application, as if I were in the browser . Commands used:    comp...
asked by 23.07.2016 / 20:28