Dear sir/madam,
I've installed the newer version of PHPRunner v5.2 yesterday on my WinXP Pro SP3.
- First of all, it's giving an error while executing the shortcut and says:
PHPRunner has encountered a problem and needs to close. We are sorry for the inconvenience...
If I click on CLOSE button, software hangs and not working. But if I do not click on the Close button,
seceral seconds later, program windows appears and everything works perfectly (even that ERROR window still remains on the desktop)... I could not find the reason of this situation...
- After I run the software, I must say it is doing a perfect job.. I've seen a little bug while using 2 MySQL tables (master-detail state). I've a Firmalar (id is the key field) and Kisiler (firmaid is linked to the Firmalar table with Lookup Wizard). While editing and adding, it's just fine. But, If in the MISC properties page, when I toggle Truncate Large text option, while in view page, it shows the Lookup View field normally and cut the long texts with ... suffix. When I click on the ... button, it shows only the id number (which was the lookup id key field) value only instead of the lookup value... It may be fixed later...
- I'm using MySQL databases and tables in latin5 charset. But in the software, there's no any option about the charset & encoding options (or I could not find it) so, my characters are broken like the latin1 chars. I think db_connection.php must have the line as:
@mysql_query("SET NAMES latin5;", $conn);
which has the encoding character set may choosen from the software.. It should be selected by the user...
- If I toggle the Misc option Resizeable table columns for my detail table (for example my Kisiler table), in the view page, every column are very wide (approximately 500 pixels each) in the table and it's very hard to see/check values together. When I uncheck that option columns appears normally.
I'm just a trial user but as I seen that errors, I'd like to inform about them...
These are little bugs but maybe seen by the other users too..
Have a nice coding :)