Welcome, Guest. Please login or register.
Did you miss your activation email?
May 27, 2012, 12:03:54 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155556 Posts in 21715 Topics by 7737 Members
Latest Member: gx-world
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: [Solved]Click view gives internal server error  (Read 322 times)
SpokaneDude

Offline Offline

Posts: 18


« on: February 11, 2012, 08:25:10 PM »

I presume this has to do with my permissions... where can I find the correct settings for all folders?
« Last Edit: February 12, 2012, 03:04:57 PM by SpokaneDude » Logged
jacobi22
Betatester
*
Offline Offline

Posts: 1376


WWW
« Reply #1 on: February 11, 2012, 08:35:11 PM »

Error Code 500?
maybe mod_rewrite is not allowed on your Server

Logged

LG Uwe

Wer sagt, Reichtum ist alles, hat nie ein Kind lächeln gesehen.
SpokaneDude

Offline Offline

Posts: 18


« Reply #2 on: February 11, 2012, 08:45:51 PM »

I just got mod_rewrite working (I think)... now, the problem is that NOTHING shows when I view the site.  Is there something in .htaccess I need to change also?
« Last Edit: February 11, 2012, 09:00:01 PM by SpokaneDude » Logged
jacobi22
Betatester
*
Offline Offline

Posts: 1376


WWW
« Reply #3 on: February 11, 2012, 10:01:12 PM »

for the short-url-script i use this Code in htaccess

RewriteEngine on
RewriteRule ^([\sa-zA-Z0-9_-]+)$ short.php?_page=$1 [QSA]

you need the file short.php in your bakery-Root and this file needs the droplet-code for the short Urls
Logged

LG Uwe

Wer sagt, Reichtum ist alles, hat nie ein Kind lächeln gesehen.
SpokaneDude

Offline Offline

Posts: 18


« Reply #4 on: February 11, 2012, 10:04:30 PM »

Is there a place in the "docs" where I can find an explanation of this?  I'm not sure what goes in the short.php file... sorry for being so lame, but I'm a newbie at WB.
Logged
Ruud
WebsiteBaker Org e.V.

Offline Offline

Posts: 2298



WWW
« Reply #5 on: February 11, 2012, 10:49:40 PM »

You do not need the htaccess/short.php to start your first site.
I would suggest to remove these two files. Your installation will work fine after that.
« Last Edit: February 11, 2012, 11:10:08 PM by Ruud » Logged

Professional WebsiteBaker Solutions
SpokaneDude

Offline Offline

Posts: 18


« Reply #6 on: February 11, 2012, 11:04:15 PM »

No, that didn't help... see smokinlegalanywhere .com/baker and click on Preferences or Accesories.  These are both L1 menus, with L2 below them which for some reason don't show.  That's another issue for me to investigate.
Logged
Ruud
WebsiteBaker Org e.V.

Offline Offline

Posts: 2298



WWW
« Reply #7 on: February 11, 2012, 11:09:10 PM »

Did you get any errors when you created these pages?
WB needs to write physical files for any created page (except the homepage).
The folders need to have the correct permissions that are valid for your host/webserver config.
More explanation can be found here: http://www.websitebaker2.org/topics/files-and-permissions.php
Logged

Professional WebsiteBaker Solutions
dbs
WebsiteBaker Org e.V.

Offline Offline

Posts: 3719


WWW
« Reply #8 on: February 11, 2012, 11:12:12 PM »

and check the path in config.php

seems you mixed something up.
http://www.websitebaker2.org/forum/index.php/topic,23361.0.html
Logged

SpokaneDude

Offline Offline

Posts: 18


« Reply #9 on: February 11, 2012, 11:31:37 PM »

I have never had so many problems with permissions in my life!

 I found some PHP code that I want to have check my permissions... so I created a new "code" page, pasted the PHP code into it and clicked save... and then I get this error, which absolutely stumps me because I am the Adminstrator, and have god-like permissions!  What is wrong?

Quote
You don't have permission to access /baker/modules/code/save.php on this server.
Logged
Ruud
WebsiteBaker Org e.V.

Offline Offline

Posts: 2298



WWW
« Reply #10 on: February 11, 2012, 11:46:35 PM »

You are admin in WB.. great
You might even be admin on FTP on your webserver.. fine

Pressing save means WB (aka Apache webserver) wants to do something on your (*nix) filesystem.
Your webserver will not have god-like permissions (I hope, for your sake).. Your filesystem (if configured ok) will protect you for doing things wrong by mistake.

Did you read and understand the issues on permissions described here?: http://www.websitebaker2.org/topics/files-and-permissions.php

Bottom line:
If you cannot save pages, you also cannot create a page to check if you can create pages.
Logged

Professional WebsiteBaker Solutions
SpokaneDude

Offline Offline

Posts: 18


« Reply #11 on: February 12, 2012, 12:40:38 AM »

I give up!  Too many problems just to make a small change... thanks everybody for your time... I'm going to look elsewhere for a CMS that doesn't make my head hurt!  sad
Logged
jacobi22
Betatester
*
Offline Offline

Posts: 1376


WWW
« Reply #12 on: February 12, 2012, 01:49:58 AM »

And Lepton has the same problems?    rolleyes

http://smokinlegalanywhere.com/lepton/
Logged

LG Uwe

Wer sagt, Reichtum ist alles, hat nie ein Kind lächeln gesehen.
SpokaneDude

Offline Offline

Posts: 18


« Reply #13 on: February 12, 2012, 02:02:11 AM »

Well, Jacobi22... I'm hoping to get some better help from them than I have been getting from this board all afternoon... I think it has something to do with the permissions or the fact it's installed in a sub-directory, but it should work out of the box, yes?  And it doesn't... angry

I sure wish some of you "experts" would help a newbie, rather than just bust my chops!
Logged
dbs
WebsiteBaker Org e.V.

Offline Offline

Posts: 3719


WWW
« Reply #14 on: February 12, 2012, 08:13:41 AM »

here you find 2 files for checking your system. copy to the server, type the path in your browser and tell us the results.
http://www.websitebaker2.org/forum/index.php/topic,19267.0.html
Logged

SpokaneDude

Offline Offline

Posts: 18


« Reply #15 on: February 12, 2012, 03:04:02 PM »

Check returns this:
    You have PHP 5.2.2 (or greater)
    Safe Mode is off
    You have MySQL 4.1.x (or greater)
    You have the gd extension

All of the permissions were wrong!  So I reset them to what they should be...and it works!

FANTASTIC!  I thank you so much... this was killing me!

Hopefully, one day I can repay you somehow...

SpokaneDude
Logged
dbs
WebsiteBaker Org e.V.

Offline Offline

Posts: 3719


WWW
« Reply #16 on: February 12, 2012, 03:20:06 PM »

nice to hear.  smiley

but how are your settings in Backend:
Settings > Button: Show Advanced Options > Server Settings

should be like screenshot
Logged

SpokaneDude

Offline Offline

Posts: 18


!
« Reply #17 on: February 12, 2012, 03:52:44 PM »

I made some changes, and when I went to save them, I got this error message:

You don't have permission to access /baker/admin/settings/save.php on this server.

Permissions for Settings is 755...

My head is starting to hurt again!  cry
Logged
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!