*

Recent

Author Topic: Profile Image Upload Problem  (Read 4919 times)

Stylermw95

  • Contributors
  • Newbie
  • *******
  • Posts: 4
  • Force: +0/-0
    • PDS Gaming
Profile Image Upload Problem
« on: June 14, 2015, 10:34:22 AM »
Dear Community,

when my users and i would like upload a profile image we became an error.

Errpr Message below: Sorry, there was a problem uploading your file.

CHMOD 777 for the avatar folder i have given.

Best Regards

Stylermw95
I´ll be a German Developer!

am-fs

  • Owner
  • Developer
  • Full Member
  • ******
  • Posts: 228
  • Force: +1/-0
    • Great Flash Games
Re: Profile Image Upload Problem
« Reply #1 on: June 19, 2015, 06:02:28 PM »
i have looked into this but can not find an error or problem.

set folder permissions to 755


Stylermw95

  • Contributors
  • Newbie
  • *******
  • Posts: 4
  • Force: +0/-0
    • PDS Gaming
Re: Profile Image Upload Problem
« Reply #2 on: June 21, 2015, 01:36:15 AM »
Hello,

i have changed the permission from 777 to 755 but not works.

I use the last release.

:confused:

Best Regards from Germany

Stylermw95
I´ll be a German Developer!

am-fs

  • Owner
  • Developer
  • Full Member
  • ******
  • Posts: 228
  • Force: +1/-0
    • Great Flash Games
Re: Profile Image Upload Problem
« Reply #3 on: June 21, 2015, 09:39:19 PM »
your directory path is incorrect.

create file path.php
Code: [Select]
<?php 
echo getcwd(); // Short for `Get Current Working Directory` 
?>


run your site.com/path.php

copy and paste the path into your admin => settings => directory path, make sure you have / at the end

I'm sure your cache path is incorrect too, so edit the includes/config.php and add the correct path there.

thanks



Stylermw95

  • Contributors
  • Newbie
  • *******
  • Posts: 4
  • Force: +0/-0
    • PDS Gaming
Re: Profile Image Upload Problem
« Reply #4 on: June 26, 2015, 09:23:11 AM »
Hello,

that works fine.

Thank you very much and have a nice day.

Best Regards from Germany

Stylermw95
I´ll be a German Developer!