This topic is locked

problem with chrome

6/9/2017 8:06:11 AM
PHPRunner General questions
A
apowazniak author

The application works correctly in opera and firefox .... but in chrome it does not enter


dermemo 6/10/2017

Did you make any recent changes to the project? (try ctrl+f5) while in Chrome
The information you provided is a little vague, can you provide a link for me to check it out?
hasta proximo

A
apowazniak author 6/11/2017



Did you make any recent changes to the project? (try ctrl+f5) while in Chrome
The information you provided is a little vague, can you provide a link for me to check it out?
hasta proximo


fist... thanks for the greeting <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=82370&image=1&table=forumreplies' class='bbc_emoticon' alt=':lol:' />
no changes in project... in a existing and old project made with phprunner 8.0 i have the same problem... with firefox work great but with chrome dont work....

dermemo 6/11/2017

The error message you get "unreachable code after return statement" means that somewhere in your events you might have code after a return statement.
something similar to this:



function f() {

return true

3 + 4;

}


check your events for anything that looks like that, if you can`t find anything, upload your project to the demo account and open a ticket with the support <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=82371&image=1&table=forumreplies' class='bbc_emoticon' alt=';)' />
hasta luego amigo