happy to hear it worked
will look at updating the manage pages wot work correctly no matter the error_reporting
cheers
justin
Hello,
I did everything the documentation said, but i got a http 500 error. I added a new database "simple_invoices1" and imported the sql files from: databases\MySQL\ My new .php files are in the folder simpleinvoices1 so i can use 2 versions at the same time for testing.
Jamaz
By the way: I use iis / php 5.2.8 / MySQL Server 5.0
Update: Old version is working perfectly.
Update2: also docs.php, mini.php dont work. phpinfo.php works great ;) also http://localhost/simpleinvoices1/pdf is working great.
@Jamaz
will reply to your other post at http://simpleinvoices.org/forum/discussion/779/page-not-found-simpleinvoices-2009-beta-issue-open/#Comment_4143
cheers
justin
Hi!
Any news on the "Processing, please wait ..." problem George had? I have the same issues. Keeps looping forver. I did install the beta (3) ontop of the latest stable version. And tried all the ERROR settings, but alas.. no luck.
Did notice this in the php_error log :
[18-May-2009 13:27:21] PHP Fatal error: Uncaught exception 'Zend_Date_Exception' with message ''Object id #27' is not a known locale.' in \invoice\library\Zend\Date.php:2590
Stack trace:
#0 \invoice\library\Zend\Date.php(1183): Zend_Date->_calculate('set', '2006-08-25', 'yyyy-MM-dd', 'Object id #27')
#1 \invoice\library\Zend\Date.php(212): Zend_Date->set('2006-08-25', 'yyyy-MM-dd', 'Object id #27')
#2 \invoice\include\class\siLocal.php(41): Zend_Date->__construct('2006-08-25', 'yyyy-MM-dd')
#3 \invoice\modules\invoices\xml.php(164): siLocal::date('2006-08-25')
#4 \invoice\index.php(151): include('T:\SITES\lokaal...')
#5 {main}
thrown in \lokaal\invoice\library\Zend\Date.php on line 2590
UPDATE:
I've installed SimpleInvoices Beta 3 on a Linux based Apache server. Now this issue is gone. Still have no clue why it would not work on my Windows WAMP based server. Had no problems before.. Oh well..
hey chco,
re processing, please wait
- this has just been fixed in svn - it'll be available in the next beta release of Simple Invoices 2009.1
reason for the error
- when on E_STRICT error reporting PHP didn't like the was i had defined some methods in a call, i've fixed the methods and everything is all happy now :)
- if you didn't get that error it meant your PHP was on a lower level error reporting
cheers
justin
No worries Charly
latest svn should be fine - its stable enough now
let us know how you go
Cheers
Justin
For your information, with Archlinux distribution (PHP 5.2.9, Apache 2.2.11 and MySQL 5.0.77), I still had that "Processing, Please wait..." while in 2009.1 Beta4, I tried everything advice in this forum without any success.
Finally while I was ready to go back to 20080629, I find out that by loading the iconv extension in my php.ini it would finally release that "Processing, Please wait..." and display the list of the invoices, customers, etc...
So for those that have tried everything, either add or uncomment the following line in your php.ini file:
extension=iconv.so
and restart apache.
Or, if your php configuration isn't configure to accept to load extension, I guess you'll need recompile php with iconv support (no idea how to do it).
Regards,
Nicolas.
Thanks Nicolas for finding this!!
this maybe related to the utf8_encode stuff im using to produce the xml - which the manage pages use$xml .= "<cell><![CDATA[".utf8_encode($row['name'])."]]></cell>";
i'll remove this utf8 stuff - as shouldn't be needed - in the next beta release and see how people go
Cheers
Justin
It looks like you're new here. If you want to get involved, click one of these buttons!