Members: 16,996
Threads: 38,845
Posts: 159,389
Online: 18

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
Old 08.04.2004, 01:00   #1 (permalink)
Baby Mamber
 
Join Date: Apr 2004
Posts: 5
iley is on a distinguished road
Default Can't install clean using 1.0.7 release

I just created a new site for someone and tried to install the newest release. (I just got done FTPing the files from 1.0.5 when I saw this release) When I run the install, it gets to install2.php and the icon in hte lower left hand corner gives me the error flag. There is NO error window popping up or any other indicators. The status bar simply shows DONE, but the page is blank.



I know the workaround, but when I upload 1.0.7 onto the current 1.0.5 after installing, what kind of stuff am I going to run into? If someone doesn't have 1.0.5 (don't know about 1.0.6) I guess they are just stuck.

I think we need some quality control...I volunteer to do some of this, but can't do it on my own.
iley is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Old 12.04.2004, 18:28   #2 (permalink)
Baby Mamber
 
Join Date: Apr 2004
Posts: 4
baseten is on a distinguished road
Default Re: Can't install clean using 1.0.7 release

same problem here!

blank screen after specifying the hostname / username / password / db /

installation/install2.php

any help would be much appreciated!
baseten is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 12.04.2004, 18:37   #3 (permalink)
Professional Mamber
 
X-F4CT0R's Avatar
 
Join Date: Apr 2004
Location: East Syracuse, NY
Posts: 672
X-F4CT0R will become famous soon enough
Send a message via AIM to X-F4CT0R Send a message via MSN to X-F4CT0R
MOS 4.5 Re: Can't install clean using 1.0.7 release

I usually don't use the automatic installation of mambo. I use phpMYadmin to install the Mambo Mysql database on the server. So I really do not know of the problems that you guys are having since i never used automatic install.

Arnes Hadzic
arnes@radiobosna.net
X-F4CT0R is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 12.04.2004, 21:00   #4 (permalink)
Baby Mamber
 
Join Date: Apr 2004
Posts: 4
baseten is on a distinguished road
Default Re: Can't install clean using 1.0.7 release

thanks for the reply. I tried the manual install first and ran into some problems and thought i'd give the auto method a try. I did the phpmyadmin route, imported the sql database, chmod'd everything suggested, and i'm getting this now when i try to get to the administrator site:

Warning: database(configuration.php): failed to open stream: No such file or directory in /home/mysite/public_html/content/classes/database.php on line 75

Warning: database(): Failed opening 'configuration.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mysite/public_html/content/classes/database.php on line 75

Warning: database(offline.php): failed to open stream: No such file or directory in /home/mysite/public_html/content/classes/database.php on line 76

Warning: database(): Failed opening 'offline.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mysite/public_html/content/classes/database.php on line 76


which seems to point to a problem in my absolute path right? nope. tried that, my absolute path is /home/mysite/public_html

here's how configuration.php looks, i keep the mambo site in the content directory: tried that both ways with and without content in the path.

$mosConfig_absolute_path = '/home/mysite/public_html/content';
$mosConfig_live_site = 'http://www.mysite.com';


include path looks ok from phpinfo:

include_path
.:/usr/lib/php:/usr/local/lib/php
.:/usr/lib/php:/usr/local/lib/php

I've tried register globals on, i've tried it off. i've restarted apache. any help would be greatly appreciated!

-Brandon
baseten is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 12.04.2004, 21:11   #5 (permalink)
Senior Mamber
 
SvenErik's Avatar
 
Join Date: Apr 2004
Location: Mo i Rana, Norway (66°19'N 14°09'E)
Posts: 214
SvenErik is on a distinguished road
Default Re: Can't install clean using 1.0.7 release

Try Gayle's great faultfinder http://forum.mamboserver.com/viewtopic.php?t=8149
__________________
"Every demand is a prison, and wisdom is only free when it asks nothing."
Sir Bertrand Russell
SvenErik is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 12.04.2004, 22:01   #6 (permalink)
Professional Mamber
 
X-F4CT0R's Avatar
 
Join Date: Apr 2004
Location: East Syracuse, NY
Posts: 672
X-F4CT0R will become famous soon enough
Send a message via AIM to X-F4CT0R Send a message via MSN to X-F4CT0R
RedCross Re: Can't install clean using 1.0.7 release

Have you renamed configuration to configuration.php? And I would also check the directory that you have in your config. Capitalization is also very important.

Arnes Hadzic
arnes@radiobosna.net
X-F4CT0R is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 12.04.2004, 22:49   #7 (permalink)
Baby Mamber
 
Join Date: Apr 2004
Posts: 4
baseten is on a distinguished road
Default Re: Can't install clean using 1.0.7 release

Thanks for the link to that script! hot dang, that's slick.

I created and populated the db, but somehow didn't have the right mysql user account info in my configuration.php (i think i setup the db as root mysql user, and didn't have the permissions for the other user on the database... at any rate its working. thanks gayle, thanks SvenErik and X-F4ctor.

now i don't have no admin account (hehe. missed that step)

baseten is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 12.04.2004, 23:04   #8 (permalink)
Senior Mamber
 
SvenErik's Avatar
 
Join Date: Apr 2004
Location: Mo i Rana, Norway (66°19'N 14°09'E)
Posts: 214
SvenErik is on a distinguished road
Default Re: Can't install clean using 1.0.7 release

Yes, it is. Gayle is a true master!

Take a look at the last six lines in /sql/mambo.sql, there are 2 accounts, one superadministrator and one editor. The lines are commented. The password set for the superadministrator is admin and the editor is editor. I would suggest you only add the superadministrator and log in to the administration with that one, change the password for that account ASAP!!! and then create other users as needed.
__________________
"Every demand is a prison, and wisdom is only free when it asks nothing."
Sir Bertrand Russell
SvenErik is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 13.04.2004, 00:09   #9 (permalink)
Baby Mamber
 
Join Date: Apr 2004
Posts: 4
baseten is on a distinguished road
Default Re: Can't install clean using 1.0.7 release

yep. i went back through and realized i didn't edit those out the 2nd time i did the database import!

Thanks again. its workin'
thanks for all the help... off to template land now to find something suitable for a boring business portal

-b
baseten is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 13.04.2004, 00:16   #10 (permalink)
Senior Mamber
 
SvenErik's Avatar
 
Join Date: Apr 2004
Location: Mo i Rana, Norway (66°19'N 14°09'E)
Posts: 214
SvenErik is on a distinguished road
Default Re: Can't install clean using 1.0.7 release

I would suggest Mambo Hut
http://www.mambohut.com/
http://demo.mambohut.com/
__________________
"Every demand is a prison, and wisdom is only free when it asks nothing."
Sir Bertrand Russell
SvenErik 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
1.0.7 Stable? DamnSkippy Mambo 4.5 Installation and Upgrades 8 09.04.2004 00:28
Neues Release -> 1.0.7 Radagast Installation 13 08.04.2004 21:19
1.0.7 install TheGreek Mambo 4.5 Installation and Upgrades 6 07.04.2004 22:31


All times are GMT +2. The time now is 21:45.

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.