Fabio Tielen

Results 95 comments of Fabio Tielen

update: it's definetely something related to the SSH key. When I try to manually ssh into one of the nodes, it's also connection refused. In Hetzner > project > secret,...

@dunglas OK that is nice to hear! At the moment a bit busy with projects that need to be finished this week, but I will try to spend some time...

I have a problem with showing the datatables. I don't get any error, but the progressbar just keeps running What might cause this problem? ![zf2 connect2](https://cloud.githubusercontent.com/assets/7568546/3746800/1725f204-17c5-11e4-9522-eac761529d16.png)

This is what I get from Chrome tools: Remote Address:::1:80 Request URL:http://localhost/demo/public/js/jquery.min.map Request Method:GET Status Code:404 Not Found Firebug: POST http://localhost/table/ajax-base 404 Not Found 1ms jquery.min.js (regel 3) HeadersPostAntwoordHTMLCookies 404...

My virtual host settings are correctly, the skeletonapplication is working fine! ServerName demo.localhost DocumentRoot /Applications/MAMP/htdocs/demo/public/ SetEnv APPLICATION_ENV "development" DirectoryIndex index.php AllowOverride All Order allow,deny Allow from All $("#tableContainer").zfTable('http://localhost/demo/public/table/ajax-base') does not...

My url in browser is: http://localhost/demo/public/table/base And for skeletonapplication: http://localhost/demo/public/album/

OK, done! Now I'm getting another error: 'Strict Standards: Declaration of ZfTable\Example\TableExample\Base::initFilters() should be compatible with ZfTable\AbstractTable::initFilters($query) in /Applications/MAMP/htdocs/demo/vendor/dudapiotr/zftable/src/ZfTable/Example/TableExample/Base.php on line 15' File: '/Applications/MAMP/htdocs/demo/vendor/zendframework/zendframework/library/Zend/Db/Adapter/Driver/Pdo/Statement.php:245' Message: 'Statement could not be executed...

This is content from module.config '''php namespace Application; use Zend\Mvc\ModuleRouteListener; use Zend\Mvc\MvcEvent; class Module { public function onBootstrap(MvcEvent $e) { $eventManager = $e->getApplication()->getEventManager(); $moduleRouteListener = new ModuleRouteListener(); $moduleRouteListener->attach($eventManager); } ```...

Ad1. String - Have You got newest version ? Becouse Base.php should have code like below ``` PHP protected function initFilters(\Zend\Db\Sql\Select $query) { } ``` Yes, I have this version...

![zf2 connect2](https://cloud.githubusercontent.com/assets/7568546/3749963/1ba6c2fa-17f1-11e4-908c-89d1041a1250.png)