1. Upload your Joomla folder (Windows PC) to SME Server /opt/joomla folder using WinSCP. This means overwriting files on /opt/joomla if there are. No need to include installation folder if it does exist.
  2. Putty to the server and issue these commands:
    chown -R www:www /opt/joomla/
    cd /opt/joomla
    find . –type f –exec chmod 644 {} \;
    find . –type d –exec chmod 755 {} \;
    Add a comment
Read more ...

I successfully installed Internet Explorer 7 (standalone) from this link http://tredosoft.com/IE7_standalone on Windows 7 and but got this error after opening it the first try.

The procedure entry point PathMatchSpecExW could not be located in the dynamic link library SHLWAPI.dll.

Restarting the computer, changing the compatibility to "Windows XP SP3" and running as Administrator didn't help.

Add a comment
Read more ...