-
When using Modules in a ZF1 project, it is common to have controllers like this.
```
class Default_OrderController
{
/**
* @inject
* @var \Project\Domain\Service\Order
*/
priv…
-
I think
$connectTimeout = $this->config['timeout'];
should be
$connectTimeout = $this->_config['timeout'];
in
https://github.com/zendframework/zf1/blob/release-1.12.15/library/Zend/Http/Client/…
-
Search using address proximity (in /items/browse) gives the following error in Omeka 2.3.1 when using the current version (master branch) of the plugin. In the admin map browse view (admin/geolocation…
-
Bonjour,
Nous rencontrons une erreur lors de l'installation de Prevarisc
$ su -
$ cd /var/www/
$ wget https://github.com/SDIS62/prevarisc/archive/2.x.zip
$ 7z x 2.x.zip
$ mv prevarisc-2.x/ prevaris…
-
I have just noticed what looks like a bug to me:
In my code, I create a Zend_Captcha_Image, and I set it to not use session:
```
$captcha = new Zend_Captcha_Image;
[...]
$captcha->setKeepSession(fal…
-
https://github.com/composer/composer/issues/3526
From @Tatenda:
> I have been trying to install composer and all i keep getting is the following error Internal Error [ERR_LOGIC]: An internal script …
-
Hello, i have correctly installed the module but i have this error when get an invoice. Im running magento in windows 8.1
> a:5:{i:0;s:102:"Cannot determine font type: C:\xampp\htdocs\magento\media/f…
-
Tested in Version 1.12.1, checked the 1.12.3 code and is still unchanged.
The way Zend_Http_Header_SetCookie works with the suggested usage of Zend_Controller_Response_Abstract->setRawHeader() fails …
-
I am not sure what causes this issue, as I am not able to reproduce it on every machine I have.
To test it I extended zf1/tests/Zend/Locale/FormatTest.php with the following code:
```
public func…
-
Under certain conditions I need to change order of the element in a controller code:
```
$form->getElement('element_name')->setOrder(15);
```
After that I expect that function getElementsAndSubForms…