- PHP version:5.2.2
- MySQL version:5.0.4.11
- Browser:IE7
- Operating System:WINXP
- and Server Operating System:WIn2003
Have installed as per instructions
run sql scripts. all seem ok
allowed full acces to appropriate folders IUSr has modify acces to tmp and pdf folders
Not sure what to do next other then going back a few versions, last working version was simpleinvoices_20080629
sorted thanks, turned on all error checking and logging... found the server had no PDO. That said, I now have this error when trying to add a customer.
Fatal error: Uncaught exception 'Zend_Acl_Exception' with message 'Resource 'documentation' not found' in C:\Inetpub\Webs\xxxx.co.nz\simpleinvoices\library\Zend\Acl.php:297 Stack trace: #0 C:\Inetpub\Webs\xxxx.co.nz\simpleinvoices\library\Zend\Acl.php(691): Zend_Acl->get('documentation') #1 C:\Inetpub\Webs\xxxx.co.nz\simpleinvoices\include\check_permission.php(7): Zend_Acl->isAllowed('administrator', 'documentation', NULL) #2 C:\Inetpub\Webs\xxxx.co.nz\simpleinvoices\include\init.php(138): include_once('C:\Inetpub\Webs...') #3 C:\Inetpub\Webs\xxxx.co.nz\simpleinvoices\index.php(22): require_once('C:\Inetpub\Webs...') #4 {main} thrown in C:\Inetpub\Webs\xxxx.co.nz\simpleinvoices\library\Zend\Acl.php on line 297
Any ideas?
hey tugsy
thanks for finding the documentation error
to fix this try to edit ./include/acl/php
and add $acl->add(new Zend_Acl_Resource('documentation')); below $acl->add(new Zend_Acl_Resource('customers'));
and retest
let us know if this solves your problem
cheers
justin
cheers
justin
add into include/acl.php $acl->add(new Zend_Acl_Resource('index')); should fix it up
let me know how you go
cheers
justin
Hey Zeitig,
do you get this error on a specific page - or just all pages?
Cheers
Justin
Hey Zeitig
if you can change your php error_reporting to E_ERROR
you can either do this in the simple invoices config/config.ini - refer error_reporting section
- or find your php.ini file and set it there
also search this forum for php.ini for more information
let us know how you go
Cheers
Justin
It looks like you're new here. If you want to get involved, click one of these buttons!