1
When I installed XOOPS ( ver 2.0.13.1) on my linux PC with
- Apache (1.3.33-6)
- php4 (4:4.3.10-15)
- mysql-server (4.0.24-10)
All the installation process completed successfully and the Web constructed
worked successfully. But most images disappear. Only empty placeholders showed.
The WebServer Log (/var/log/apache/error.log) show the following:
["Date and Time"] [error] [client xxx.yyy.zzz.aaa] File does not exist: /usr/share/images/banners/xoops_banner.gif
-- where is the ip address from my client for installing xoops
XOOPS find the the location for the image file "xoops_banner.gif" from elsewhere ( /usr/share/images/banners/ )
instead of FROM Apache DocumentRoot (/var/www/)
However, There was **No images lost** in another OLD installation with older XOOPS (Ver 2.0.9.2) with
- apache (1.3.26.)
- php4 (4:4.1.2)
- mysql-server (3.23.49-8.13)
Please help! What is the problem and how can I solve it?
Best Regards