This has probably been answered, since I'm a newbie with nuke, and I did do a search. However one of the most irritating things is having to slide the page back and forth to read the darn thing.
I note, that phpnuke.org does not have this problem, and the board sits on a black background which makes it easy to read, and easy on the eyes.
Help, advice, point the way?
May as well put this here too. Styles in the Forum Admin gives me this;
Warning: main(./pagestart.) [function.main]: failed to create stream: No such file or directory in /home/sites/site19/web/nuke/html/modules/Forums/admin/admin_styles.php on line 48
Have I missed a CHMOD setting someplace???
_________________ Galt
dezina Support Mod
Joined: Jun 09, 2003
Posts: 1713
Location: England
Posted:
Tue Jul 29, 2003 11:04 pm
Theme sets width of browser viewing.. certain themes are coded at 100% width, others set at anything between 750 pixels and 780 pixels width... Sorry, no idea about your Styles problem
_________________
Backup files BEFORE altering
Use PHPNuke 7.6 with patches!!
No private messages please, POST in forums.
Zhen-Xjell Nuke Cops Founder
Joined: Nov 14, 2002
Posts: 5939
Posted:
Wed Jul 30, 2003 2:47 am
Yah I'm not familiar with that file... you can check against this location:
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
JG Sergeant
Joined: Jul 26, 2003
Posts: 124
Location: Cherry Hill, N.J.
Posted:
Wed Jul 30, 2003 9:29 am
dezina wrote:
Theme sets width of browser viewing.. certain themes are coded at 100% width, others set at anything between 750 pixels and 780 pixels width... Sorry, no idea about your Styles problem
Thanks guy, that feeds me some insight, and reminds me of the old Dos 40 columns vs 80 columns bit.
_________________ Galt
JG Sergeant
Joined: Jul 26, 2003
Posts: 124
Location: Cherry Hill, N.J.
Posted:
Wed Jul 30, 2003 9:36 am
Zhen-Xjell wrote:
Yah I'm not familiar with that file... you can check against this location:
Still looking for some clue as to this Style problem:
Quote:
Warning: main(./pagestart.) [function.main]: failed to create stream: No such file or directory in /home/sites/site19/web/nuke/html/modules/Forums/admin/admin_styles.php on line 48
A hint here looking at the path, I checked and there is no "admin/admin_styles.php!
So the problem then boils down to; Add-on?? or got trashed in the install, or is a later add-on??
_________________ Galt
Zhen-Xjell Nuke Cops Founder
Joined: Nov 14, 2002
Posts: 5939
Posted:
Wed Jul 30, 2003 9:46 am
Yah seems like something is amiss.
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
JG Sergeant
Joined: Jul 26, 2003
Posts: 124
Location: Cherry Hill, N.J.
Posted:
Wed Jul 30, 2003 10:25 am
Zhen-Xjell wrote:
Yah seems like something is amiss.
That's a given; let me unpack the file on one of my other systems that I have set as a Web Site off-line, and If I discover it's in the install package that I got off the Club, I'll re-post.
I did the upload with WS FTP Pro, after using RAR to unpack, and that's usually reliable.
UPDATE: All files site nice as you please, on the server in the correct path!
Quote:
This error is still giving me fits!
Warning: main(./pagestart.) [function.main]: failed to create stream: No such file or directory in /home/sites/site19/web/nuke/html/modules/Forums/admin/admin_styles.php on line 48
Fatal error: {function.main} Failed opening required'./pagestart.' (include_path='.:/usr/lib/php') in /home/sites/site19/web/nuke/modules/Forums/admin/admin_styles.php on line 48
I've clicked on the link to function main, and since I don't program in PHP, most of it is Greek to me. So, who knows php, and what they are saying, in order to cure what should NOT be a problem on nukephp6.8!
_________________ Galt
bwcbwc Nuke Soldier
Joined: Jul 25, 2003
Posts: 34
Location: FL
Posted:
Wed Jul 30, 2003 2:24 pm
Well, I think I've spotted where the problem is, but I'm not sure if I've got a fix. I'm as much of a newbie as anyone.
If you look in the Forums/admin directory, there is a pagestart.php file. The code require('./pagestart.' . $phpEx); on line 48 (more or less: in my v 6.5 code, it's line 50) is supposed to look for "./pagestart.php", but for some reason the variable $phpEx is empty in your environment. Since this variable is used extensively in phpBB (but not in Nuke), I have to think that you are getting similar errors throughout the BB system.
I'm not sure how this variable gets loaded, but one possibility would be the PHP Mime type definition in your Apache httpd.conf. You should have the line
AddType application/x-httpd-php .php
somewhere in there.
The file extension may also be defined in php.ini, but I didn't see anything there with a quick scan.
test325 Nuke Soldier
Joined: Jun 18, 2003
Posts: 12
Posted:
Wed Jul 30, 2003 4:01 pm
The problem with sliding left and right on every page of this web site wasn't addressed.
thanks.
JG Sergeant
Joined: Jul 26, 2003
Posts: 124
Location: Cherry Hill, N.J.
Posted:
Wed Jul 30, 2003 6:15 pm
bwcbwc wrote:
Well, I think I've spotted where the problem is, but I'm not sure if I've got a fix. I'm as much of a newbie as anyone.
If you look in the Forums/admin directory, there is a pagestart.php file. The code require('./pagestart.' . $phpEx); on line 48 (more or less: in my v 6.5 code, it's line 50) is supposed to look for "./pagestart.php", but for some reason the variable $phpEx is empty in your environment. Since this variable is used extensively in phpBB (but not in Nuke), I have to think that you are getting similar errors throughout the BB system.
I did look at the code and found it, as was indicated. I'm still looking at Greek, and the Styles options, are the only thing in Admin functions for phpBB giving me this problem.
You lost me here: I'm not sure how this variable gets loaded, but one possibility would be the PHP Mime type definition in your Apache httpd.conf. You should have the line
AddType application/x-httpd-php .php
Where the devil is that? Seems this problem is out of the league of staff here, or it's not been read, I wonder if a e-mail to FB might gender some fix, as he wrote it.
_________________ Galt
blith Sergeant
Joined: Jun 26, 2003
Posts: 87
Posted:
Thu Jul 31, 2003 6:49 am
dezina wrote:
Theme sets width of browser viewing.. certain themes are coded at 100% width, others set at anything between 750 pixels and 780 pixels width... Sorry, no idea about your Styles problem
So is it alright to change the width in the themes to 100% or will that foul up some themes? *shivers...afraid to mess with anything*
dezina Support Mod
Joined: Jun 09, 2003
Posts: 1713
Location: England
Posted:
Thu Jul 31, 2003 7:18 am
Quote:
So is it alright to change the width in the themes to 100% or will that foul up some themes? *shivers...afraid to mess with anything*
Depends on design of theme header. i.e. Is there is a large graphic across top of design.....is the graphic in one large image or is the image sliced, is there a seach box, topic box or date????
If in doubt, dont, or back up everything before you alter/modify!!
_________________
Backup files BEFORE altering
Use PHPNuke 7.6 with patches!!
No private messages please, POST in forums.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum