Frequently Asked Questions About install procedures for Microsoft Windows operating systems (95, 98, ME, NT, 2000, XP)

I don`t have/can`t find either "ImageMagick" or "wvware" for my system. Can I still use Siteseed?
 
 

Yes.

ImageMagick is a piece of (open source) software which does all kinds of graphic manipulations on files. It's extremely useful if you have to deal with journalists uploading 20 MB images without any real sense of what they're doing!

If you don't/can't have ImageMagick on your system, you will have to resize images "manually" before the upload (sure they've got acceptable sizes for Web images - around 10-30 KB is all right, jpg with a 75% ratio will be fine).

"wvware" is a piece of software which converts Microsoft Word documents to HTML.

Why do you need it? Well, it's not actually required to make Siteseed work. It permits you to upload Word files and have Siteseed convert them directly to HTML. Also, there is a very nice utility embedded into Siteseed called "visual editor", which looks like Word, and is much easier to use when you need to do fancy formatting... if you don't have "wvware" installed, you'll have to do the formatting using HTML tags.

(the RPM package for Red Hat Linux is called wv-...-rpm, so do a

rpm --query wv
to see if it's installed)

As said, they're not REQUIRED, they're just useful, but you can have all the power of Siteseed without having to bother with them.

 
Ask for more info / explore this entry in a forum

May I use database names with predefined names?
 
 

Almost all providers (virtual servers / hosting services) allow customers only to create DBs with predefined names, probably depending on their login or sth else). Just replace "The_name_of_your_project" (config.php) in $projecto="The_name_of_your_project"; with your dbname.

 
Ask for more info / explore this entry in a forum

On IIS v5 I am getting "Your web server is ignoring your .htaccess file. Please check your web server configuration."
 
 

That is a problem related to steps 2 and 6 of the installation procedure (take a look at the readme.txt file that comes on the Siteseed windows archive):

2- Create a new user account on your Windows system with 'admin' as the User Name and a Password of your choice.
Under Windows 2000 and XP you can create new users at the 'Computer management' Console (Start > Settings > Control Panel > Administrative Tools > Computer Management). This account will be used to access the Siteseed backoffice.

6- Siteseed uses 'Basic Authentication' feature of Internet Information Server to control the access to the Siteseed Backoffice.
So you need to set your 'bo' Directory security to 'Basic authentication'. This is done by opening the properties for the 'bo' directory on the 'Internet Information Service' console (Right mouse click over the 'bo' directory) and selecting the 'Directory security' folder. Click on the first 'Edit' button, disable 'Anonymous access' and enable 'Basic authentication'.

Note:

  • On Siteseed versions previous to 1.3.1 you have another directory to setup (using step 6) called "admin".

  •  
    Ask for more info / explore this entry in a forum

    I have mySQL and PHP4 on W98 and PWS. Will it run?
     
     

    Siteseed will run well on PWS. But you must hack it to replace
    the non-available auth services (and make sure your develepment machine is not on the internet or that your "bo" directory is protected):

    On the end of "bo/staff_details.php" comment out the last two tests and add:

    $REMOTE_USER="admin";
    $status=3;

    And your backoffice will be tricked into believing you have access previleges to do just about everything.

     
    Ask for more info / explore this entry in a forum

    How to use this FAQ section

    If you want to explore further or debate one of the answers feel free to do so by following the link presented in its box. Help us improve our FAQ with your participation.

    If a answer to your question is not present already please go straight to one of the other forums:

  • "Other questions" (not yet covered in the FAQ)
  • "Found a bug!"
  • "Wish list" (features you want in Siteseed)
  • "Hackers" (generic forum for people that want to help with code)
  • "Why Siteseed is great..."
  • "Other CMS systems that do something better"
  • "Why Siteseed stinks..."
  • "Security" (report and get help with security problems)

    Rules when posting messages:

  • No HTML/Javascript is allowed. PHP can be entered but not enclose it in "tags" ("<?php", "<?" or ">") or mix it with HTML tags (since they will be stripped from the message). If you want to send code mail it directly to other users with a CC to code@mrnet.pt. If itīs usefull will add it to the faq answer.
  • Do not insult people and be polite.
  • The FAQ/FORUM moderators will delete all messages that are not considered usefull from time to time. This is required to keep the FAQ and forums usefull and readable.
  • Registered users (that have logged into the system) will have their postings on display instantly, anonymous users wont - they must be approved in order to be displayed. Register yourself to get help or to help others faster.

    This FAQ / FORUM does not replace the project mailing list. Join it if you want to get the best possible support from other Siteseed users and hackers.


  • Login:

    Password:




    [New user]
    Other sites:
  • siteseed.org
  • On-line manual

    FAQ
  • Generic
  • Install Windows
  • Install Unix
  • Install OS X
  • Menu Journalist
  • Menu Editor
  • Menu Technical
  • About Interfaces
  • About Objects
  • About Articles
  • About Foruns
  • Import files
  • Import Word
  • Manual
  • Translations
  • Source code
  • External modules
  • License
  • Performance
  • ML siteseed-dev
  • ML siteseed