This topic is locked

Errors or bugs in 10.5 After upgrading from 10.4

12/24/2020 3:53:15 PM
PHPRunner General questions
Myr0n author

Hello

1

I am having problems with custom button after upgrading from 10.4 to 10.5

I just create a new button in any page and left with the template code of the button and I clicked on the button and it gave the errorUncaught TypeError: can't access property "txt", result is undefined

With new project in 10.5 there is not problems is just after upgrading from 10.4

2The Change password option in users menu "changepassword_link" re-appear after you modify any option in the Security screen or you add a new table and create any page


3The option Script in Tables or Create sql script does not work after upgrading from 10.4 using sqlite



I only have 3 for the moment but I am working finding more <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=28000&image=1&table=forumtopics' class='bbc_emoticon' alt=':)' />
I thought that the 10.5.36354 was backward compatibility and I started to upgrade some projects and already are in production.
If they ask me to add a new custom button I will be in troubles. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=28000&image=2&table=forumtopics' class='bbc_emoticon' alt=':(' />

Myr0n author 12/26/2020

I solved the issue #2 adding next code in almost every page where I don't want to see the change password menu item in JavaScript Onload event

$("#changePasswordButton1").remove();


Alexey admin 12/29/2020

2 is by design. If you create a Change password page, the link to it is added to other pages.



Contact support directly if you need to resolve the rest of the issues.

Myr0n author 12/30/2020


2 is by design. If you create a Change password page, the link to it is added to other pages.



Contact support directly if you need to resolve the rest of the issues.


I am sorry but it's something else, and it's not in my side,
once we go to the Security page without modify anything and go back to designer page re-appear that link.

I need to take really care to do not click by mistake the security page if I do, I need to take out that link in all the pages where I don't want to show that link before to push the new release to production.

For example now, I was in the designer page and for error I click the back button and I went to the security page, do you know what happened? I clicked the Next button praying to don't see again that link and my prayers wasn't enough the link "changepassword_link" is there.

Now I need to delete the link "changepassword_link" in 35 tables and each table has list, add, edit, view, search and 5 with list I was forgetting the common pages.

Myr0n author 12/30/2020


2 is by design. If you create a Change password page, the link to it is added to other pages.



Contact support directly if you need to resolve the rest of the issues.


About "by design" let me ask you a questionWhat about the documentation "working with common pages/Security option"what is the purpose of tickand untickthe option "Change password" on any page and let tickedthat option or as in the documentation says " only in a page or pages where you want to show that option? and later you go to the security page without modifying nothing, just passing through and come back to the pages where you untickthe option "Change password" and you find out that the option "Change password" is ticked?


**


**btw I contacted support and they said " This behavior is by design. Remove the Change Password page if you don't need it. You can do that on Security->Registration and passwords dialog.".

Myr0n author 12/30/2020

About the #1I download the 10.5 build 36415 and solved this issue.