close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Delete Button Not Re-Routing

Thread began 5/30/2012 3:52 am by salaroche | Last modified 5/30/2012 2:07 pm by Jason Byrnes | 3023 views | 10 replies |

salaroche

Delete Button Not Re-Routing

Hi:

Within the WADA Search sequence, the Delete page is deleting records, but it's not re-routing the page to the Results page. Why would that be?

I'm testing the Website in two different servers, in one of them the Delete page works well, but not in the other. In the latter it just doesn't find the Results page. If this is a problem with server compatibility, how do I solve it?

Is WebAssist's code compatible with PHP 5.2.17?

Attached you will find the Delete page in question.

Thank you for your attention

Attached Files
SalarocheDeletePage.zip
Sign in to reply to this post

Jason ByrnesWebAssist

most likely a php error is occurring that is preventing the redirect.


add the following code at line 1 to turn error reporting on:

php:
<?php

error_reporting
(E_ALL);
ini_set('display_errors','on');
?>
Sign in to reply to this post

salaroche

Jason:

Thank you for your reply.

In entered the code you suggested and I got the following error message:

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home1/djibaca1/public_html/oxad/OxAdDelete.php:5) in /home1/djibaca1/public_html/oxad/OxAdDelete.php on line 68

Warning: Cannot modify header information - headers already sent by (output started at /home1/djibaca1/public_html/oxad/OxAdDelete.php:5) in /home1/djibaca1/public_html/oxad/OxAdDelete.php on line 76

Sign in to reply to this post

Jason ByrnesWebAssist

see the following thread for troubleshooting and fixing that error:

showthread.php?t=19285

Sign in to reply to this post

salaroche

Jason:

Thanks again. I tried deleting some text lines on line 69 and line 70, which seemed to be the closest possible trouble makers according to the example, but I only got error reports for other code lines.

Any suggestions?

Sign in to reply to this post

Jason ByrnesWebAssist

the error is reporting the problem at line 5:
output started at /home1/djibaca1/public_html/oxad/OxAdDelete.php:5


it is blank space between php code blocks near line 5.

Sign in to reply to this post

salaroche

I found two blank spaces at lines 14 and 16. I got rid of those spaces, but I still get errors...

Sign in to reply to this post

salaroche

Now I'm not even getting the same error messages. I'm getting this:

The page you are looking for could not be found.

Try searching for it in the address bar above.

Sign in to reply to this post

Jason ByrnesWebAssist

the error is not saying anything about line 14 or 16.


read this part of the error:
output started at /home1/djibaca1/public_html/oxad/OxAdDelete.php:5

it says the problem is around line 5.

probably line 4.

it could be a blank space at the end of the closing php tag:
"?> "

or a blank line between php tags:
"?>

<?php"

Sign in to reply to this post

salaroche

Jason:

Sorry to say that I haven't been able to find any blank spaces or lines between php code blocks or anywhere else near line 5. The page still doesn't reroute. Unfortunately I have to go cause they're closing this place. After all, this is Djibouti, in East Africa.

If there's anything you can do about this, please do it. It will be highly appreciated. I'll check the forum again tomorrow morning my time

Thanks for your attention

Sign in to reply to this post
loading

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