php forum
php mysql forum
php mysql smarty
 
Page 10 of 14 < 1 2 ... 8 9 10 11 12 13 14 >
Topic Options
#199204 - 09/04/04 03:46 PM Re: [6.6 - 6.7] [finished] Calendar
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
That's correct smile
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#199205 - 09/11/04 02:43 AM Re: [6.6 - 6.7] [finished] Calendar
PhillipBurum Offline
Member

Registered: 11/02/03
Posts: 155
Ok, after a couple successful, trouble free installs of other mods, I managed to break my UBB with this one.

Error message:
Premature end of script headers: ultimatebb.cgi


I checked the file and it looks good. I didn't D/L or U/L it, I just edited it in place using PLESK FILE MANAGER, like I have for the past couple Mods. I did this because I was having file corruption issues when transfering files (I was using WSFTP LE).

Any ideas as to where to start looking?

It's Midnight, I'm off to bed but will be back @ 7am wink

Thanks guys!
_________________________
United Devices Points: [img]http://www.ubbdev.com/ud/?u=phillip.burum&s=1[/img]

Top
#199206 - 09/11/04 02:47 AM Re: [6.6 - 6.7] [finished] Calendar
PhillipBurum Offline
Member

Registered: 11/02/03
Posts: 155
Here is another hint before I go. I tried to run links.cgi (cp.cgi still works) and I get this...

Software error:
(RequireCodeNoINC) /home/httpd/vhosts/tinbenders.org/httpdocs/Forums/ubb//Templates/public_common.pl: syntax error at /home/httpd/vhosts/tinbenders.org/httpdocs/Forums/ubb//Templates/public_common.pl line 1255, near ""0" alt" syntax error at /home/httpd/vhosts/tinbenders.org/httpdocs/Forums/ubb//Templates/public_common.pl line 1255, near "/></acronym" syntax error at /home/httpd/vhosts/tinbenders.org/httpdocs/Forums/ubb//Templates/public_common.pl line 1346, near "}" Compilation failed in require at ubb_lib.cgi line 941.
_________________________
United Devices Points: [img]http://www.ubbdev.com/ud/?u=phillip.burum&s=1[/img]

Top
#199207 - 09/11/04 04:17 AM Re: [6.6 - 6.7] [finished] Calendar
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Please copy & paste here public_common's lines 1250-1255, 1340-1350. (or just send me a URL to a downloadable version of your public_common.pl, that's allowed to let people download .pl files)
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#199208 - 09/11/04 10:13 AM Re: [6.6 - 6.7] [finished] Calendar
PhillipBurum Offline
Member

Registered: 11/02/03
Posts: 155
Starting at line 1250 (Plus a few)

Code:
 
        } // end if
        return null;
}


var u_cookie = getCookie('ubber$vars_config{Cookie_Number}');
if(u_cookie) {
        u_array = u_cookie.split("&");
} else {
        u_array = new Array("", "", "", "", "", "", "", null, null, null);
} // end if
 
_________________________
United Devices Points: [img]http://www.ubbdev.com/ud/?u=phillip.burum&s=1[/img]

Top
#199209 - 09/11/04 10:15 AM Re: [6.6 - 6.7] [finished] Calendar
PhillipBurum Offline
Member

Registered: 11/02/03
Posts: 155
And starting at 1340

Code:
  
<style type="text/css">
body    {
        margin: 0;
        font-family: $vars_style{FontFace};
        font-size: $aprox_size;
        background-color: $vars_style{BGColor};
        }
td      {
        font-family: $vars_style{FontFace};
        font-size: $aprox_size;
        }
span.datestamp-1 {
        font-weight: bold;
}
span.timestamp-1 {
        color: $vars_style{TimeColor};
}
</style>
<!-- %%BEFORE_HEADER_INSERT%% -->
$vars_style{HeaderInsert}
<!-- %%AFTER_HEADER_INSERT%% -->
</head>
_________________________
United Devices Points: [img]http://www.ubbdev.com/ud/?u=phillip.burum&s=1[/img]

Top
#199210 - 09/11/04 03:03 PM Re: [6.6 - 6.7] [finished] Calendar
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
That's really strange, your line 1250 is my 388, and your 1340 is my 457 confused .

Are you sure you're checking /home/httpd/vhosts/tinbenders.org/httpdocs/Forums/ubb//Templates/public_common.pl ?
If so, can you send me (by PM if you wish) a URL to a downloadable version of your public_common.pl?
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#199211 - 09/11/04 03:53 PM Re: [6.6 - 6.7] [finished] Calendar
PhillipBurum Offline
Member

Registered: 11/02/03
Posts: 155
Uh, I'm not sure how you'd download it, but I'll PM you FTP information if you wish ;-)
_________________________
United Devices Points: [img]http://www.ubbdev.com/ud/?u=phillip.burum&s=1[/img]

Top
#199212 - 09/11/04 03:56 PM Re: [6.6 - 6.7] [finished] Calendar
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
the problem is most likely in the cosmetic links mod combined with this, so it'd be in the main buttons line
_________________________
Code monkey like Fritos

Top
#199213 - 09/11/04 04:15 PM Re: [6.6 - 6.7] [finished] Calendar
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
I can't seem to find the Error Log in the FTP directories... I've got links.cgi to work and I don't have any debugging tool anymore frown
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#199214 - 09/11/04 05:03 PM Re: [6.6 - 6.7] [finished] Calendar
PhillipBurum Offline
Member

