I am using Zend Framework 2.0 with Bjyauthorize in my localhost. I am unbale to get the output due to one Fatal Error as shown here
I am using xampp 3.2.1 in Windows 7 and my source code was located at different directory instead of xampp/htdocs/.
I have created virtual host in hosts file and configured domain like ab.testdemo.com which points to public directory of zend framework in httpd-vhost.conf file.
I have already set below php settings in my php.ini file:
memory_limit = -1
max_execution_time=0
post_max_size=6000M
upload_max_filesize=128M
Can anyone have any solution for this issue?