Only time i encounter something similar is while working on a phprunner project, i.e. opened in PHPRunner, i used an external editor to edit and removed some files from the src folder, it became unpredictable when generated the project.
Thanks very much! Using the tutorials above I was able to add the following to the Custom CSS under the editor to get the same field boxes on the view pages as there are on the edit pages (theme cerulean and phprunner 10.3):
Since a few weeks I can't connect to my database(s) any more through phprunner.php.
I asked my hosting party if they changed something but they say they didn't.
When I try to connect to my database(s) in the normal way (I use phprunner since 2005) with phprunner.php I get:
Error connecting to the database
Http Code 0
Http Status 'Unknown code'
Unable to connect to database
When I connect directly to to the database (not with phprunner.php) it works but when I upload the project to the server I get this error:
Fatal error: Access denied for user 'blahblah_me'@'myserver.nl' (using password: YES) in /home/blahblah/connections/Connection.php on line 642
I then have to manually change everything back to localhost in ConnectionManager.php and then it works,
So this is a problem.
Anyone knows the answer?
John
I guess your web host changed something so connection via phprunner.php no longer works. Hard to tell without having all connection details.
What you can do is to use a direct connection to MySQL server and create a new server database connection on "Output directory" screen where you can use "localhost" as server address.
I guess your web host changed something so connection via phprunner.php no longer works. Hard to tell without having all connection details.
What you can do is to use a direct connection to MySQL server and create a new server database connection on "Output directory" screen where you can use "localhost" as server address.
This is not possible that your web host didn't change anything and suddenly connection via phprunner.php stopped working.
This is also not possible that you created a new Server Database Connection and it is not applied to generated code. You either not selecting this connection before the build or not uploading all files.
This is not possible that your web host didn't change anything and suddenly connection via phprunner.php stopped working.
This is also not possible that you created a new Server Database Connection and it is not applied to generated code. You either not selecting this connection before the build or not uploading all files.
It looks something is not right with database connection. As a first step I would contact your web hosting support team to figure out what are correct database connection parameters.
Once you are able to connect via phprunner.php you should be able to use the same connection settings in generated application.
It looks something is not right with database connection. As a first step I would contact your web hosting support team to figure out what are correct database connection parameters.
Once you are able to connect via phprunner.php you should be able to use the same connection settings in generated application.
I believe the problem is caused by an additional authentication.
www.mydomain.com is protected by a central authentication service (cas). When I run , I have to first login to www.mydomain.com with cas user account info. The first login page is something like
https: //cas.mydomain.com/cas/login?service=http//www.mydomain.com/phprunner.php
After that, it redirects to the page. From there on, I will be able to connect to my database.
How could I solve this cas problem?
Hi,
You should get in contact with the Support (sup...@xlinesoft.com)
I had some issues too. Normally phprunner builds a dump file which you can send to xlinesoft.
I changed to phprunner 64bit and added more memory to my virtal VMWARE machine.
In my case, with the 64bit version the intern intern webwerver dont work and I use now Wamp64 for local testing.
I had to return to an older copy of my work and did the work again.
Before I work on a project or make many changes I use "save as" to save the project in a new project folder, like "project1,project2,project3....)
Outputfolder is always the same, like c:\wamp\www\project
Good luck.
Hi,
You should get in contact with the Support (sup...@xlinesoft.com)
I had some issues too. Normally phprunner builds a dump file which you can send to xlinesoft.
I changed to phprunner 64bit and added more memory to my virtal VMWARE machine.
In my case, with the 64bit version the intern intern webwerver dont work and I use now Wamp64 for local testing.
I had to return to an older copy of my work and did the work again.
Before I work on a project or make many changes I use "save as" to save the project in a new project folder, like "project1,project2,project3....)
Outputfolder is always the same, like c:\wamp\www\project
Good luck.
Hi everyone,
in one of my phprunner projects I made a very simple method to send text messages(sms) through a third party gateway.
The button also views the number of available sms depending on credit.
An example of the implementation is:
on a list, you select the records you want and then press "send sms" button. It will open a new window where you'll be able to write the text. In my last development I also added the possibility to select the text from a fixed template previously set on another table.
If you are interested, please contact me ...
see the video :
I think that the plugins came out in version 8.0 of PHPRunner and that at that moment some very interesting ones were published and offered, but then they have become obsolete and this aspect has not been enhanced, which I understand is very positive for applications that are going to use on mobile, especially.
Of all the ones that I had and that I understood were free, I have reviewed them, adapted to the aspects of Boostrap and I have verified that they work in version 10.4.
I have also made 2 new plugins, free.
They are on my portal until Xlinesoft makes them available to all of you.
-ejemplos/plugines-de-phprunner/
Also, if you have any need, you can indicate it to me by email and I will try to see if I can develop it.
At the moment I am working on integrating the Select2 library " ;, which seems to me to have very considerable advantages over the standard PHPRunner lookup solution.
Greetings,
fernando
Hello colleagues:
I have developed and left on the plugin's page, 2 new developments.
EMOJI.- It allows in a text field, include Emoji. It is very useful to receive comments or ratings from users.
MARKDOWN.- A new editor for memo type fields, which stores information in "markdown" language, much simpler and easier to use for users.
URL: -desarrollo/plugines-de-phprunner/
Greetings,
fernando
I looking for advice. I need to collect information using PHPRunner (which I can do easily in a variety of ways / forms / phprunner applications) and create a printed/pdf form as output from a MySQL database.
Hi ,
here the detail of customer needs .
i have a customer in the industrial field producing a metal product and have an application for production management so when he receive a part from his supplier with defect or any noncoformity he want to send a message immedialtly to the IT system of his supplier so he can take the corrective actions immedialtly , the production is in juste in time process .
the application of the supplier is the same then the customer developped by phprunner .
is webhooks a solution ?( emitter custom (json data) and the supplier receiver ).
thks
Hello,
If I were in your situation, I would solve it with Restifull API.
I would use this form to integrate the server (application of the supplier, use of Slim): -phprunner-con-restfull-api/
And would use this other way to communicate any incident from the application of the client (use of UNIREST). -phprunner-cliente-restfull-api/
Greetings,
fernando
Phprunner is a Web apps generator/ide. The best thing about web app is flexibility. Once installed on web server, than it can be accessed from any devices such as ios, android, windows or linux laptops.... And the best thing about phprunner is: You don't have to think about how it works,..... it just works. Knowing php and javascript basics is important if you want to customize your app to meet certain business rules. But trust me...good friends in this forum are always here to help
Phprunner is a Web apps generator/ide. The best thing about web app is flexibility. Once installed on web server, than it can be accessed from any devices such as ios, android, windows or linux laptops.... And the best thing about phprunner is: You don't have to think about how it works,..... it just works. Knowing php and javascript basics is important if you want to customize your app to meet certain business rules. But trust me...good friends in this forum are always here to help
It all depends how complex you want to make things. You could try using solutions like phonegap etc. A straightforward solution is to use something like one of the app builders. You would essentially be inserting HTML/weblinks in to the apps so you phprunner pages open in the app.
A few app builders:
It all depends how complex you want to make things. You could try using solutions like phonegap etc. A straightforward solution is to use something like one of the app builders. You would essentially be inserting HTML/weblinks in to the apps so you phprunner pages open in the app.
A few app builders: