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

Home » FUDforum Development » Bug Reports » cant change avatars byte size!!
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
cant change avatars byte size!! [message #795] Thu, 28 February 2002 05:38 Go to next message
FlameDragonX is currently offline  FlameDragonX   Australia
Messages: 12
Registered: February 2002
Karma: 0
Junior Member
i go to change the size and type it in hit set but it dont change it.
Re: cant change avatars byte size!! [message #798 is a reply to message #795] Thu, 28 February 2002 16:14 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
FlameDragonX wrote on Thu, 28 February 2002 12:38 AM

i go to change the size and type it in hit set but it dont change it.


This is a bug in the GLOBALS.php config file, which you can easily solve.

Open the file and go to a line which says:

$CUSTOM_AVATAR_MAX_SIZE = 10000; /* bytes */


then change the line to say:

$CUSTOM_AVATAR_MAX_SIZE = "10000"; /* bytes */


After you make this modification you will be able to alter the Maximum allowed custom avatar size via the global control panel.


FUDforum Core Developer
icon9.gif  Re: cant change avatars byte size!! [message #801 is a reply to message #798] Fri, 01 March 2002 02:07 Go to previous messageGo to next message
FlameDragonX is currently offline  FlameDragonX   Australia
Messages: 12
Registered: February 2002
Karma: 0
Junior Member
hope there is no more bugs, this is the 2rd time ive had to reinstall.
Re: cant change avatars byte size!! [message #803 is a reply to message #801] Fri, 01 March 2002 02:14 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
FlameDragonX wrote on Thu, 28 February 2002 9:07 PM

hope there is no more bugs, this is the 2rd time ive had to reinstall.


Well, there is usually no need to re-install most of the bugs are fixed by the upgrade script when we release future versions.

The bug you've pointed out before simply required a slight modification of your GLOBALS.php

I do however hope that there are going to be no or less bugs in the future.


FUDforum Core Developer
Re: cant change avatars byte size!! [message #806 is a reply to message #795] Fri, 01 March 2002 12:25 Go to previous messageGo to next message
FlameDragonX is currently offline  FlameDragonX   Australia
Messages: 12
Registered: February 2002
Karma: 0
Junior Member
i had to reinstall because i couldn't upload the changed globals.php and i still cant upload custom avators but the refresh bug and byte size bug r fixed.
Re: cant change avatars byte size!! [message #813 is a reply to message #806] Fri, 01 March 2002 15:53 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
FlameDragonX wrote on Fri, 01 March 2002 7:25 AM

i had to reinstall because i couldn't upload the changed globals.php and i still cant upload custom avators but the refresh bug and byte size bug r fixed.


Question, which version of FUDforum are you running?


FUDforum Core Developer
Re: cant change avatars byte size!! [message #822 is a reply to message #806] Sat, 02 March 2002 01:10 Go to previous messageGo to next message
hackie is currently offline  hackie   Canada
Messages: 177
Registered: January 2002
Karma: 0
Senior Member
Core Developer

FlameDragonX wrote on Fri, 01 March 2002 9:25 PM

i had to reinstall because i couldn't upload the changed globals.php and i still cant upload custom avators but the refresh bug and byte size bug r fixed.


In 1.2.1 we have added a built in file manager that allows you to control file permissions!! You should be able to upload anything you want


cc intelligence.c -o intelligence
$ ./intelligence
Segmentation fault
Re: cant change avatars byte size!! [message #826 is a reply to message #822] Sat, 02 March 2002 08:05 Go to previous messageGo to next message
FlameDragonX is currently offline  FlameDragonX   Australia
Messages: 12
Registered: February 2002
Karma: 0
Junior Member
It was the latest stabble version. I couldn't fix the bugs because i couldn't upload the changed files and then i had to get tech support to fix, because my ftp client wouldn't let me chmod them. He reset the permissions for the whole forum dir so i had to delete them. Reupload all the file becasue i wasn't going to chmod all of them and i notice the same with the latest version as well it wont let me delete the files. So if there is any major bugs i will have to go and do this all over again.
Re: cant change avatars byte size!! [message #827 is a reply to message #826] Sat, 02 March 2002 08:44 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
FlameDragonX wrote on Sat, 02 March 2002 3:05 AM

It was the latest stabble version. I couldn't fix the bugs because i couldn't upload the changed files and then i had to get tech support to fix, because my ftp client wouldn't let me chmod them. He reset the permissions for the whole forum dir so i had to delete them. Reupload all the file becasue i wasn't going to chmod all of them and i notice the same with the latest version as well it wont let me delete the files. So if there is any major bugs i will have to go and do this all over again.


There is a "File Manager" option inside the admin control panel.
That option allows you to chmod files to a permission so they can be edited/removed by you.
Try it...


FUDforum Core Developer
Re: cant change avatars byte size!! [message #938 is a reply to message #798] Sun, 10 March 2002 09:58 Go to previous messageGo to next message
FUDchild is currently offline  FUDchild   United States
Messages: 49
Registered: February 2002
Location: Mulberry, Florida
Karma: 0
Member
prottoss wrote on Thu, 28 February 2002 11:14 AM

FlameDragonX wrote on Thu, 28 February 2002 12:38 AM

i go to change the size and type it in hit set but it dont change it.


This is a bug in the GLOBALS.php config file, which you can easily solve.

Open the file and go to a line which says:

$CUSTOM_AVATAR_MAX_SIZE = 10000; /* bytes */


then change the line to say:

$CUSTOM_AVATAR_MAX_SIZE = "10000"; /* bytes */


After you make this modification you will be able to alter the Maximum allowed custom avatar size via the global control panel.


I dont have a GLOBAL.php file only a short cut that shows up in my ftp. where is the file suppose to be and howtf do i edit it?
Re: cant change avatars byte size!! [message #943 is a reply to message #938] Sun, 10 March 2002 16:06 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
FUDchild wrote on Sun, 10 March 2002 4:58 AM

prottoss wrote on Thu, 28 February 2002 11:14 AM

FlameDragonX wrote on Thu, 28 February 2002 12:38 AM

i go to change the size and type it in hit set but it dont change it.


This is a bug in the GLOBALS.php config file, which you can easily solve.

Open the file and go to a line which says:

$CUSTOM_AVATAR_MAX_SIZE = 10000; /* bytes */


then change the line to say:

$CUSTOM_AVATAR_MAX_SIZE = "10000"; /* bytes */


After you make this modification you will be able to alter the Maximum allowed custom avatar size via the global control panel.


I dont have a GLOBAL.php file only a short cut that shows up in my ftp. where is the file suppose to be and howtf do i edit it?


If you are running 1.2.2 the upgrade script already fixed this problem for ya Smile


FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Some Odd Quirks
Next Topic: tz variable generates php warning
Goto Forum:
  

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

Current Time: Fri May 17 02:05:15 GMT 2024

Total time taken to generate the page: 0.02380 seconds