Welcome, Guest. Please Login or Register.
August 30, 2025, 05:43:07 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  English User Help  |  English Help  |  Problems removing Boards error.. « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Problems removing Boards error..  (Read 286 times)
seanc
Noobie
*
Posts: 18


llama love

Problems removing Boards error..
« on: May 03, 2002, 11:24:44 PM »
Reply with quote

getting this error when trying to remove a board on m newly converted YAGG gold to YABBSE board..


2: Unlink failed (No such file or directory)
(/home/hype/clubhyperia-www/yabbse/Sources/ManageBoards.php ln 210)

any ideas?
Logged
Jedi~
Eric
Beta Tester
YaBB God
*****
Posts: 1284


WWW
Re:Problems removing Boards error..
« Reply #1 on: May 04, 2002, 12:05:31 AM »
Reply with quote

Wrong forum.
Logged
seanc
Noobie
*
Posts: 18


llama love

Re:Problems removing Boards error..
« Reply #2 on: May 04, 2002, 01:47:35 AM »
Reply with quote

This was moved to this forum by admin,  can someone please help.

I have ontacted over 7 people who seem to be heavily involved here and no luck getting any help.

Please asssist as this problem is not in the board anywhere from searching and i need help to get it going well and stable.  

should i just give up ?
« Last Edit: May 04, 2002, 01:53:01 AM by seanc » Logged
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:Problems removing Boards error..
« Reply #3 on: May 04, 2002, 02:04:53 AM »
Reply with quote

Line 210 is, nlink($modSettings['attachmentUploadDir'] . "/" . $row['attachmentFilename']);Make sure your attachments directory is chmodded to 777.  Also is your host running in safe mode.  Do you have attachments enabled on your board and if so do they work?
Logged

seanc
Noobie
*
Posts: 18


llama love

Re:Problems removing Boards error..
« Reply #4 on: May 04, 2002, 02:18:43 AM »
Reply with quote

David

Thank you very much,  yes the attachments folder is chmod 777

host isnt running in safe mode. and attanchments are diabled.

would you like to look at it for me?

http://www.clubhyperia.com/yabbse/index.php
Logged
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:Problems removing Boards error..
« Reply #5 on: May 04, 2002, 06:01:53 AM »
Reply with quote

Since this thread, http://www.yabb.info/community/index.php?board=133;action=display;threadid=7465 didn't help I don't really know where to go from here.  My next suggestion is to enable attachments and see if they work.  This gave this error when trying to post.
QuoteAn Error Has Occurred!  
 
2: Supplied argument is not a valid MySQL result resource  
(/home/hype/clubhyperia-www/yabbse/Sources/Post.php ln 744)
Line 744 is a blank line after dealing with the posts image.
Logged

David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:Problems removing Boards error..
« Reply #6 on: May 04, 2002, 06:06:26 AM »
Reply with quote

K, for some reason I have a funky version of Post.php.  The actual line 744 is while ($rowmember = mysql_fetch_array($members)) { It is in the function that notifys users.  We need help.
Logged

Stanley
Noobie
*
Posts: 15


I'm a llama!

Re:Problems removing Boards error..
« Reply #7 on: May 05, 2002, 07:43:52 AM »
Reply with quote

I'm having the same problem removing boards but I can possibly fix your 'add post' error

TRY:

change this on Post.php line 744:

Code:
$members = mysql_query("SELECT emailAddress, notifyOnce, memberName FROM {$db_prefix}members WHERE ID_MEMBER IN ($row[0]) && emailAddress!='' && memberName!='$username'");
 


to

Code:
$members = mysql_query("SELECT emailAddress, notifyOnce, memberName FROM {$db_prefix}members WHERE ID_MEMBER IN ('$row[0]') && emailAddress!='' && memberName!='$username'");
 
That's how I fixed that particular problem and thanks to whoever originally posted the solution!
« Last Edit: May 05, 2002, 07:45:02 AM by Stanley » Logged

Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Problems removing Boards error.. « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.013 seconds with 19 queries.