This topic is locked
[SOLVED]

 Button arn't working anymore

10/21/2010 11:41:39 AM
PHPRunner General questions
Z
Zxenop author

So I got an other problem with PHPRunner

I have a project (a big one) with a couple of custom buttons (added with the "Add button" functionality) they were working fine util today, now when I try to use one of them they stay disabled and do nothing I even tried to create a new project, even the sample button doesn't work
So tried on a different database and now it's working
Does anybody have any clue about what could cause that ?

woodey2002 10/21/2010

I don't think PhpRunner is causing your problem...
Thanks to PhpR I using super clean custom buttons since version 5.1 to current 5.3 build 6629 with no problems...
Did you mess with user permissions or user table on the backend?
Regards
J
PhpRunners No 1 Fan <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=53748&image=1&table=forumreplies' class='bbc_emoticon' alt=':ph34r:' />

Admin 10/21/2010

I can only suggest to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.

Z
Zxenop author 10/22/2010

Yeah I don't know if phpr is the problem, I've no error display and FirePHP don't show any outputs, I've cornered the error in the buttonhandler.php file but nothing else

I also tried to recreate the databases and also reacreate the user, still the same problem, strange I used an old database creation script (same database just older version), the button were working back in that time, but even with the old database script the button aren't working anymore
Also I can't open a ticket cause my boss is the only one who has the logins infos, and of course he isn't around here right now

A
ann 10/22/2010

Hi,
probably this error happens because you haven't removed old buttons with wrong code.

Proceed to the Events tab and delete all buttons that aren't used in the project or re-add existing buttons.
If it doesn't help please publish your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.

Z
Zxenop author 10/22/2010



Hi,
probably this error happens because you haven't removed old buttons with wrong code.

Proceed to the Events tab and delete all buttons that aren't used in the project or re-add existing buttons.
If it doesn't help please publish your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.



It's probably something like that, I've looked in the event tab but there is non trace of olds buttons, but if I look in the buttonhandler.php there is pieces of code of old buttons, strange

Discard that I missed an old one, removed it, still the same problem
Also I tried to upload the project to the demo account, but in the end I got an error message, it seems it doesn't want of my database's views

Admin 10/23/2010

You need to contact support directly. We need to have access to your application in order to help.

Z
Zxenop author 10/27/2010

Figured it out myself

There was a typo in one of the server side button code, turns out there is no way PHP can tell you that the usual way, thanks for the help guys