Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 09:16:07 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155535 Posts in 21713 Topics by 7737 Members
Latest Member: chris85
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: install problem  (Read 1829 times)
rainbow3
Guest
« on: May 15, 2010, 08:39:42 PM »

I created a mysql database and filled in the website baker installation form. But when I click on the install WebsiteBaker button it gives an error:

 The web page at http://localhost/wb/INSTALL/save.php might be temporarily down or it may have moved permanently to a new web address."

Logged
crnogorac081
AddOn Development
*
Offline Offline

Posts: 1706



« Reply #1 on: May 15, 2010, 08:48:38 PM »

Did you checked that that file really exist on your server ?
Logged

Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
rainbow3
Guest
« Reply #2 on: May 15, 2010, 09:09:17 PM »

Running WAMP on localhost. Yes it exists.
Logged
rainbow3

Offline Offline

Posts: 6


« Reply #3 on: May 16, 2010, 06:40:08 PM »

BTW if I change the name of the file and click on the link it reports it as a broken link. So file exists. All I have done is downloaded the standard package and followed the installation instructions.
Logged
crnogorac081
AddOn Development
*
Offline Offline

Posts: 1706



« Reply #4 on: May 16, 2010, 07:05:57 PM »

If you want to run WB on your local machine, you should consider wb portable: http://www.websitebaker-portable.com/

cheers
Logged

Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
rainbow3

Offline Offline

Posts: 6


« Reply #5 on: May 16, 2010, 07:27:01 PM »

Thanks. I will try that. However it seems overkill to download yet another version of apache. I have a perfectly functioning apache server on localhost running joomla. So it should be possible to install webbaker on that. Perhaps there is some configuration setting I need?
Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6975


WWW
« Reply #6 on: May 16, 2010, 08:06:53 PM »

Yes, it should be possible. Can you explain what you mean by "broken link"?

Please also check your document root together with the location where you extracted the files to ...

cheers

Klaus

PS: The deletion of your first account can only have been an accident, looking at your details they just match all the SPAM accounts we do get here.
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

rainbow3

Offline Offline

Posts: 6


« Reply #7 on: May 18, 2010, 07:06:56 PM »

it is the google chrome equivalent of a 404 webpage not found.
Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6975


WWW
« Reply #8 on: May 18, 2010, 07:21:42 PM »

it is the google chrome equivalent of a 404 webpage not found.

I don't use chrome, but a 404 page is sent by the server and is actually a valid HTML page (see the sourcecode here: http://www.websitebaker2.org/test.html).

What happens when you use a different browser to make the install?

Check your apache settings and file / folder ownership. Check the Errorlogs on the Server, it will give you more information.

And, tell us what OS you use and how you have installed Apache (single programms, lampp / xampp / mammp) ...

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

rainbow3

Offline Offline

Posts: 6


« Reply #9 on: May 18, 2010, 08:41:51 PM »

using IE it gives a 404 error. basically same problem.

the only suspicious thing in the logs is [Tue May 18 20:33:30 2010] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico

The file permissions in windows 7 for the save.php file includes administrators with read/write and I am logged on as an administrator. Does apache have to have some different permissions setting?

Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6975


WWW
« Reply #10 on: May 18, 2010, 09:41:59 PM »

Doesn't wamp write a dedicated php error log? If you don't find it, open the php.ini and you should be able to find the location in there.

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

rainbow3

Offline Offline

Posts: 6


« Reply #11 on: May 19, 2010, 05:05:08 PM »

yes it is same directory as the apache log but there is no php error log there.
Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6975


WWW
« Reply #12 on: May 19, 2010, 05:47:34 PM »

So, there is only one thing left to say ... if your browser spits out a 404 error your webserver for some reason is not allowed to access the file(s)!

Try changing the error level in the php.ini to get everything shown onscreen or in the logfile, currently it sounds like there is no error logging active.

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

Marksman

Offline Offline

Posts: 4


« Reply #13 on: May 28, 2010, 09:50:41 AM »

We have the same problem, it seems to be a rights problem, but i cannot put my finger on it, Any more suggestions?

We are using Windows Server 2008, Wampserver 2.0

After filling in the installation form, explorer tries to open this URL: http://localhost/wb/install/save.php

IE states he cannot display the webpage.

In httpd.conf we have configured the following:

<Directory "c:/wamp/www/wb">
    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatc h ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    #
    # The Options directive is both complicated and important.  Please see
    # http://httpd.apache.org/docs/2.2/mod/core.html#options
    # for more information.
    #
    Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   Options FileInfo AuthConfig Limit
    #
    AllowOverride all

    #
    # Controls who can get stuff from this server.
    #

#   onlineoffline tag - don't remove
    Order Deny,Allow
    Deny from all
    Allow from all

</Directory>


Logged
sblob

Offline Offline

Posts: 6


« Reply #14 on: July 27, 2010, 03:48:53 PM »

I'm having the same error installing this on my system too.
Has anyone solved this yet?

What operating system and version are you running?
Logged
skalman69

Offline Offline

Posts: 2


« Reply #15 on: November 06, 2010, 02:26:30 PM »

Sorry to bring up this issue again but I can't find the answer anywhere.

I'm trying to prepare for my work-practice (school thing) and the company I'm going to work at just started to use WebsiteBaker so I need to have everything installed.

I'm using Windows7, have WAMP (latest version). WebsiteBake copied to the www-folder (C:\wamp\www), the installation file is working as it should and after pressing "install" I get this error:

"This site is not available.

The webpage at http://localhost/WebsiteBaker_2.8.1/wb/install/save.php may be temporarily down or may have moved permanently to a new URL."


It doesn't matter what browser I use, the same kind of problem. I've tried to turn off the firewall (if there would be any conflict) but it doesn't help. And to be honest, I'm trying to install the program local on my computer, not on a website Tongue

Trying to access wb via localhost just gives me the error: "Table 'rockhopper.settings' doesn't exist"

The only thing that I can come up with is there's some conflict between Windows 7 and WebsiteBaker. If there's a solution I want it Wink but I start to believe I have to test the portable version and if that not working, install Ubuntu (as OS#2) and trie the linux version.

Any ideas how to solve the "This site is not available. The webpage at http://localhost/WebsiteBaker_2.8.1/wb/install/save.php may be temporarily down or may have moved permanently to a new URL." problem??
Logged
dbs
WebsiteBaker Org e.V.

Offline Offline

Posts: 3719


WWW
« Reply #16 on: November 06, 2010, 02:37:16 PM »

info: no problems here with win7x64 and websitebaker-portable.
Logged

skalman69

Offline Offline

Posts: 2


« Reply #17 on: November 06, 2010, 03:30:00 PM »

ok, many thanks. I have the same problem with Windows XP. So I guess I have to try the portable edition then Wink
Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6975


WWW
« Reply #18 on: November 06, 2010, 11:07:46 PM »

My bet is it is the port Apache is running on ... (at least that was the issue the last times that has been solved). Your Errormessage points to that one as well. So check the httpd.conf for the port the server is listening on.

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!