Questions tagged as 'zend-framework-2'

1
answer

Zend 2 "getServiceLocator" was not found

Every time I need to call Doctrine ORM I find the error    The plugin by the name "getServiceLocator" was not found in the plugin   manager Zend \ Mvc \ Controller \ PluginManager How do I fix it?     
asked by 13.04.2017 / 16:58
1
answer

How to import FPDF content into Zend2?

I'm creating a budget page with Zend 2, to print with FPDF. The problem is that I do not know how to import. The error is this: Warning: require (/php/system_real/public/advice/fpdf/fpdf.php) [function.require]: failed to open stream:...
asked by 10.04.2017 / 16:59
1
answer

With big upload, zend2 does not receive post

Good morning. I have an application that is working in parts. Her problem is with big upload, with small uploads or without uploading it's working. With a big upload she is not getting the form post on the Controller (?), I do not understand...
asked by 24.03.2017 / 14:31
2
answers

Fatal error when creating a new Zend Skeleton Application module

I'm trying to create a "Bookstore" module inside my Zend Skeleton Application, however it gives a very big error that I do not know how to handle:    Fatal error: Uncaught exception 'Zend \ ModuleManager \ Exception \ RuntimeException' with m...
asked by 16.01.2017 / 05:12
0
answers

Problems with ajax on the server

I have an application on ZF2 on Ubuntu server. One of the controllers is triggered from a ajax request. Locally, the application works normally. However, when uploading to the server I started having problems: the request is sen...
asked by 12.10.2016 / 17:14
1
answer

ZipArchive: Rename files before extracting

Next Galley ... I have hundreds of automatically generated .zip files. These zips files do not have a "default" because they are generated from several different systems. Therefore, some have only XML files, others have other ZIP's inside with o...
asked by 01.06.2016 / 19:23
1
answer

Failed to execute git status when updating Doctrine

I'm servicing a system, and I need to upload some changes to the production server. Some of these changes involve mapping and adding new entities to the database. The problem: the ./vendor/bin/doctrine-module file is not on the server. Wha...
asked by 03.11.2015 / 19:33
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
1
answer

ZF2 - RuntimeException: Module (ZfcUserDoctrineORM) could not be initialized

I just downloaded the composer installer. This is what I have in my composer.json: "require": { "php": ">=5.3.3", "zf-commons/zfc-user": "dev-master", "zendframework/zendframework": "2.3.*", "zendframework/zend-d...
asked by 05.10.2015 / 18:37
1
answer

Error "The requested URL could not be matched by routing" using ZF2

I'm using apigility (ZF2). The following error occurs when sending a request: The requested URL could not be matched by routing. The error occurs when I try to get a get request through the link: http://0.0.0.0:8888/leads using the postma...
asked by 22.06.2015 / 19:56