Registered: 11/02/03
Posts: 155
The Cosmetic Links mod, I thought, had provisions built in for the calendar mod.

At the end of the instructions for the Cosmetic Links mod, there is a sections, something along the line of "#Calendar Check".

confused
_________________________
United Devices Points: [img]http://www.ubbdev.com/ud/?u=phillip.burum&s=1[/img]

Top
#199215 - 09/11/04 05:06 PM Re: [6.6 - 6.7] [finished] Calendar
PhillipBurum Offline
Member

Registered: 11/02/03
Posts: 155
Ok, so I know that the Cosmetic Links Mod should have interfered in that the lings.cgi not only works, but it also shows the button for the calendar, ofcourse it doesn't work.
_________________________
United Devices Points: [img]http://www.ubbdev.com/ud/?u=phillip.burum&s=1[/img]

Top
#199216 - 09/11/04 05:08 PM Re: [6.6 - 6.7] [finished] Calendar
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
It seems like when you uploaded the public_common.pl file, something went wrong: there are many unnecessary line breaks, one of them caused the previous error. Can you rehack from a backup of that file, or preferrable all the files, when your ultimatebb.cgi worked?
Or just give me the error log smile
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#199217 - 09/11/04 07:16 PM Re: [6.6 - 6.7] [finished] Calendar
PhillipBurum Offline
Member

Registered: 11/02/03
Posts: 155
I've never actually seen the error log. Where do I find it?
_________________________
United Devices Points: [img]http://www.ubbdev.com/ud/?u=phillip.burum&s=1[/img]

Top
#199218 - 09/12/04 01:47 AM Re: [6.6 - 6.7] [finished] Calendar
PhillipBurum Offline
Member

Registered: 11/02/03
Posts: 155
Hey, I found this error in the CP.cgi, under Primary Settings!!!

Unterminated <> operator at /home/httpd/vhosts/tinbenders.org/cgi-bin/ubb_lib_posting.cgi line 1245.
_________________________
United Devices Points: [img]http://www.ubbdev.com/ud/?u=phillip.burum&s=1[/img]

Top
#199219 - 09/12/04 01:52 AM Re: [6.6 - 6.7] [finished] Calendar
PhillipBurum Offline
Member

Registered: 11/02/03
Posts: 155
So I added a ">" to the end of 1245, and now I get this...


Can't modify constant item in scalar assignment at /home/httpd/vhosts/tinbenders.org/cgi-bin/ubb_lib_posting.cgi line 1241, near ""$vars_wordlets{ip_logged}: $ip_number"> ";"
BEGIN not safe after errors--compilation aborted at /home/httpd/vhosts/tinbenders.org/cgi-bin/ubb_lib_posting.cgi line 1245.
_________________________
United Devices Points: [img]http://www.ubbdev.com/ud/?u=phillip.burum&s=1[/img]

Top
#199220 - 09/12/04 03:26 AM Re: [6.6 - 6.7] [finished] Calendar
PhillipBurum Offline
Member

Registered: 11/02/03
Posts: 155
Ok, so I went in and removed that ">" (Bad that I put it there) and deleted some white space between 1245 and 1246 and now I get this...

Unterminated <> operator at /home/httpd/vhosts/tinbenders.org/cgi-bin/ubb_lib_posting.cgi line 1245.


I also compared this current copy of ubb_lib_posting with the older working one (just these lines) and they now match.

confused
_________________________
United Devices Points: [img]http://www.ubbdev.com/ud/?u=phillip.burum&s=1[/img]

Top
#199221 - 09/12/04 07:36 AM Re: [6.6 - 6.7] [finished] Calendar
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Fixed Primary Settings smirk

The error log is usually on your web server control panel, can you link me there? (and give me the username/password if it's different than what I already have)
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#199222 - 09/12/04 12:37 PM Re: [6.6 - 6.7] [finished] Calendar
PhillipBurum Offline
Member

Registered: 11/02/03
Posts: 155
THe web server control panel? Hmm, I'll PM you the information.
_________________________
United Devices Points: [img]http://www.ubbdev.com/ud/?u=phillip.burum&s=1[/img]

Top
#199223 - 09/12/04 12:41 PM Re: [6.6 - 6.7] [finished] Calendar
PhillipBurum Offline
Member

Registered: 11/02/03
Posts: 155
How did you fix the primary settings? Was is another whitespace issues? I tend to use gobs of it to help me keep track of what I've changed.
_________________________
United Devices Points: [img]http://www.ubbdev.com/ud/?u=phillip.burum&s=1[/img]

Top
Page 10 of 14 < 1 2 ... 8 9 10 11 12 13 14 >


Moderator:  Charles, Gizmo 
Who's Online
0 registered (), 26 Guests and 12 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Wisdom needed
by Gizmo
Yesterday at 10:54 AM
How to hide sub forums from summary page
by blaaskaak
12/03/08 09:54 AM
Spell Check [beta]
by Bill B
12/01/08 09:16 PM
PhotoPost BB Code Popup
by AllenAyres
12/01/08 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
12/01/08 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
12/01/08 09:33 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
New Mods
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
Truth, David DelMonte, nick1, Begbie, cenk
13364 Registered Users
Top Posters
AllenAyres 25452
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks