Cannot upload or change profile pictures

Re: Cannot upload or change profile pictures

by Dave Ang -
Number of replies: 2
Thanks Sujar,  


Sorry where can i check the  htaccess file and apache for RewriteRule?

In reply to Dave Ang

Re: Cannot upload or change profile pictures

by Suraj Kumar -

The rules of .htaccess files are followed by files and child directories of parent recursively where it is kept until new htaccess rules is overridden in child directory. It is hidden file so list it with a proper command (ls -la in linux).

Possibly .htaccess file might be avalable in

  1. root directory of moodle
  2. user directory of moodle
  3. public_html (document root) directory of web server

You may find .htaccess file in root directory of moodle or under user directory of moodle (moodle/user).


Regarding, apache files, access rules might have been written in 

  1. apache config file (httpd.conf under <Directory > or <Files > diective
  2. any included virtual conf file

You may contact your server admin.

Can you please share your screen shots of error message and url having administration block of moodle?

Thanks.

Suraj

In reply to Suraj Kumar

Re: Cannot upload or change profile pictures

by Saayeel Kalekar -

Hi there, I just created a new user field in my form named UID and marked it required.
Now if i click anywhere on site administration it redirects me to this link
edit.php?id=2&course=1  and asks me to update UID
and when i try to do it it says

Forbidden

You don't have permission to access /user/edit.php on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Please help me out.