Problem with the icons of the page "my projects"
Posted by: douglas_simon (---.acessoline.net.br)
Date: September 02, 2014 02:00PM

Anyone know why this is happening with the icons on this page?


[prntscr.com]


I need help to solve this problem, please.

Thanks.

Options: ReplyQuote
Re: Problem with the icons of the page "my projects"
Posted by: RiggsFolly (---.dynamic.dsl.as9105.com)
Date: September 02, 2014 04:47PM

It could be as simple as doing a browser refresh ( CTRL+F5 )

Otherwise, check that the autoindex_module is activated in Apache

left click wampmanager -> Apache -> Apache Modules -> autoindex_module

It should have a tick beside it, if not click that menu item and it will activate the module and restart Apache automatically to pick up the change.

You could also check that this line is uncommented in the httpd.conf file

# Fancy directory listings
Include conf/extra/httpd-autoindex.conf

You can find it on roughly line number 468. If it starts with a # remove the # and then manually restart Apache

left click wampmanager -> Apache -> Service -> Restart Service

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: Problem with the icons of the page "my projects"
Posted by: douglas_simon (---.bnut3703.dsl.brasiltelecom.net.br)
Date: September 02, 2014 06:27PM

This module was disabled, so I enable it but I got this error and it did not activate.

[prntscr.com]



What should I do ?

Options: ReplyQuote
Re: Problem with the icons of the page "my projects"
Posted by: Otomatic (Moderator)
Date: September 02, 2014 06:28PM

Hi,

Do not forget to check that the paths are correct in the file conf/extra/httpd-autoindex.conf and modify as below if it is not.
Alias /icons/ "icons/"

<Directory "icons">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: Problem with the icons of the page "my projects"
Posted by: douglas_simon (---.bnut3703.dsl.brasiltelecom.net.br)
Date: September 02, 2014 06:34PM

Thanks a lot !

everything is ok now !

Options: ReplyQuote


Sorry, only registered users may post in this forum.