Previous Thread
Next Thread
Print Thread
Hop To
Anonymous
Unregistered
Anonymous
Unregistered
I've been running PR 2.1 and just upgraded to the final release. I clicked on my graphic that takes me to the forum listing page and I got the error below. I temporarily disabled the UBB Accelerator and its working ok. I'd like to know what I can do to fix the problem... Thanks <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />

Warning: Unknown modifier '' in /home/sites/site55/web/ubb/ultimatebb.php on line 43

Warning: Cannot add header information - headers already sent by (output started at /home/sites/site55/web/ubb/ultimatebb.php:43) in /home/sites/site55/web/ubb/ultimatebb.php on line 521

Warning: Cannot add header information - headers already sent by (output started at /home/sites/site55/web/ubb/ultimatebb.php:43) in /home/sites/site55/web/ubb/ultimatebb.php on line 522

Warning: Cannot add header information - headers already sent by (output started at /home/sites/site55/web/ubb/ultimatebb.php:43) in /home/sites/site55/web/ubb/ultimatebb.php on line 523

Warning: Cannot add header information - headers already sent by (output started at /home/sites/site55/web/ubb/ultimatebb.php:43) in /home/sites/site55/web/ubb/ultimatebb.php on line 524

Warning: Cannot add header information - headers already sent by (output started at /home/sites/site55/web/ubb/ultimatebb.php:43) in /home/sites/site55/web/ubb/ultimatebb.php on line 525

Warning: Cannot add header information - headers already sent by (output started at /home/sites/site55/web/ubb/ultimatebb.php:43) in /home/sites/site55/web/ubb/ultimatebb.php on line 495

3rdgen.org - Real Cars, Real People, Real Fast!
Administrator/Webmaster

[This message was edited by Charles Capps on November 05, 2002 at 10:31 AM.]

Anonymous
Unregistered
Anonymous
Unregistered
What version does the accelerator test report?

I bet it's 4.04.

I thought I had caught this one...

Comment out lines 43-47 in ultimatebb.php by placing "//" at the beginning of the line.

That comments out the code that's causing the problem.

In the mean time, GK, if you could open a support ticket so I can experiment with different ways of fixing the problem over the weekend...

Thanks.

--
Charles Capps
Programmer, Infopop Corporation
Please do not contact me privately for support - post on the board or open a support ticket instead!

Anonymous
Unregistered
Anonymous
Unregistered
Charles:

Its actually version 4.03... If your refering to 4.04, I think its safe to assume the error is also in the later version.

Would you like me to open a support ticket still?

Thanks Charles <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />

EDIT: AOL Instant Messanger is the devil! I signed on and was hit with a dozon IM's telling me the site is down LOL <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />

3rdgen.org - Real Cars, Real People, Real Fast!
Administrator/Webmaster

Anonymous
Unregistered
Anonymous
Unregistered
Yes, absolutely open that ticket.

As I said in the office yesterday - "Perl compatible regular expressions... sure." <img src="https://www.ubbcentral.com/boards/images/graemlins/wink.gif" alt="" />

--
Charles Capps
Programmer, Infopop Corporation
Please do not contact me privately for support - post on the board or open a support ticket instead!

Anonymous
Unregistered
Anonymous
Unregistered
Quote
Originally posted by Charles Capps:
Yes, absolutely open that ticket.
Submitted <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" /> Have a great weekend!

3rdgen.org - Real Cars, Real People, Real Fast!
Administrator/Webmaster

Anonymous
Unregistered
Anonymous
Unregistered
Ticket opened... and closed.

The problem was exactly what I thought it was... it will be fixed in the next release.

GK, I'll be logging into the server a few more times over the weekend and on Monday, so please don't change the FTP information you submitted. Thanks.

--
Charles Capps
Programmer, Infopop Corporation
Please do not contact me privately for support - post on the board or open a support ticket instead!

Anonymous
Unregistered
Anonymous
Unregistered
Thanks a million Charles! Feel free to take a gander whenever you want over the weekend <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />

George

3rdgen.org - Real Cars, Real People, Real Fast!
Administrator/Webmaster

Anonymous
Unregistered
Anonymous
Unregistered
I'm using v4.0.4 and I experience the same thing.

Commenting out those lines did the trick mind.

Richard Bannister
Moderator - UBB for Mac Users
http://www.bannister.org/
Do not e-mail/PM me for support.

[This message was edited by Richard Bannister on 20 Oct 01 at 04:09 AM.]

Anonymous
Unregistered
Anonymous
Unregistered
Ditto for PHP v4.00

