I've just installed simpleinvoices on my server
and ran into a problem creating a pdf.
The Documentation said to
#cd /simpleinvoices
#chmod -Rv 777 cache/
#chmod -Rv pdf/fpdf/*
#browse to http://localhost/simpleinvoices/phpinfo.php
and verify gd2 support.
#test by browsing to http://localhost/simpleinvoices/pdf
The above resulted in an error about no read/write permissions on cache.
I fixed the problem by doing this instead:
#chmod -Rv 777 pdf/cache
and ran into a problem creating a pdf.
The Documentation said to
#cd /simpleinvoices
#chmod -Rv 777 cache/
#chmod -Rv pdf/fpdf/*
#browse to http://localhost/simpleinvoices/phpinfo.php
and verify gd2 support.
#test by browsing to http://localhost/simpleinvoices/pdf
The above resulted in an error about no read/write permissions on cache.
I fixed the problem by doing this instead:
#chmod -Rv 777 pdf/cache