@Archon810
re subscribe
- in the left menu click 'Subscribe to discussion'
re options/manage_sqlpatches.php
- the 'Database Upgrade Manager' in the settings page will be removed in the final 2009.1 as its no longer required
-- refer http://www.simpleinvoices.org/wiki/upgrade
- when doing an upgrade between version if there are sql patches to be applied Simple Invoices will prompt you
-- if there are no sql patches Simple Invoices will 'just work' as normal no special db upgrade required
@charly
- thanks for the info
- hopefully this has been resolved in the final 2009.1 release - which will be released later today
- re install
-- by default only need to create a blank db now and the installer 'should' sort the rest out
-- if installer is not happy i've included a full simpleinvoices.sql file that you can easily import into phpMyAdmin and not have to worry about the installer
cheers
justin
Running XAMP version 1.7.2 on Vista and I am also getting errors (noted below).
Changed php.ini to look like this:
error_reporting = E_ERROR
and config.ini now looks like this
[dev : production]
database.params.dbname = simple_invoices_dev
debug.error_reporting = E_ERROR
Still get the following message..
Any ideas? Thanks
Clive
Notice: Zend_Loader::Zend_Loader::registerAutoload is deprecated as of 1.8.0 and will be removed with 2.0.0; use Zend_Loader_Autoloader instead in C:\xampp\php\PEAR\Zend\Loader.php on line 207
Fatal error: Uncaught exception 'Zend_Session_Exception' with message 'Session must be started before any output has been sent to the browser; output started in C:\xampp\php\PEAR\Zend\Loader.php/207' in C:\xampp\php\PEAR\Zend\Session.php:453 Stack trace: #0 C:\xampp\htdocs\simpleinvoices\include\init.php(15): Zend_Session::start() #1 C:\xampp\htdocs\simpleinvoices\index.php(26): require_once('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\php\PEAR\Zend\Session.php on line 453
hey ceemjay
try setting error_reporting to 0
if that doesnt work you'll can try adjusting the xamp php.ini file and set error_report to 0 there
let us know how you go
cheers
justin
Thanks Justin
I think some of them were 0 originally but changed them to be 0 in the following files:
C:\xampp\htdocs\simpleinvoices\config\config.ini
C:\xampp\php\php.ini
Any other ideas or anyone else running under Vista. It worked fine for me on another Linux installation!!
Thanks
Clive
hey clive
you can tryerror_reporting(E_ERROR & ~E_NOTICE & ~E_DEPRECATED);
in both files
also xampp may have mulitple .ini files - do a search to find them all
let us know how you go
cheers
justin
No joy.
Sorry I am not an expert in this area and it's all new to me but are you sure this problem is going to be resolved by setting that value? Isn't this a fatal error and therefore not one that can be ignored!
Are there any other tests I can run to show that everything is installed fine and Vista (which I loathe!) is behaving correctly?
Thanks
Clive
hey clive
re fatal
- the fatal error is showing because the Notice was displayed on screen and the session thing requires nothing is displayed before it starts
- if the error is not displayed on screen - ie. in log file or not at all then there is no problem
re test
- open http://localhost/simpleinvoices/phpinfo.php - or whatever the url to your Simple Invoices is
ie.. http://simpleinvoices.org/demo/phpinfo.php and find the error_reporting section
- copy and paste what it says for that into here
cheers
justin
It looks like you're new here. If you want to get involved, click one of these buttons!