close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

2 questions about data assist pages

Thread began 3/28/2017 12:50 pm by larry268887 | Last modified 3/29/2017 12:33 pm by Ray Borduin | 1454 views | 8 replies |

larry268887

2 questions about data assist pages

1. On the detail page when the back to results button is pressed it take you back to the results page that has all the records instead of a results page that only has the records for the original search.

2. Why doesn't the update and insert pages have a cancel button anymore. I really think they are necessary

Thanks.

Attached Files
puppies_detail.php
Sign in to reply to this post

Ray BorduinWebAssist

I'd have to look at the results page to see why the search is cleared.

You can add cancel buttons. Just copy the same "Back to results" button and paste it where you want it on the insert and update pages.

Sign in to reply to this post
Did this help? Tips are appreciated...

larry268887

Here is the results page.

There doesn't seem to be a problem on the local server just on the remote server.

Thanks

Attached Files
puppies_results.php
Sign in to reply to this post

john70964

Yes it looks like it is set up correctly. Perhaps the remote server is having trouble with session variables? The search is saved in the session. If you give me FTP access and a url where I can test I can figure out what is wrong, but sessions is a logical culprit.

Sign in to reply to this post

larry268887

I've pm you the information

Sign in to reply to this post

Ray BorduinWebAssist

I can't seem to connect with that FTP information. Let me try walking you through a quick test...

1) create a page called sessionSet.php and put this code on it:
<?php
@session_start();
$_SESSION['test'] = 'working';
?>

2) create a page called sessionGet.php and put this code on it:
<?php
@session_start();
var_dump($_SESSION['test']);
?>

Then browse both pages in order. Does the working message appear on the get page?

Sign in to reply to this post
Did this help? Tips are appreciated...

larry268887

No the message is NULL

Sign in to reply to this post

Ray BorduinWebAssist

That means the server isn't storing session variables properly. Contact your hosting provider and give them those two pages as reference and they will fix it for you. It is probably a bad session_save_path in the php.ini file.

Sign in to reply to this post
Did this help? Tips are appreciated...

larry268887

There was tmp folder that was missing. Now everything is working.

Thanks

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...