The special directives file name has changed from php.ini to php5.ini. If you need special directives, place them there for now on.
Joomla installation, remove feed error message in control panel
It's not a bug, you just need to disable the 'Joomla! Security Newsfeed' module
- Extensions=>Module Manager=>'Administrator' tab
- disable 'Joomla! Security Newsfeed' module.
Because this module load feed data with link http://feeds.joomla.org/JoomlaSecurityNews, this link is broken, so it pop up a error loading feed data error.
DOJO Toolkit Overview and Links
Update WebCollab Tasks, Remove Late Tag
Use the following MySQL command to globally change all tasks not done:
UPDATE `tasks`
SET `deadline` = '2009-08-01'
WHERE `deadline` <= '2009-08-01'
AND `status` <> 'done'
Running XAMPP on Different Ports
You will need to access the application by the following:
http://localhost:8080/
https://localhost:444/
Change port 80 to 8080 twice in the following file:
F:\Programs\xampplite\apache\conf\httpd.conf
Change port 443 to 444 three times in the following file
F:\Programs\xampplite\apache\conf\extra\httpd-ssl.conf
