FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Avatar Manager Error
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Avatar Manager Error [message #6422] Thu, 10 October 2002 08:09 Go to next message
fpof   Ukraine
Messages: 25
Registered: September 2002
Karma: 0
Junior Member
1.In Profile I am select Avatar Type Upload Avatar.
I am add Custom Avatar File.
Administartor Avatar Approval - prosess ok.
I am look me with avatar.

2.After that in Profile I am select Avatar Type Built In.
And get window without any message.

3.Avatar Management System

Web server doesn't have write permission to write to '/usr/local/apache2/htdocs/main/images/avatars', avatar upload disabled

[SELECT AVATAR]
In new wodow "Can't read '../images/avatars/'"

Add Avatar
() :
Query: INSERT INTO fud23_avatar(img, descr) VALUES('','')
Server Version: PostgreSQL 7.2.2 on i686-pc-linux-gnu, compiled by GCC 2.96
[Referring Page] http://sup.loc.ms/adm/admavatar.php?rid=1&S=4fc1512202ddca54b00b2a3b6f8 858fc#avt_sel

P.S. My forum default lang is Russian.
System Configuration
PHP built On: Linux sup 2.4.7-10 #1 Thu Sep 6 17:27:27 EDT 2001 i686 unknown
MySQL Version: PostgreSQL 7.2.2 on i686-pc-linux-gnu, compiled by GCC 2.96
PHP Version: 4.2.3
Web Server: Apache/2.0.40 (Unix) PHP/4.2.3
WebServer to PHP interface: apache2filter
Forum Version: 2.3.2RC3
Relavent PHP Settings:
Safe Mode: OFF
Display Errors: OFF
File Uploads: ON
Magic Quotes: OFF
Register Globals: OFF
Output Buffering: ON
Disabled Functions: none
PSpell Support: No

[Updated on: Fri, 11 October 2002 05:06]

Report message to a moderator

Re: Avatar Manager Error [message #6434 is a reply to message #6422] Thu, 10 October 2002 16:18 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Does the directory
/usr/local/apache2/htdocs/main/images/avatars
exist?


FUDforum Core Developer
Re: Avatar Manager Error [message #6441 is a reply to message #6434] Fri, 11 October 2002 04:58 Go to previous messageGo to next message
fpof   Ukraine
Messages: 25
Registered: September 2002
Karma: 0
Junior Member
# ls -l /usr/local/apache2/htdocs/main
...
drwxr-x--- 8 apache2 apache2 4096 οΛΤ 8 10:43 images
...
# ls -l /usr/local/apache2/htdocs/main/images
...
drwxr-x--- 2 apache2 apache2 4096 οΛΤ 8 11:04 avatars
...

[Updated on: Fri, 11 October 2002 05:05]

Report message to a moderator

Re: Avatar Manager Error [message #6448 is a reply to message #6441] Fri, 11 October 2002 12:54 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
If you chmod the directory 755 does it make a difference?

FUDforum Core Developer
Re: Avatar Manager Error [message #6606 is a reply to message #6448] Fri, 18 October 2002 07:46 Go to previous messageGo to next message
fpof   Ukraine
Messages: 25
Registered: September 2002
Karma: 0
Junior Member
1.Sorry, for not reply long.
2.And
drwxr xr x 8 apache2 apache2 οΛΤ 8 10:43 images
drwxr xr x 2 apache2 apache2 οΛΤ 8 11:04 avatars
not work (for errors see first mess),
and
drwxrwxrwx 8 apache2 apache2 οΛΤ 8 10:43 images
drwxrwxrwx 2 apache2 apache2 οΛΤ 8 11:04 avatars
not work too.
3. I have add Custom Avatar.
Avatar Approval works (I have wrote this in first mess).
But in Avatar Manager I see only [Edit][Delete] and don't see down Avatar Description nothing.

[Updated on: Fri, 18 October 2002 07:54]

Report message to a moderator

Re: Avatar Manager Error [message #6613 is a reply to message #6606] Fri, 18 October 2002 14:00 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
That because you may have uploaded the avatar manually (via FTP) so these avatars do not exist in the database.

FUDforum Core Developer
Re: Avatar Manager Error [message #6626 is a reply to message #6422] Fri, 18 October 2002 20:16 Go to previous messageGo to next message
Raven17 is currently offline  Raven17   United States
Messages: 32
Registered: September 2002
Location: Southern California
Karma: 0
Member
See http://fud.prohost.org/forum/index.php?t=msg&th=1129&start=0&ri d=413&S=8d380ca85d742bc9a95479e04f4ddf94

I asked this a few weeks ago.

All Avatars have to be LOADED into the database. It's not enough to copy the files into the directory.

[Updated on: Fri, 18 October 2002 20:18]

Report message to a moderator

Re: Avatar Manager Error [message #7258 is a reply to message #6613] Thu, 14 November 2002 07:36 Go to previous messageGo to next message
fpof   Ukraine
Messages: 25
Registered: September 2002
Karma: 0
Junior Member
prottoss wrote on Fri, 18 October 2002 17:00

That because you may have uploaded the avatar manually (via FTP) so these avatars do not exist in the database.

I think 'Web server doesn't have write permission to write to '/usr/local/apache2/htdocs/main/images/avatars', avatar upload disabled' not fud32_avatars table database error. May be wrong set up apache.

[Updated on: Fri, 15 November 2002 06:00]

Report message to a moderator

Re: Avatar Manager Error [message #7259 is a reply to message #6626] Thu, 14 November 2002 07:41 Go to previous messageGo to next message
fpof   Ukraine
Messages: 25
Registered: September 2002
Karma: 0
Junior Member
Raven17 wrote on Fri, 18 October 2002 23:16

See http://fud.prohost.org/forum/index.php?t=msg&th=1129&start=0&ri d=413&S=8d380ca85d742bc9a95479e04f4ddf94

I asked this a few weeks ago.

All Avatars have to be LOADED into the database. It's not enough to copy the files into the directory.


Do you can to export fud23_avatar table from forum database (I use pgaccess) and send me your avatar files and fud32_avatars.txt (export file), please Smile

[Updated on: Fri, 15 November 2002 06:03]

Report message to a moderator

Re: Avatar Manager Error [message #7387 is a reply to message #7259] Wed, 20 November 2002 18:58 Go to previous message
Raven17 is currently offline  Raven17   United States
Messages: 32
Registered: September 2002
Location: Southern California
Karma: 0
Member
This was addressed in the beginning of October.

For interested / lazy Smile people, PM me with your e-mail address and I will send you my fud23_avatar table dump (40 K) as well as the 621 avatars (1.74 M) that I populated my forum with.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Huge index database
Next Topic: Forum Statistics
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Tue Oct 01 17:17:34 GMT 2024

Total time taken to generate the page: 0.02252 seconds