This topic is locked

Invoice Template

1/25/2013 3:37:23 AM
PHPRunner General questions
J
jura author

hello,
when i send link for invoice, user get this message on bottomn of invoice
[size="+1"]Tehnička informacija[/size]Vrsta greÅ¡ke2Opis greÅ¡keUnknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectivelyURLjuraweb.hr/ExportInvoiceSlavonija/invoices_view.php?hash=561d53120fefeeada7c46b230e35ba43GreÅ¡ka u podatkuUnknownGreÅ¡ka u redu0SQL upitselect * from invusers where username='Guest'

here is link:

http://juraweb.hr/ExportInvoiceSlavonija/invoices_view.php?hash=561d53120fefeeada7c46b230e35ba43

Sergey Kornilov admin 1/25/2013

I guess you need to do what error message says:

"by setting session.bug_compat_42 or session.bug_compat_warn to off"
This change needs to be done in php.ini file.

J
jura author 1/26/2013

e name='admin' date='25 January 2013 - 04:47 PM' timestamp='1359132472' post='69507']

I guess you need to do what error message says:

"by setting session.bug_compat_42 or session.bug_compat_warn to off"
This change needs to be done in php.ini file.

[/quote]
my hosting provider sugested me to change php version to php 5.4, which i did.

After that php error message did not apear again, but now i have another problem.

when user open invoice, after open it from emailed link, i dont see data which

i display with php code spinet on view page

but when i open same invoice, after i log in, everithing is there like it sholud be.
I dont know why that hapend. Because php version or invoice template did not compactibile with new ver. of runner or something else

Sergey Kornilov admin 1/28/2013

To eliminate the possibility of web server misconfiguration test it on Demo Account for example. If this error is reproducible there we'll be able to troubleshoot i.

J
jura author 1/28/2013



To eliminate the possibility of web server misconfiguration test it on Demo Account for example. If this error is reproducible there we'll be able to troubleshoot i.


THANKS...
ill try that

J
jura author 1/29/2013



THANKS...
ill try that


i have uploaded app. on demo account..