Home
Download
Add-ons
Help
Forum
Organisation
Project
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
May 24, 2012, 07:03:31 AM
1 Hour
1 Day
1 Week
1 Month
Forever
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
.
155442
Posts in
21702
Topics by
7733
Members
Latest Member:
DarrellDD
WebsiteBaker Community Forum
English
Help & Support
(Moderators:
Argos
,
badknight
)
WB 2.7 fresh install works, but no display of Preferences and Settings
Pages: [
1
]
Go Down
Author
Topic: WB 2.7 fresh install works, but no display of Preferences and Settings (Read 2127 times)
marccouture
Offline
Posts: 216
WB 2.7 fresh install works, but no display of Preferences and Settings
«
on:
October 03, 2008, 01:55:27 PM »
What do I need to check? A blank page comes up when I click on both of these sections. My host tells me they have not changed anything on the server, and I already have a few 2.7 sites that are up and working (installed when 2.7 final version became available). Nothing comes up in the php error log... I tried installing 2.6.7 (everything works) plus upgrading to 2.7 from 2.6.7 (same problem). I'm at wit's end here. Has a new build of 2.7 been introduced recently by any chance?
Thanks for your help!
Logged
Marc C.
marsaisa
Offline
Posts: 2
Re: WB 2.7 fresh install works, but no display of Preferences and Settings
«
Reply #1 on:
November 02, 2008, 11:20:47 PM »
Hey in here.
Well my friend this must be a bug in the latest release cause you, me and a few other folk are asking the same question and I have yet to come up with a solution. It works like a charm on my localhost installed server, but not on the live server where it sits....anynews?
Thanks
M. Byrd
Logged
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7972
Re: WB 2.7 fresh install works, but no display of Preferences and Settings
«
Reply #2 on:
November 03, 2008, 06:36:20 AM »
Hello,
due to the fact that WB 2.7 works on all your other servers and on your lokal machine, and due to the fact that the WB 2.7 package has not changed since releasing it
must
have to do with the server settings on the machines where it is not working. Maybe an older php version or a mysql in strict mode or what ever. As long as we have no informations we could not help you.
Matthias
Logged
vender10@hotmail.com
Offline
Posts: 1
Re: WB 2.7 fresh install works, but no display of Preferences and Settings
«
Reply #3 on:
January 30, 2009, 07:37:19 PM »
Hello, just started using Web Baker... Love IT. Okay I got the same problem works fine on local windows system but doesn't show preferences and or setting also shows no error in the error log I just get blank pages very strange. Did you ever figure this out??? If so could you please share your fix..
Logged
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7972
Re: WB 2.7 fresh install works, but no display of Preferences and Settings
«
Reply #4 on:
January 31, 2009, 09:19:38 AM »
Hello,
please search the forum for "blank page". I'm pretty shure you will get a lot of results. There are different possibilities why this occurs. Hope the solution for you you will find in this posts.
Matthias
Logged
marccouture
Offline
Posts: 216
Re: WB 2.7 fresh install works, but no display of Preferences and Settings
«
Reply #5 on:
June 19, 2009, 06:21:22 PM »
I finally got around to checking things out with another hoster, and the error messages that pops up in the log look like the following:
[19-Jun-2009 13:12:40] PHP Warning: umask() has been disabled for security reasons in /www/shared/web4956/pagesweb/wb27/framework/functions.php on line 198
[19-Jun-2009 13:12:40] PHP Warning: umask() has been disabled for security reasons in /www/shared/web4956/pagesweb/wb27/framework/functions.php on line 200
[19-Jun-2009 13:12:40] PHP Warning: umask() has been disabled for security reasons in /www/shared/web4956/pagesweb/wb27/framework/functions.php on line 217
[19-Jun-2009 13:12:40] PHP Warning: chmod() has been disabled for security reasons in /www/shared/web4956/pagesweb/wb27/framework/functions.php on line 218
[19-Jun-2009 13:12:40] PHP Warning: umask() has been disabled for security reasons in /www/shared/web4956/pagesweb/wb27/framework/functions.php on line 219
So, it's permissions related. The same will happen with functions under the /admin/admintools and admin/settings folders. What are the recommended permissions for these files? I cannot change permissions myself and have to ask my hoster to do it.
Thanks!
Logged
Marc C.
marccouture
Offline
Posts: 216
Re: WB 2.7 fresh install works, but no display of Preferences and Settings
«
Reply #6 on:
June 19, 2009, 07:41:11 PM »
BTW, this problem does NOT occur with RC2 of WB 2.7, but only with the final release. Something changed between those two versions...
Logged
Marc C.
marccouture
Offline
Posts: 216
Re: WB 2.7 fresh install works, but no display of Preferences and Settings
«
Reply #7 on:
July 02, 2009, 02:25:28 PM »
Anyone?
In the meantime, if someone could kindly point me to a download link for WB 2.7 RC2, I would be very grateful!
Logged
Marc C.
WebBird
Guest
Re: WB 2.7 fresh install works, but no display of Preferences and Settings
«
Reply #8 on:
July 02, 2009, 02:40:51 PM »
RC? Do you mean WB 2.8? 2.7 is "old".
Logged
aldus
Offline
Posts: 1238
Re: WB 2.7 fresh install works, but no display of Preferences and Settings
«
Reply #9 on:
July 02, 2009, 03:01:17 PM »
Hm ... i don't think that a RC2 woild be a realy good idea, but if you want:
http://www.bwvb.de/wb/pages/startseite/download.php
Another idea is to place
Code:
<?php
// ignore this line ...
ini_set
(
'display_errors'
,
1
);
error_reporting
(
E_ALL
);
?>
inside the "index.php", but as far i can assumee it could be the phpVersion andOr the permissions (777 instead of 775 or less).
Why can't you set the permissions, e.g. via FTP (FileZilla, Fetch, NTSC Telnet, whatever)? Have you upload
the files via FTP and/or an WebInterface (WebFTP) ... the "umask"-warnings doesn't hurt the functionality of wb at all ...
Regards
Aldus
Logged
marccouture
Offline
Posts: 216
Re: WB 2.7 fresh install works, but no display of Preferences and Settings
«
Reply #10 on:
July 14, 2009, 04:23:38 PM »
I am using PHP version 4.3.9. All my files are uploaded via FTPS, and are owned by the Apache user. Permissions are the same as with WB version 2.6.7 (that version works fine on my host). I just reinstalled 2.7 RC 2 and it works fine, apart from the default HTML editor that needs to be replaced so editing works (I actually prefer Xinha and replaced FCK with it and everything is hunky dory). Version 2.7 final and version 2.8 RC show the same behaviour, e.g. no display of Settings or Admin Tools, the rest works fine.
Logged
Marc C.
Pages: [
1
]
Go Up
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Announcements
=> Security Announcements
=> Documentation
=> WebsiteBaker Website Showcase
=> Guest Area & Off-Topic
-----------------------------
English
-----------------------------
=> WebsiteBaker 2.9
===> Announcements
===> Help/Support
=====> Modules / Extensions
===> Suggestions
===> Software bugs
=> Help & Support
=> Modules
=> Droplets (PHP code for use with Droplet module) & Snippets (raw PHP code)
=> jQuery
=> Templates, Menus & Design
=> WebsiteBaker Language Files
=> WebsiteBaker 2.x discussion
=> WebsiteBaker 3
=> Archive (posts up to 2007)
-----------------------------
Deutsch (German)
-----------------------------
=> Ankündigungen
=> WebsiteBaker 2.9
===> Ankündigungen
===> Hilfe/Support
=====> Module / Extensions
===> Vorschläge
===> Softwarefehler
===> Erfahrungs und Testberichte
=> Hilfe/Support
=> Module & Snippets
=> Templates & Design
=> Tutorials
=> jQuery
=> Diskussion über WB
=> Off-Topic
=> Archiv für Themen bis 2007
-----------------------------
Nederlands (Dutch)
-----------------------------
=> Aankondigingen
=> Hulp & Ondersteuning
=> Niet-Terzake (Off Topic)
-----------------------------
Francais (French)
-----------------------------
=> Help/Support
-----------------------------
Italiano (Italian)
-----------------------------
=> Help/Support
-----------------------------
Bakery (WB shop module)
-----------------------------
=> Bakery English
=> Bakery Deutsch
-----------------------------
KeepInTouch (Multi Contact Module)
-----------------------------
=> KeepInTouch English
=> KeepInTouch Deutsch
Loading...