Welcome, Guest. Please Login or Register.
May 03, 2024, 05:46:59 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  English User Help  |  English Help  |  Did I mess something up or are these bugs? « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Did I mess something up or are these bugs?  (Read 2374 times)
ttp
Noobie
*
Posts: 22


I love YaBB SE!

Did I mess something up or are these bugs?
« on: December 22, 2001, 09:49:24 PM »
Reply with quote

I just got my board up and converted.  It is at www.atrakehner.com/yabbs.

When I am in the administrative area, I am not able to access the Forum Preferences and Settings part.  I get the message "An Error Has Occurred!" with no other info.

When I, logged in as admin or as a user, try to edit the profile area, underneath the blank for "Personal Text" is a box with an error message:  

An Error Has Occurred!

2: OpenDir: No such file or directory (errno 2)
(/home/httpd/atrakehner/yabbs/Sources/Profile.php ln 159)
 

There are no buttons to edit the profile settings.  

Did I foul something up in the installation?  Thanks

Logged
alexrolko
Guest
Re:Did I mess something up or are these bugs?
« Reply #1 on: December 22, 2001, 10:10:22 PM »
Reply with quote

CHMOD the directory your board is in to 777.
Logged
ttp
Noobie
*
Posts: 22


I love YaBB SE!

Re:Did I mess something up or are these bugs?
« Reply #2 on: December 22, 2001, 10:15:05 PM »
Reply with quote

It is chmoded to 777, and so are all of the files inside the directory.  Still have the problems.
Logged
Joseph Fung
Global Moderator
YaBB God
*****
Posts: 4512


Keep smiling: it makes others nervous.

WWW
Re:Did I mess something up or are these bugs?
« Reply #3 on: December 22, 2001, 10:25:34 PM »
Reply with quote

Quote from: ttp on December 22, 2001, 09:49:24 PMI just got my board up and converted.  It is at www.atrakehner.com/yabbs.

When I am in the administrative area, I am not able to access the Forum Preferences and Settings part.  I get the message "An Error Has Occurred!" with no other info.

When I, logged in as admin or as a user, try to edit the profile area, underneath the blank for "Personal Text" is a box with an error message:  

An Error Has Occurred!

2: OpenDir: No such file or directory (errno 2)
(/home/httpd/atrakehner/yabbs/Sources/Profile.php ln 159)
 

There are no buttons to edit the profile settings.  

Did I foul something up in the installation?  Thanks


re. your first problem - it's the auto-backup thing.

either chmod your dir to 777 (so it can create the Settings.bak file) or create a Settings.bak file and chmod it to 777

your second proablem is a probelm with faces dir - check your Settings.php
Logged

ttp
Noobie
*
Posts: 22


I love YaBB SE!

Re:Did I mess something up or are these bugs?
« Reply #4 on: December 22, 2001, 10:30:15 PM »
Reply with quote

re. your first problem - it's the auto-backup thing.

either chmod your dir to 777 (so it can create the Settings.bak file) or create a Settings.bak file and chmod it to 777>>

Got this.  Already had a Settings.bak file, but it changed its chmoding at some point.  Refreshing the info and looking at the dir showed only settings.bak had changed.  I chmoded it and got in to the Preferences section.  Will this be a regular thing, the spontaneous changing of the chmoding?  I hope not--that is why I got rid of Y1G....


<<your second proablem is a probelm with faces dir - check your Settings.php >>

What IS "faces dir" and where do I find it, and what am I checking on Settings.php?  The chmod is 777.

Thanks for the tips!
Logged
Joseph Fung
Global Moderator
YaBB God
*****
Posts: 4512


Keep smiling: it makes others nervous.

WWW
Re:Did I mess something up or are these bugs?
« Reply #5 on: December 22, 2001, 10:32:45 PM »
Reply with quote

If your server has a nasty chmod mask it'll happen regularly.

A chmod mask prevents you from chmodding things easily - it's a security restriction some hosts have.

If you don't care about the backup - just comment those lines of code out - I'll post ht exact line of code once I get back from dinner...
Logged

ttp
Noobie
*
Posts: 22


I love YaBB SE!

Re:Did I mess something up or are these bugs?
« Reply #6 on: December 22, 2001, 10:36:33 PM »
Reply with quote

Is THAT what the problem is with this chmoding business?  Huh.  Anyway to fix that?  Thanks for your offer of help.

Also, what is this "faces dir" thing?

 ???
Logged
Joseph Fung
Global Moderator
YaBB God
*****
Posts: 4512


Keep smiling: it makes others nervous.

WWW
Re:Did I mess something up or are these bugs?
« Reply #7 on: December 23, 2001, 04:08:47 AM »
Reply with quote

sorry - $facesdir in Settings.php  - it sounds VERY much like you've accidentally set it incorrectly.

Re. the chmod mask - usually there is nothing you can do about.  It's possibly you could convince your host to change it, but I've found (from experience) hosts who feel they need to set it are very anal about it :P
Logged

ttp
Noobie
*
Posts: 22


I love YaBB SE!

Re:Did I mess something up or are these bugs?
« Reply #8 on: December 23, 2001, 04:29:28 AM »
Reply with quote

Found it--thanks!  For some reason, the default setting in there sticks an extra "html" in the path for YaBBImages.  It works now.   ;)  Just have to wait and see how it all holds up to traffic!

Is there a way to avoid the chmod problem on the software end?  
Logged
Joseph Fung
Global Moderator
YaBB God
*****
Posts: 4512


Keep smiling: it makes others nervous.

WWW
Re:Did I mess something up or are these bugs?
« Reply #9 on: December 23, 2001, 04:31:31 AM »
Reply with quote

like I said earlier -you could comment out the lines where the backup is attempted...
Logged

ttp
Noobie
*
Posts: 22


I love YaBB SE!

Re:Did I mess something up or are these bugs?
« Reply #10 on: December 23, 2001, 05:22:54 AM »
Reply with quote

And these would be which lines, and more importantly, in which file????   ;D
Logged
Jay Silverman
Full Member
***
Posts: 189


And So It Begins.

ICQ - 213566 WWW
Re:Did I mess something up or are these bugs?
« Reply #11 on: December 23, 2001, 10:51:15 AM »
Reply with quote

if (!copy("Settings.php", "Settings.bak"))
      fatal_error($txt['yse1']);

In Admin.php?
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Did I mess something up or are these bugs? « 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.014 seconds with 19 queries.