close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

DELETE FILE not working

Thread began 3/20/2013 1:15 pm by Cologne | Last modified 8/20/2014 2:25 pm by Miguel | 3934 views | 15 replies |

Cologne

DELETE FILE not working

Hi,

the server behavior DELETE FILE is not working.

Warning: unlink(/www/htdocs/localhero/artistImages) [function.unlink]: Permission denied in /www/htdocs/localhero/webassist/file_manipulation/helperphp.php on line 763

Warning: unlink(/www/htdocs/localhero/artistImages/fb) [function.unlink]: Is a directory in /www/htdocs/localhero/webassist/file_manipulation/helperphp.php on line 763

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/localhero/webassist/file_manipulation/helperphp.php:763) in /www/htdocs/localhero/members/delete/deleteAll.php on line 166



Yes I know "Permission denied" - All folders are on 777.

And on my update page the DELETE FILE is working, caus it DELETES the old file after uploading the new file.

Only if I want to delete all files and the account it does not work :-(

Any suggestion?

Denis

Sign in to reply to this post

Jason ByrnesWebAssist

send a copy of the page so i can see how the delete behavior is set up.

Sign in to reply to this post

Cologne

Hi Jason,

I think I got my error.
Do I always have to have a hidden field for the image name that hast be be deleted?
When I use a hidden field insted of the recordset it works perfectly!

Cheers,
Denis

Sign in to reply to this post

Jason ByrnesWebAssist

well, if you use a recordset for the file name, there are 2 things to bear in mind:

1) the code for the recordset must come before the file delete behavior.

2) make sure that any filter that is needed to filter the recordset is passed with the form

it's simpler to just use the hidden element.

Sign in to reply to this post

Cologne

Thanks for your great support Jason!

cheers,
Denis

Sign in to reply to this post

Miguel

I have a similar problem also not sure to open a new thread or use this one:


Warning: unlink(/home/dd/public_html/images/slides): Is a directory in /home/dd/public_html/webassist/file_manipulation/helperphp.php on line 763

Warning: Cannot modify header information - headers already sent by (output started at /home/dd/public_html/webassist/file_manipulation/helperphp.php:763) in /home/dd/public_html/admin/slides_detail.php on line 133

Warning: unlink(/home/dd/public_html/images/slides): Is a directory in /home/dd/public_html/webassist/file_manipulation/helperphp.php on line 763

Sign in to reply to this post

Jason ByrnesWebAssist

the delete behaivor:

<?php
$WA_DeleteFileResult2 = false;
if(isset($_POST["Delete"]) || isset($_POST["Delete_x"])){
$WA_DeleteFileResult2 = WA_FileAssist_DeleteFile("../images/slides/", "".((isset($_POST["SLBg"]))?$_POST["SLBg"]:"") ."");
}?>



is set to use the SLBg form element


the onclick event for the delete button:

onClick="document.getElementById('LAYId').value=<?php echo $row_WADAivs_mod_slidecap['idCaption']; ?>;document.getElementById('LAYImg').value='<?php echo $row_WADAivs_mod_slidecap['capPicture']; ?>';"



is setting the value for the LAYImg form element, it needs to set the value for the one being used by the delete behavior, SLBg

Sign in to reply to this post

Miguel

Hello Jason Thank you for the replay the point is that there are more than one delete button, both open in different modal boxes

The first one:

<button type="button" value="Delete" class="btn btn-danger" id="DeleteConfirm" name="DeleteConfirm" data-original-title="Delete" data-toggle="modal" data-target="#AllDelete" ><i class="fa fa-trash-o"></i> Delete</button>

Calls
<input type="submit" value="Delete" class="btn btn-danger tip" id="Delete" name="Delete" data-original-title="ARE YOU SURE" />

The second one is the one you pointed

The thing is that the first one deletes the main category and all articles related with it

the one you pointed deletes a single article but keeps the category

That is why you find at the end of the code 2 different delete buttons for triggering propose

<input type="submit" value="Delete" class="btn btn-danger tip" id="Delete" name="Delete" data-original-title="ARE YOU SURE" />
<input type="submit" value="Delete" class="btn btn-danger tip" id="DeleteL" name="DeleteL" data-original-title="ARE YOU SURE" />

If i take out

<?php
$WA_DeleteFileResult2 = false;
if(isset($_POST["Delete"]) || isset($_POST["Delete_x"])){
$WA_DeleteFileResult2 = WA_FileAssist_DeleteFile("../images/slides/", "".((isset($_POST["SLBg"]))?$_POST["SLBg"]:"") ."");
}?>

My first delete button wont delete the complete category picture in other words, also i notice that if it has a picture it will only show this msg

Warning: Cannot modify header information - headers already sent by (output started at /home/dd/public_html/webassist/file_manipulation/helperphp.php:763) in /home/dd/public_html/admin/slides_detail.php on line 133

Warning: unlink(/home/dd/public_html/images/slides): Is a directory in /home/dd/public_html/webassist/file_manipulation/helperphp.php on line 763

Sign in to reply to this post

Jason ByrnesWebAssist

the onclick code needs to send information to popualte all of the hidden elements,

you have 3 different deletes and 3 different hidden elements for the image name, but the onclick code is only sending a value to one, it needs to send a value to all 3.

Sign in to reply to this post

Miguel

I added the onclick to the first delete

<button type="button" value="Delete" class="btn btn-danger" id="DeleteConfirm" name="DeleteConfirm" data-original-title="Delete" data-toggle="modal" data-target="#AllDelete" onclick="document.getElementById('WADADeleteRecordID').value=<?php echo($row_WADAivs_mod_slides["idSlide"]); ?>;document.getElementById('SLBg').value='<?php echo $row_WADAivs_mod_slides['slideBackground']; ?>';" ><i class="fa fa-trash-o"></i> Delete</button>

Still the same problem also see private

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