Anonymous
Unregistered
Anonymous
Unregistered
Try to replace:
Code
	$CGIURL2 = preg_replace("!/!", "/", $CGIURL);
	$NonCGIURL2 = preg_replace("!/!", "/", $NonCGIURL);
	if(($ref != "") && (!preg_match("/^($CGIURL2&#0124;$NonCGIURL2)/ultimatebb.(php&#0124;cgi)/", $ref)) && ($this[0] == "")) {
with
Code
      $domain = explode("/", $CGIURL);
      if ($ref && preg_match("/$domain[2]/i",$ref) && preg_match("/ultimatebb.(php&#0124;cgi)/",$ref) && !$this[0]) {

Anonymous
Unregistered
Anonymous
Unregistered
Quote
Originally posted by GK:
3rdgen.org - Real Cars, Real People, Real Fast!
Administrator/Webmaster
:rolleyes:

Hehe ... George ... I'm playin' ...

I too got those same messages so I'm guessing I need to shut down the PHP Accelerator ... <img src="https://www.ubbcentral.com/boards/images/graemlins/mad.gif" alt="" />

[]http://ColoradoF-Body.com/MembersSignatureIcons/2001SS.jpg[/]
2001 Chevrolet Camaro SS #0332

Administrator of ColoradoF-Body.com

Anonymous
Unregistered
Anonymous
Unregistered
Charles isnt that the same problem i am vriting about in my topic under unix install ???

I did comment those line and it didnt work for me ;O))

Thomas

Anonymous
Unregistered
Anonymous
Unregistered
It works great from my workstation, but not from my labtop ????

What happend ??

thomas

Anonymous
Unregistered
Anonymous
Unregistered
Mine worked fine on the beta, then when upgraded to full i got the same problems as the people above.

I have commented out the lines as suggested and its working again.

Does commenting out thoses lines have any affect on the way that the .php file saves us bandwidth or uses the compression method?

just interested..

Thanks

Anonymous
Unregistered
Anonymous
Unregistered
Nope, this is something added between the beta and the final release.

It's also something that's getting taken back out between the final release and the next release... <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />

--
Charles Capps
Programmer, Infopop Corporation
Please do not contact me privately for support - post on the board or open a support ticket instead!

Anonymous
Unregistered
Anonymous
Unregistered
<img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />

Anonymous
Unregistered
Anonymous
Unregistered
I have version 4.03 too, and I get basically the exact same error as GK:

Warning: Unknown modifier '' in /home/sites/site98/web/ubb/ultimatebb.php on line 43

Warning: Cannot add header information - headers already sent by (output started at /home/sites/site98/web/ubb/ultimatebb.php:43) in /home/sites/site98/web/ubb/ultimatebb.php on line 521

Warning: Cannot add header information - headers already sent by (output started at /home/sites/site98/web/ubb/ultimatebb.php:43) in /home/sites/site98/web/ubb/ultimatebb.php on line 522

Warning: Cannot add header information - headers already sent by (output started at /home/sites/site98/web/ubb/ultimatebb.php:43) in /home/sites/site98/web/ubb/ultimatebb.php on line 523

Warning: Cannot add header information - headers already sent by (output started at /home/sites/site98/web/ubb/ultimatebb.php:43) in /home/sites/site98/web/ubb/ultimatebb.php on line 524

Warning: Cannot add header information - headers already sent by (output started at /home/sites/site98/web/ubb/ultimatebb.php:43) in /home/sites/site98/web/ubb/ultimatebb.php on line 525

Warning: Cannot add header information - headers already sent by (output started at /home/sites/site98/web/ubb/ultimatebb.php:43) in /home/sites/site98/web/ubb/ultimatebb.php on line 495

I'm not the brightest at PHP, so could you walk me through how to fix the problem?

Anonymous
Unregistered
Anonymous
Unregistered
This has been fixed in 6.1.0.1, now available in the Member Area. Topic closed.

--
Charles Capps
Programmer, Infopop Corporation
Please do not contact me privately for support - post on the board or open a support ticket instead!


Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
spam issues
by ECNet - 03/19/2024 11:45 PM
Looking for a forum
by azr - 03/15/2024 11:26 PM
Editing Links in Post
by Outdoorking - 03/15/2024 9:31 AM
Question on barkrowler and the like
by Mors - 02/29/2024 6:51 PM
Member Permissions Help
by domspeak - 02/27/2024 6:31 PM
Who's Online Now
2 members (Havenofsobriety, rootman), 624 guests, and 106 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)