This topic is locked

Demo Projects not functioning as show in your site.

12/6/2007 1:44:27 AM
PHPRunner General questions
P
phpfan author

I can describe myself as slightly above newbie to PHP/MYSql. I already installed Webserver(apache)/mysql/php etc. I am searching Web Application Generator on Internet. I downloaded PHPMaker installed on my window machine.It works vary fine.
While still searching for code generator. I come across PHPRunner. I downloded application (4.1) and demo files. I have created database as per "SQL" file provided. Well Plus of runner is that it is with template(smarty).

Since I am new to PHPRunner I find difficult in to section User Security & Master/Detail.

Particularly Demo2. Help file provided with application is not sufficient. What type of fileld "User table" Should have? How to corealate with main table.

J
Jane 12/6/2007

Hi,
I'm not sure that I understand you correctly.

Could you send me a URL where I can see this issue?
You can publish your application on Demo Account and post a URL to your pages here or send it to [email=support@xlinesoft.com]support@xlinesoft.com[/email] along with instructions on reproducing this error. Demo Account button is on the last tab in the PHPRunner.

I'll find what's wrong with your project inspecting it at Demo account site.

P
phpfan author 12/8/2007

Hi,

I'm not sure that I understand you correctly.

Could you send me a URL where I can see this issue?
You can publish your application on Demo Account and post a URL to your pages here or send it to [email=support@xlinesoft.com]support@xlinesoft.com[/email] along with instructions on reproducing this error. Demo Account button is on the last tab in the PHPRunner.

I'll find what's wrong with your project inspecting it at Demo account site.


Sorry. I was impatience to send previous post. If I have taken some time to figure out problem, I can myself trace problem.There was not even needed to send first post by me and waste your valuable time.Sorry once again.
My problem : 4 demos provided by your company for testing PHPRUNNER.Of which demo no.2 was not working as per shown.But now I figured out my mistake. In demo database there was no user table. I have created it but GroupId was "autoincremental". I noticed my mistake and changed to "varchar". And got Demo no.2 working <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=24013&image=1&table=forumreplies' class='bbc_emoticon' alt=':rolleyes:' /> and solved problem.Thanks.
Basically I am evaluating PHPMAKER/PHPRUNNER/CODECHARGE for my use. I have few questing <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=24013&image=2&table=forumreplies' class='bbc_emoticon' alt=':unsure:' /> about PHPRUNNER :

  1. I always wanted user activation in my project thru email,it is possible ?
  2. There is no SMTP authenticaion in project. How can I integrate PHPMailer/Swift ?

    Because currently many hosting requires SMTP authenticaion for port,username,password

    etc.
  3. It is Possible to add multiple Table (realated and non related) to particular page?.
  4. If I not mistaken file is uploading to database only,is it to upload (particularly image) to folder

    ref. of image and show image ? Since many Share Web Hosting gives very big space for hosting but put restriction on database size. Uploading file to database increases size of database there by creates problem in future.
  5. Is it possible that I create my own template(html/css/image).
  6. Multiple select/checkbox field ? and that too is searchable with multiple condition ?
    I have only above question for this product at present since I have not tested much other than four demos only. Thanks for creating such good product that to is with template (Particularly Smarty (GPL) and not any proprietary template system. ).
  7. One vary good thing about your forum is that quick response and
  8. It not mistaken owner (admin) himself sending Tips& Tricks which on various other product it is no exists. Generally user submits Tips & tricks. And all people will agree that tips does ease job of programming.
    Thanks once again.

Alexey admin 12/10/2007

Hi,
please see my answers below.

  1. We plan to add this feature to the next version of PHPRunner.

    You can implement this now with some custom programming.
  2. PHPRunner uses mail() function to send emails.

    It doesn't support SMTP authorization. However there are no problems with it on most Unix-based hostings.

    We plan to use an advanced email library in one of the next versions of PHPRunner.
  3. To display data from multiple tables on single page use JOIN clause in SQL query. Combining two independent tables on single page is not supported.
  4. PHPRunner supports uploading to both database and server disk.

    To upload file to a disk select File/Image edit type for any character (VARCHAR) field.
  5. Yes. Just make a copy of any existing style or layout directory and modify it.
  6. Yes, use multiline option in the Lookup wizard settings dialog.