SID-01516: Cannot see the images
| Status: |
Answered |
TWiki version: |
4.1.1 |
Perl version: |
5.8.4 |
| Category: |
CategoryEditing |
Server OS: |
Solaris 10 |
Last update: |
13 years ago |
Hi Team ,
We are trying to install twiki on a test server . After having copied the necessary files from another server which si already hosting twiki to the test server. However though I am able to see pages . I am not able to see the images. Please suggest ...
Thanks
Clive
--
CliveDias - 2012-08-09
Discussion and Answer
Difficult to help without more details. Check the
{PubUrlPath} setting in configure. Make sure the dirs & files below
twiki/pub are readable/writable by the webserver user.
--
PeterThoeny - 2012-08-09
Thanks . I will check
--
CliveDias - 2012-08-13
--
CliveDias - 2012-08-21
Made changes to twiki/pub directory to 777. still no luck...images will not load at all
--
CliveDias - 2012-08-21
--
CliveDias - 2012-08-21
(TEST)radmin@rmds-test-a:/Twiki/twiki/lib$ less
LocalSite.cfg | grep -i pub
$TWiki::cfg{PubUrlPath} = '/Twiki/twiki-4.1.2/pub';
$TWiki::cfg{PubDir} = '/Twiki/twiki-4.1.2/pub';
$TWiki::cfg{RCS}{WorkAreaDir} = '/Twiki/twiki-4.1.2/pub/_work_areas';
--
CliveDias - 2012-08-21
What is the "Alias" in the apache config file
twiki.conf? If this:
Alias /twiki/pub "/Twiki/twiki-4.1.2/pub"
then you need to set this in
LocalSite.cfg:
$TWiki::cfg{PubUrlPath} = '/twiki/pub';
Please read the
TWikiInstallationGuide and the help text for
cfg{PubUrlPath} in configure.
--
PeterThoeny - 2012-08-21
BTW, if you do a new install of TWiki I recommend using the latest version, currently TWiki-5.1.1.
--
PeterThoeny - 2012-08-21
Hi Peter I have changed both as you mentioned and it worked

Thank you very much.. Can you please suggest the easy way to upgrade Twiki 4.1.1 to 5.1.1
The TWiki 4.1.1 installed now is in test server and we wanted to upgrade in test first and then production server..so as a precautionary measure we are testiing on test server first.
--
CliveDias - 2012-08-22
Follow the instructions in
TWikiUpgradeGuide, the manual way, or automated by using the
BackupRestorePlugin.
--
PeterThoeny - 2012-08-22
Thanks a lot
--
CliveDias - 2012-08-24
Hi Peter,
We have tried now to install
HolidaylistPlugin and are receiving the following error message after having installed the dependencies
TWiki::Plugins::HolidaylistPlugin::initPlugin is not defined
Can you please suggest
--
CliveDias - 2012-08-28
Could be a file ownership issue or permission issue. Best to open a new support question.
--
PeterThoeny - 2012-08-28
Hi Peter,
Yes you are correct..it is permission problem for Date:calc module..chnaged the permission and it worked

Thanks..
--
CliveDias - 2012-08-29
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.