293111
ukandrewf
Re: title of each page
  • 2003/5/18 11:22

  • ukandrewf

  • Friend of XOOPS

  • Posts: 198

  • Since: 2002/12/2


thanks for the reply, I'm using 1.3.9 so I don't think have smarty variables. Do you know which file I should edit your examples in for 1.3.9?

thanks

Andrew



293112
Evil1
Re: Can't upload custom avatar?
  • 2003/5/17 21:38

  • Evil1

  • Just popping in

  • Posts: 5

  • Since: 2003/5/1 0


Yep thats what i did, when i turned on the php debug it was giving errors from the /tmp folder, so its all good



293113
Tsugaya
Re: image manager category gone ?
  • 2003/5/17 16:05

  • Tsugaya

  • Just popping in

  • Posts: 5

  • Since: 2003/5/13


Hello,knight.From Tokyo Japan.

I don't use CVS but I will try your method.

Thank you



293114
onokazu
Re: Can't upload custom avatar?
  • 2003/5/17 8:12

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


It's ok to have the openbase_dir restriction enabled, as long as the temporary folder where files are temporarily uploaded is accessible (defaults to /tmp).



293115
Evil1
Re: Can't upload custom avatar?
  • 2003/5/17 8:08

  • Evil1

  • Just popping in

  • Posts: 5

  • Since: 2003/5/1 0


That was it! Thanks Onokazu =).



293116
onokazu
Re: Can't upload custom avatar?
  • 2003/5/17 2:13

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Maybe your serevr has openbase_dir restriction enabled.
Turn on the PHP debug and see if any error messages are displayed.



293117
Jack404
Re: Can't upload custom avatar?
  • 2003/5/17 0:54

  • Jack404

  • Just popping in

  • Posts: 56

  • Since: 2003/5/16


On another of the servers that I've worked on, the problem was CHMOD. Double-check your permissions for the user avatar folder.

Good luck!



293118
sylvainb
Re: Can't upload custom avatar?
  • 2003/5/16 22:13

  • sylvainb

  • Not too shy to talk

  • Posts: 168

  • Since: 2003/2/11


Hi, got this problem with my french web hosting!
The only way to solve that was to comment some code in /class/uploader.php :
Quote:

if (isset($this->maxWidth) || isset($this->maxHeight)) {
if (false === ($this->mediaDimention = getimagesize($this->mediaTmpName))) {
$this->setErrors('Invalid image file');
return false;
}
}

You can try this but you have to know that every user can upload a really big avatar like Billy with his 4x4 car (391 x 299) on my site...and i can't change it!



293119
Evil1
Re: Can't upload custom avatar?
  • 2003/5/16 21:57

  • Evil1

  • Just popping in

  • Posts: 5

  • Since: 2003/5/1 0


I have the exact same problem, please help =/



293120
knight
Re: image manager category gone ?
  • 2003/5/16 7:39

  • knight

  • Just popping in

  • Posts: 29

  • Since: 2002/12/29


ok as i mention all the data are still in the database..

i just solve it by using cvs version of main.php ( modules\system\admin\images\main.php ) at first it still not showing the category, but after some day i test it again by adding new category,this time it can keep the category i just added.

so my suggest is
1. dl the cvs main.php
2. del the category you create by myphpadmin
3. add again the new category







Login

Who's Online

582 user(s) are online (324 user(s) are browsing Support Forums)


Members: 0


Guests: 582


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits