![]() |
Sergey Kornilov admin 5/10/2016 |
You should not change anything in PHPRunner apps. It will use mysqli instead of mysql functions automatically if mysqli extension is available in PHP. |
![]() |
bbarker author 5/10/2016 |
This error occurs when I click on "View in Browser" on the OUTPUT screen. I thought that used a PHPR provided Apache server? Something that I didn't install nor have to configure myself. |
![]() |
Sergey Kornilov admin 5/10/2016 |
The solution is to choose output folder is different from your project folder. |
![]() |
bbarker author 5/10/2016 |
Good job Sergey! That solved one of my problems!!! |
![]() |
bbarker author 5/11/2016 |
Still getting "deprecated" error messages. $result = mysql_query($query) or die("Query failed with error: ".mysql_error());
|
![]() |
Sergey Kornilov admin 5/11/2016 |
You are not building it in PHPRunner 8.1. This code doesn't even exist in PHPRunner 8.1. |
![]() |
bbarker author 5/11/2016 |
Yes... you're partially right. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=79343&image=1&table=forumreplies' class='bbc_emoticon' alt=':P' /> I am using 8.1, but..... $result = mysql_query($query) or die("Query failed with error: ".mysql_error()); |
![]() |
Sergey Kornilov admin 5/11/2016 |
You just need to rebuild this project with version 8.1 and this is it. Do not change anything manually. |
![]() |
bbarker author 5/12/2016 |
After installing WAMPP, most of the application now works. |
![]() |
bbarker author 5/13/2016 |
You just need to rebuild this project with version 8.1 and this is it. Do not change anything manually.
|
![]() |
Sergey Kornilov admin 5/13/2016 |
I wish I understand what difference you trying to find. All you need to do is to rebuild the project using the latest version of PHPRunner. It doesn't matter what the version were in old project. |