Questions tagged as 'zend-framework-3'

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

How to use / load / include zend-framework3 in a PHP script

I have a PHP script that takes data in the database to feed an e-mail function. Such a function is in a plugin in zend-framework 3. As it stands today, it is not possible to feed the function since it is in zend and the script is not. I want to...
asked by 05.12.2018 / 14:02
1
answer

How to load an HTML file inside a DIV in zend-framework3

I'm working on an email marketing tool and need to load an HTML template inside a DIV in the view. I'm using zend-framework3. I tried to use the .load () function, but it is giving 500 error. Can anyone help me ?? I'm using the following func...
asked by 16.11.2018 / 12:23
0
answers

Error in Zend Framework 3

I'm trying to open the localhost: 8080 / url but it always has a fatal error (Uncaught Zend \ Router \ Exception \ RuntimeException) that I can not interpret right. My directories look like this: -config *pplication.config.php *developmen...
asked by 14.10.2018 / 00:08
0
answers

Public Folder in Zend Framework 3

The public folder generated in the Skeleton Application is a folder only to hold the front controller (I do not know if this is the name they use, I mention that index.php that is in the root of the public folder) or the framework uses it someho...
asked by 25.08.2018 / 17:57
0
answers

Problem in Zend building

I am having trouble building the factory in Zend Framework 3, it is displaying the following error. Message: Unable to resolve service "Users\AdapterInterface" to a factory; are you certain you provided it during configuration? UsersCont...
asked by 08.03.2018 / 16:33