> I have a wiki that was working for a while over over apache2 and > mod_fastcgi. > > At the moment, it looks like I just have a text interface to my wiki, > and not the usual icons and widgets. I can access the content. > > Any pointers to getting the graphical interface back?
It is likely that your web server is not serving the static stuff correctly (css, images, js). moin 1.5 used to use /wiki url as default url_prefix setting to address those resources. Thus, your apache needed to serve the /wiki url with the htdocs/... files that come with moin. Because this was a constant source of misunderstandings and upgrade problems, moin 1.6.0 and future moin versions are a bit different, they use /moin_static160 as default url_prefix_static setting (note the different name of the setting and also not that the number in that url changes with every moin version!). We hope that with this, less people confuse the static url with the wiki script url (or even choose the same for both). Also, because the url of the static stuff changes with every moin version upgrade, you can get better performance and less traffic by using a very long cache lifetime for the static files. Also, if you forget to handle the new static files when upgrading (serve the changed /moin_staticXXX url with your web server, maybe copy the files to correct place), you will maybe get reminded by non-working static stuff. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code J8TLD2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Moin-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/moin-user
