close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Admin pages re direct incorrectly

Thread began 4/30/2012 7:31 am by elewis93815 | Last modified 4/30/2012 2:10 pm by Jason Byrnes | 1495 views | 5 replies |

elewis93815

Admin pages re direct incorrectly

Hello,
We have built a DataAssist Admin area for our client to enter new events coming to his theater. When we attempt to enter a new event, a couple of things are happening.

1. The end date is not showing up
2. When we hit "insert" the page is directed to a page I do not recognize. ticketbooth_Detail.php My thought is that it should be directing to the ticket_booth_Detail.php page. This same problem is happening when you attempt to update an already listed event.

Also, is there a way to have the "Poster" field be a browse for image field so that the poster can be chosen and then upload right from the Admin Insert Page?

Thanks!
Jackie

Attached Files
WA PEPITOS 4-30-12.zip
Sign in to reply to this post

Jason ByrnesWebAssist

1) To help troubleshoot, edit the following line:

php:
$WA_redirectURL = "ticketbooth_Detail.php";



to:

php:
$WA_redirectURL = "";



to prevent the redirect, then add the following code just after the <body> tag to write the insert query to the screen:

php:
<?php echo("SQL: ".$WA_Sql); ?>



post this back in your reply.

2) There is a know issue for this in the data assist download center page.

3) Yes, you could use remove the poster text field and replace it with a file filed of the same name, then use the File Manipulation -> Upload file behavior. see the data assist support page for a tutorial on adding digital file pro to data assist insert and update pages.

Sign in to reply to this post

elewis93815

This is the error message I get when I added the script

Hi Jason,

This is what we get after we've added the code you listed in the previous post:

- Jackie

SQL: INSERT INTO `ticketbooth` (`POSTER`,`EVENT`,`EVENT_DESCRIPTION`,`PURCHASE_TICKETS`,`START_DATE`,`TIME`,`END_DATE`,`PRICE`,`MINIMUM_AGE`,`KID_FRIENDLY`,`NON_SMOKING`,`WHEELCHAIR_ACCESSIBLE`,`SEATING`,`TICKETS_AVAILABLE`) VALUES ('','','','',NULL,'',NULL,'','','','','','','')

Sign in to reply to this post

Jason ByrnesWebAssist

is this after submitting a new event?

this doesnt look like it is passing any information into the table.

Sign in to reply to this post

elewis93815

Yes, this is the message I get at the top of the screen when I hit insert.

Sign in to reply to this post

Jason ByrnesWebAssist

I have created a support ticket so we can look into this issue further.

To view and edit your support ticket, please log into your support history:
supporthistory.php

If anyone else is experiencing this same issue, please append to this thread.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...