Re: how to configure zendframework 2 on wamp Programming Web Development by hareshramani …bin and library folder e.g:D:\wamp\bin\php\ZendFramework 3)edit php.ini e,g: include_path = &…quot;.;D:\wamp\bin\php\ZendFramework\library;D:\wamp\bin\php\database\bin" 4)include… envirnment variable path : ;D:\wamp\bin\php\ZendFramework\bin in pro[erties of my computer->advance system… Re: Zend Server CE Error Programming Web Development by LastMitch …filename' in C:\Program Files\Zend\ZendServer\share\ZendFramework\library\Zend\Loader.php:303 Stack trace: #…0 C:\Program Files\Zend\ZendServer\share\ZendFramework\library\Zend\Loader.php(128): Zend_Loader::_securityCheck('C… thrown in C:\Program Files\Zend\ZendServer\share\ZendFramework\library\Zend\Loader.php on line 303 The error… Zend Server CE Error Programming Web Development by cceerpp … filename' in C:\Program Files\Zend\ZendServer\share\ZendFramework\library\Zend\Loader.php:303 Stack trace: #0… C:\Program Files\Zend\ZendServer\share\ZendFramework\library\Zend\Loader.php(128): Zend_Loader::_securityCheck('C:\…main} thrown in C:\Program Files\Zend\ZendServer\share\ZendFramework\library\Zend\Loader.php on line 303 I need… Fatal error: require once Programming Web Development by dami06 …' (include_path='C:\Program Files\Zend\ZendStudio-5.5.1\bin\ZendFramework\library') in C:\xampp\htdocs\capat\library\classes\class_engcis.php… DaniWeb recently viewed threads for Session{username{ Programming Web Development by ibakir … i do it from zero . using Adobe Dreamweaver cs5 and zendFrameWork Beside if i can write a function that send message… problem with Zend_Actiov_Service Programming Web Development by aldm …: Warning: gzinflate() [function.gzinflate]: data error in C:\xampp\php\ZendFramework\library\Zend\Http\Response.php on line 612 Warning: DOMDocument… Re: Zend 1 - setting database charset to utf8 in application.ini Programming Web Development by cereal … 1002 = PDO::MYSQL_ATTR_INIT_COMMAND } parent::_connect(); } * https://github.com/zendframework/zf1/blob/99125b079f49a7240149ef942a877bbe9d74796c/library/Zend/Db/Adapter/Pdo/Mysql.php…bug.php?id=47224 * https://github.com/zendframework/zf1/blob/95833f748fc5e7de4584ffa7e06d55d1743ab8e0/documentation/manual/en/module_specs/… Re: Choosing Symfony , Zend Framework, CakePHP Programming Web Development by miguelp I do like codeIgniter best but from the tree you point out i'll choose ZendFramework without blinking. Re: Web framework Programming Web Development by dany12 … personal favourite is codeigniter but there are others like smarty zendframework cakephp. Hope this helps Re: Respond to form with file Programming Web Development by veedeoo … need the following. 1. Zend_Gdata- Only this [file](https://packages.zendframework.com/releases/ZendGdata-1.12.1/ZendGdata-1.12.1… Re: Zend framework doctype() Programming Web Development by LastMitch … thought you have **doctypeHelper** function. Read this: https://github.com/zendframework/zf2/blob/master/library/Zend/Form/View/Helper/AbstractHelper.php… Re: Zend frame work 2 fails to install Programming Web Development by Squidge … install: cd /my-project/dir git clone git://github.com/zendframework/ZendSkeletonApplication.git cd ZendSkeletonApplication php composer.phar self-update php… Re: Make class refer back to another? Programming Web Development by NardCake … harder to explain than expected lol. @**Squidge** assuming ZF means ZendFramework, no I am not using it, I'm noy using… Re: Zend 1 - setting database charset to utf8 in application.ini Programming Web Development by cereal … library, check lines `266`, `320` and `323`: * https://github.com/zendframework/zf2/blob/a1085b769953be15296c3a4976e026927b5b9584/library/Zend/Db/Adapter/Driver/Pdo/Connection… Re: Issues with Zend Composer command and loading map in middle of the article Programming Web Development by cereal … PHP version. For more information see: * https://packagist.org/packages/zendframework/skeleton-application * https://github.com/zfcampus/zf-development-mode zendframework Programming Web Development by amithasija hi all, i have one default module and one more module module_1 ,i have one parameter extra in url for langauge like site.com/module/languageparameter/controller/action i defiend it in index.php(bootstarp file) like this $router = new Zend_Controller_Router_Rewrite(); $router->addRoute('new_route', new Zend_Controller_Router_Route(… how to configure zendframework 2 on wamp Programming Web Development by chandbasha Hi, pls can any one tell me how to configure zf2 on wamp. I have downloaded zf2 minimal package. But there is no zf.bat,zf.php,zf.sh files. And i am getting fatal error as Zend/Application.php not found. Pls can any one explain in detail.......... Thanks in advance Re: how to configure zendframework 2 on wamp Programming Web Development by pritaeas There are a lot of different tutorials available, even video, if you do a little search. Re: Fatal error: require once Programming Web Development by Auzzie unless i am totally mistaken it looks like the include file is missing Re: Fatal error: require once Programming Web Development by richie513 dami, you are getting this error because DOC__ROOT is an undefined constant. This was also happening in the code you sent me. Try changing the required() calls from this: require_once(DOC__ROOT . '/library/classes/class_dao.php'); to this: require_once($_SERVER['DOCUMENT_ROOT'] . '/library/classes/class_dao.php'); If this doesn't work, then … Re: Fatal error: require once Programming Web Development by dami06 hi richie, i changed the require_once to the one you said i should do but i got this error message Notice: Only variable references should be returned by reference in C:\xampp\htdocs\capat\library\classes\class_engcis.php on line 9 Warning: require_once(C:/xampp/htdocs/library/classes/class_dao.php) [function.require-once]: failed to open stream… Re: Fatal error: require once Programming Web Development by richie513 Hi dami, Make sure those files exist and if they do, then they should be in those folders for them to be required. Re: Fatal error: require once Programming Web Development by dami06 hi richie, those files exist and they are in the same folder. I will put the code of that file for you to look at. It's stil giving me that error message. [B]class_dao.php [/B] [code=php] <?php /** * * Class : DAO * * This data access object is designed for MySQL only * * * Updates: * 18-07-2007 : improved ->_throw_error() code… Re: Fatal error: require once Programming Web Development by dami06 right what i have done now is to disable the error reporting and now i don't have that showing all over my screen but now i get this error message ?> Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\capat\include\classes\class_ui1.php:2) in C:\xampp\htdocs\capat\tutors\forms\create\… Re: Fatal error: require once Programming Web Development by richie513 Send me all of you code dami, I'll have a look:) Re: Fatal error: require once Programming Web Development by dami06 ok richie, im going to send the code to you now and let you know where the problem is..Please reply to me soon with solution as i need to hand this in by tuesday..thanks Re: Fatal error: require once Programming Web Development by richie513 As soon as I recieve I will have a look:) Re: problem with Zend_Actiov_Service Programming Web Development by pzuurveen i dont know the amazon api but this doesn't look right to me [CODE] 'AssociateTag' => 'YOUR_ASSOC_TAG_HERE', [/CODE] looks like you need to suply a AssociateTag Re: problem with Zend_Actiov_Service Programming Web Development by aldm Thanks for the answer. I read somewhere that associate tag parameter is optional and I tried without this parameter and it shows me the same error. How can I get this parameter? Re: problem with Zend_Actiov_Service Programming Web Development by pzuurveen just googled, found: [URL="https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html"]https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html[/URL] maybe if you press the signup button?