How do you think about to rewrite your approach
<A HREF=\"".pickurl(191)."?\">
into the following wording?
'<a href="' . pickurl(191) . '/?' . get_URL_parameters($context) . '">'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a similar problem. I'm using 5.0.1. When I open a file sometimes, it'll crash when I type. Sometimes it's when I type a "p" or a period, or a slash. Other times it'll work for awhile, and then crash when I type at a certain place. It's repeatable on my computer with the same file if you type in the same spot.
I'll do some more investigation on another computer with the same file. (But this crash has happened to me with different files... so it's probably not the file itself causing the problem.)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i've also had this issue. it's bad because it's not always able to be reproduced. i thought i had a virus or something at first, but nothing shows up with AVG and others are having this problem as well.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The approach of Markus is interesting, but I don't need all URL-parameters so it could work in some cases, but not in others. Anyway: thanks for the suggestion, it is a valuable one!
Other people say the error isn't reproducible.
Hint: did you try it in PHP mode?
Probably there isn't a problem in other modes (I didn't try this).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When inserting an question mark in PHP mode the program crashes immediately.
How do you think about to rewrite your approach
<A HREF=\"".pickurl(191)."?\">
into the following wording?
'<a href="' . pickurl(191) . '/?' . get_URL_parameters($context) . '">'
I hope that open issues with the handling of opening parentheses will also be fixed ...
https://sourceforge.net/tracker/index.php?func=detail&aid=2018667&group_id=95717&atid=612382
To be precise:
Take this PHP-construction (never mind what it means):
<A HREF=\"".pickurl(191)."\">
and try to make it this:
<A HREF=\"".pickurl(191)."?\">
when adding the ? before the \, the program crashes.
It is only a problem in version 5.0.1, version 4.9.2. works as expected.
I have follow your indications, and don't crash for me.
yeah, me neither
I have a similar problem. I'm using 5.0.1. When I open a file sometimes, it'll crash when I type. Sometimes it's when I type a "p" or a period, or a slash. Other times it'll work for awhile, and then crash when I type at a certain place. It's repeatable on my computer with the same file if you type in the same spot.
I'll do some more investigation on another computer with the same file. (But this crash has happened to me with different files... so it's probably not the file itself causing the problem.)
i've also had this issue. it's bad because it's not always able to be reproduced. i thought i had a virus or something at first, but nothing shows up with AVG and others are having this problem as well.
Here the topicstarter again...
The approach of Markus is interesting, but I don't need all URL-parameters so it could work in some cases, but not in others. Anyway: thanks for the suggestion, it is a valuable one!
Other people say the error isn't reproducible.
Hint: did you try it in PHP mode?
Probably there isn't a problem in other modes (I didn't try this).
https://sourceforge.net/forum/forum.php?thread_id=2125828&forum_id=331753
Don