Members: 16,996
Threads: 38,846
Posts: 159,391
Online: 52

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse

Go Back   Mambers.com > Archive > Mambo 4.5 > Mambo 4.5 Installation and Upgrades

 
 
LinkBack Thread Tools Display Modes
Old 10.07.2004, 18:07   #1 (permalink)
Baby Mamber
 
ahallez's Avatar
 
Join Date: Jun 2004
Location: Ghent, Belgium
Posts: 4
ahallez is on a distinguished road
Default MOS 4.5 1.0.9 on Win2000 + IIS installation problem

Hello all,

I'm trying to install MOS 4.5 1.0.9 on a Windows 2000 IIS box.
When I first tried the install script, it pointed out two problems:
1. configuration file not writable.
2. session dir not writable.

So I changed the permissions for the mambo dir, but that didn't solve the first problem. I solved problem 2 by creating a session directory and changing php.ini (BTW what's the best location for this directory?).

Now I retried the install script. It worked well, except that I had to copy the configuration settings manually.
However when I try to surf to the site, I get a blank screen (page not found?). When I surf to the administration page everything works as normal and the configuration file is writable.

Any pointer to what's going on here?

Thanks in advance,
Axel Hallez
ahallez is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Old 12.07.2004, 23:28   #2 (permalink)
Mamber
 
Join Date: Apr 2004
Posts: 121
Raydian is an unknown quantity at this point
Default Re: MOS 4.5 1.0.9 on Win2000 + IIS installation problem

check your $mosConfig_absolute_path and $mosConfig_live_site

Windows works well with just the / (forward slash) used with paths.

A little more info would be useful here (config , etc...).
Raydian is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 13.07.2004, 14:16   #3 (permalink)
Baby Mamber
 
ahallez's Avatar
 
Join Date: Jun 2004
Location: Ghent, Belgium
Posts: 4
ahallez is on a distinguished road
Default Re: MOS 4.5 1.0.9 on Win2000 + IIS installation problem

Hello,

Thanks for your reaction.

My setup is standard, I didn't change any of the default setting after the install procedure (see the transcript of my config file at the end of the post).

I have been fiddling around a bit and i see strange things.
When I open a new browser window (on localhost) and go to the homepage of the site, I get this error message:
PHP has encountered an Access Violation at 086D0AFD

When I go to the administrator first and ask for a preview in the menu or open the site from a remote machine, I am redirected to the installation directory (which I deleted after installation).

Any help would be very welcome.
Thanks in advance,

Axel Hallez

<?php
$mosConfig_editor = 'htmlarea2';
$mosConfig_offline = '0';
$mosConfig_host = 'localhost';
$mosConfig_user = 'mambo';
$mosConfig_password = '********';
$mosConfig_db = 'mambo';
$mosConfig_dbprefix = 'mos_';
$mosConfig_lang = 'english';
$mosConfig_absolute_path = 'D:/Websites/scoreexpress';
$mosConfig_live_site = 'http://194.78.21.84/scoreexpress';
$mosConfig_sitename = 'ScoreExpress';
$mosConfig_shownoauth = '0';
$mosConfig_emailpass = '1';
$mosConfig_offline_message = 'This site is down for maintenance.<br /> Please check back again soon.';
$mosConfig_error_message = 'This site is temporarily unavailable.<br /> Please notify the System Administrator';
$mosConfig_UseBanner = '1';
$mosConfig_lifetime = '900';
$mosConfig_MetaDesc = 'Mambo Open Source - the dynamic portal engine and content management system';
$mosConfig_MetaKeys = 'mambo, mambo open source, Mambo, Mambo Open Source';
$mosConfig_debug = '0';
$mosConfig_locale = 'en_GB';
$mosConfig_offset = '0';
$mosConfig_hideAuthor = '0';
$mosConfig_hideCreateDate = '0';
$mosConfig_hideModifyDate = '0';
$mosConfig_hidePdf = '0';
$mosConfig_hidePrint = '0';
$mosConfig_hideEmail = '0';
$mosConfig_enable_log_items = '0';
$mosConfig_enable_log_searches = '0';
$mosConfig_sef = '0';
$mosConfig_vote = '0';
$mosConfig_gzip = '0';
$mosConfig_multipage_toc = '0';
$mosConfig_allowUserRegistration = '1';
$mosConfig_error_reporting = '-1';
$mosConfig_link_titles = '0';
setlocale (LC_TIME, $mosConfig_locale);
?>
ahallez is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 13.07.2004, 18:44   #4 (permalink)
Mamber
 
Join Date: Apr 2004
Posts: 121
Raydian is an unknown quantity at this point
Default Re: MOS 4.5 1.0.9 on Win2000 + IIS installation problem

It's been a long time since I've ran an IIS box.

Your settings look okay. It's strange that you're redirected to the installation dir, when you have deleted the install directory. That normally only happens when no configuration.php is found.

Do you have some error logs that you can view. This may help give some clues as to what is going on. Also, set your error_reporting to error_reporting = E_ALL; , if not already set to that.

This is looking like a path problem with IIS and maybe a problem with the PHP install.

Strange???
Raydian is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 15.07.2004, 09:35   #5 (permalink)
Mamber
 
sinanata's Avatar
 
Join Date: Jul 2004
Posts: 78
sinanata is on a distinguished road
Default Re: MOS 4.5 1.0.9 on Win2000 + IIS installation problem

loook man when you runned MSAS if you have IIS it doesnt works... you must uninstall IIS for make it working...
__________________
Sinan Ata
Mambo Turkey
www.mambo.gen.tr
sinanata is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 20.07.2004, 15:29   #6 (permalink)
Baby Mamber
 
ahallez's Avatar
 
Join Date: Jun 2004
Location: Ghent, Belgium
Posts: 4
ahallez is on a distinguished road
Default Re: MOS 4.5 1.0.9 on Win2000 + IIS installation problem

Thanks for all the help guys.
In the end I found out it was a file access problem. I played around with the security settings, and now the site works OK.

Thanks again,
Axel Hallez
ahallez is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 21.07.2004, 22:01   #7 (permalink)
Baby Mamber
 
Join Date: Jul 2004
Posts: 1
damapy is on a distinguished road
Default Re: MOS 4.5 1.0.9 on Win2000 + IIS installation problem

I have exactly the same problem could you let me know how to solve this?
damapy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 22.07.2004, 11:02   #8 (permalink)
Baby Mamber
 
ahallez's Avatar
 
Join Date: Jun 2004
Location: Ghent, Belgium
Posts: 4
ahallez is on a distinguished road
Default Re: MOS 4.5 1.0.9 on Win2000 + IIS installation problem

I added the user IUSR_<yourcomputername> (alias Internet Guest Account) with read, write, execute and list folder contents permissions on the sites directory (permissions the are inherited by the sites subfolders and files).

Hope this helps,

Axel Hallez
ahallez is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Component Installation Problem - mosLock lthouse Mambo 4.5 General Talk 1 06.10.2004 07:33
Component installation problem Regenerate Component Development 2 13.08.2004 13:57
installation problem on local PC gikera Mambo 4.5 Installation and Upgrades 3 11.07.2004 16:31
installation problem - what gives! photo312 Mambo 4.5 Installation and Upgrades 2 20.06.2004 04:39
Blank page problem after installation solved (FYI) mate Mambo 4.5 Installation and Upgrades 2 18.04.2004 22:38


All times are GMT +2. The time now is 01:14.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.