close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Blank Results, Insert, Update pages

Thread began 1/21/2012 10:10 am by contact318852 | Last modified 1/23/2012 6:45 am by Jason Byrnes | 980 views | 2 replies |

contact318852

Blank Results, Insert, Update pages

Ah I found the correction the local database connection was referenced in two parts of the code on line 96
$WADAapplications = mysql_query($query_limit_WADAapplications, $local) or die(mysql_error());

Changing that made things work.

I am attempting to modify a set of admin pages in data assist, the current pages are working fine which I had created before upgrading to version 2.08. But the new pages done in 2.08 and those I created after upgrading to 2.09 have the same error behaviour on pages I have recreated.

The pages work perfectly on my local wamp server php 5.30, mysql 5.05 but when I upload them to my remote server php 4 ,mysql 5.05 and do a search the results page opens as a blank white page (with no source code) - so showing errors is impossible.

I have changed the connections include on all pages where it is required.

Im hoping someone can nudge me in the right direction to find where my error might be.

cheers

Sign in to reply to this post

Ian S

A blank white page could indicate that you have white space between your PHP tags at the top of the page.

Check to make sure you have no spaces between your tags for starters.

Cheers
Ian

Sign in to reply to this post

Jason ByrnesWebAssist

a blank page indicates that a php error has occurred, but error reporting is turned off.

you will need to turn error reporting on to see what the error is, this will give a direction for troubleshooting.

to error reporting on, add the following code at line 1 of your page:

php:
<?php
error_reporting
(E_ALL);
ini_set('display_errors','on');
?>
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...