Yeah! I know that, but IMO could you please use isset() instead, just to make sure the key is exists? or add error_reporting(E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE); line in your ewcfg11.php file to avoid changes to global php.ini configuration (especialy for developer who only want to test it or see how it works)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Never mind. It seems the default setting in SourceForge for the ticket is only the project author can edit or close the ticket. I just updated the ticket to "closed". Thanks again.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just uploaded the newest .zip file that contains the changes above. Thanks again for the feedback.
I also copied the "README.txt" and "phpstockdb.sql" files out from the root folder of web application. This should help people who have just downloaded the .zip file to read the instructions from README.txt file before running the script files in their web server.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please read the instructions in "README.txt" file.
Ah! yeah, my bad. It's work now, but I found another one.
and,
Please adjust the error_reporting directive in your "php.ini" file become:
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE
Yeah! I know that, but IMO could you please use
isset()instead, just to make sure thekeyis exists? or adderror_reporting(E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE);line in yourewcfg11.phpfile to avoid changes to global php.ini configuration (especialy for developer who only want to test it or see how it works)Sure, thanks for the feedback. Will update it in the next release.
Love to hear that pak :)
anyway, how to close this ticket? I can't found any link to do that.. :/
There should be an Edit link at the top right of this pane. If you did not see it, please let me know, so I will close it.
Sorry, but I didn't..
Never mind. It seems the default setting in SourceForge for the ticket is only the project author can edit or close the ticket. I just updated the ticket to "closed". Thanks again.
I just uploaded the newest .zip file that contains the changes above. Thanks again for the feedback.
I also copied the "README.txt" and "phpstockdb.sql" files out from the root folder of web application. This should help people who have just downloaded the .zip file to read the instructions from README.txt file before running the script files in their web server.
Nice! Glad it help :)
CSS not working . How to resolve this issue. Please guide me.