google-code-export / measureit

Automatically exported from code.google.com/p/measureit
1 stars 0 forks source link

missing <?php in class.db.php #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in class.db.php the start of the file is just <?  , but, at least on my system 
(slackware64 13.73), this gives problems, generating this error:

 PHP Fatal error:  Class 'mydb' not found in /var/www/measureit-108/php/measureit_functions.php on line 246, referer: http://measureit.localhost/

trying to access directly to the class.db.php shows the content of the file, 
not the php output.

adding the correct php tag (<?php ) makes everything work fine

Original issue reported on code.google.com by dmotale...@gmail.com on 23 Aug 2011 at 3:20

GoogleCodeExporter commented 9 years ago
fixed

will be released in next version

thx for feedback

Original comment by lalelu...@gmail.com on 23 Aug 2011 at 6:22

GoogleCodeExporter commented 9 years ago
fixed in version 109

Original comment by lalelu...@gmail.com on 26 Sep 2011 at 5:45