vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBJournal for vBulletin 3.5 (https://vborg.vbsupport.ru/showthread.php?t=96462)

GrendelKhan{TSU 09-20-2005 01:33 PM

<< gk clicks install!! :D


ack!! phrases?? I want to update this for another language!! :(

Andreas 09-20-2005 01:39 PM

It's not yet fully phrased, but I am in the process of replacing all hardcoded Text with Phrases.
Will be fully phrased done in Beta 1 at least.

GrendelKhan{TSU 09-20-2005 02:58 PM

Quote:

Originally Posted by KirbyDE
It's not yet fully phrased, but I am in the process of replacing all hardcoded Text with Phrases.
Will be fully phrased done in Beta 1 at least.

schwwwweet! :D thanks. that's a HUGE deal for many of us I would imagine.

great work so far though anyway. :)

Paul M 09-20-2005 10:17 PM

Oops ;

Quote:

Database error in vBulletin 3.5.0 Release Candidate 3:

Invalid SQL:
DELETE FROM journal_comments WHERE comment_id=;

MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number : 1064
Date : Wednesday, September 21st 2005 @ 12:11:44 AM
Script : http://www.xxxxx.xxx/board/journal.p...com&com=21&j=4
Referrer : http://www.xxxxx.xxx/board/journal.p...owcomments&j=4
IP Address : <you wish>
Username : Paul M
Classname : vb_database

Andreas 09-21-2005 03:58 AM

<a href="http://bugs.kirbydemos.ath.cx/view.php?id=15" target="_blank">Known</a> and fixed already.
A new release should be ready today.

DS MrSinister 09-21-2005 04:11 AM

i am geting this when i edit vBJournal Premissions

Code:


Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class)core.php on line 627

any ideas on this one

I just upgrade my site from 3.0.8 to 3.5 rc 3

Andreas 09-21-2005 04:20 AM

Did you upload the Bitfield XML before you imported the Product XML?
Anyway, admincp/index.php?do=buildbitfields should fix the problem.

DS MrSinister 09-21-2005 04:31 AM

Quote:

Originally Posted by KirbyDE
Did you upload the Bitfield XML before you imported the Product XML?
Anyway, admincp/index.php?do=buildbitfields should fix the problem.


thank you very much sir. workd like a charm.. one of these days i will get the hang of this stuff..

:banana:

Paul M 09-21-2005 05:23 AM

Quote:

Originally Posted by KirbyDE
Did you upload the Bitfield XML before you imported the Product XML?

Where does it tell you to do that ?

Andreas 09-21-2005 05:35 AM

[high]* Andreas slaps Paul M around a bit with a large trout
[/high]
You know exactly that Bitfield XMLs always have to be uploaded before product import ;)

Paul M 09-21-2005 07:15 AM

Quote:

Originally Posted by KirbyDE
[high]* KirbyDE slaps Paul M around a bit with a large trout
[/high]
You know exactly that Bitfield XMLs always have to be uploaded before product import ;)

[high]* Paul M slaps KirbyDE back with a very large trout
[/high]
Yes, that's not the point :p Not everyone who installs it will know .....

Feckie (Roger) 09-21-2005 08:34 AM

Any more slapping and u 2 will need to get a room............lol

Andreas 09-21-2005 03:05 PM

Updated. Details see first post.

Jason McConnell 09-21-2005 03:50 PM

So if we're upgrading, run the query, then do what with the original product xml? Delete it? Uninstall it? Or overwrite?

edit: n/m... uninstall deletes existing journals right? Unfortunately I had to uninstall, because I didn't set it to allow overwrite the first time I uploaded the XML.

Andreas 09-21-2005 04:19 PM

Yes, uninstall deletes existing data.
If you don't tick overwrite that's not a problem as it will just do nothing then.
Just do it again and make sure overwrite is ticked.

FleaBag 09-21-2005 04:50 PM

Latest version working on RC3 with no issues. Thanks for the update Kirby! :)

Andreas 09-23-2005 06:46 AM

Security Warning
A XSS Vulnerbilitie has been discovered in vB Journal Versions prior 1.0.2 Alpha 3.
In order to keep your site safe it is recommended to update immediately.

Fix for vB Journal 1.0.1 (vBulletin 3.0)
FIND
PHP Code:

$reccom['coment_text']= htmlspecialchars_uni($reccom['comment_text']); 

REPLACE
PHP Code:

$reccom['comment_text']= htmlspecialchars_uni($reccom['comment_text']); 


Zelda-King 09-23-2005 03:40 PM

Where is the code?

Andreas 09-23-2005 03:43 PM

Obviously journal.php ;)

Zelda-King 09-23-2005 03:49 PM

That's where I initially thought but I don't have that code.

Andreas 09-23-2005 03:52 PM

Quote:

Originally Posted by KirbyDE
Fix for vB Journal 1.0.1 (vBulletin 3.0)

Are you using Version 1.0.1 on vBulletin 3.0.x?

Zelda-King 09-23-2005 04:29 PM

No, didn't realise the 3.0.X series was being discussed in the vB3.5 extensions forum. :D

Oops...

Andreas 09-23-2005 04:31 PM

I just included this in the warning as the 3.0 Version is also affected.
For vBulletin 3.5, just upgrade to the latest Version of this Hack.

Zelda-King 09-23-2005 04:32 PM

Good, I should be sorted then. :)

Cyricx 09-23-2005 05:18 PM

Is it just that one line in journal.php that is affected?

So to upgrade do we just need to upload the new journal.php or make the change in the email to correct the bug?

Andreas 09-23-2005 05:23 PM

Just overwrite the existing File if you are using the vBulletin 3.5 Version - or apply the fix if you are using the vBulletin 3.0 Version.

Omega Prime 09-24-2005 01:35 PM

Dunno if it's just me, but after the upgrade to the current build, I'm getting issues with a few users having blank comments. It shows their name and the time they made their comment, but that's about it :(

(Note that it can't be permission issues as I've already checked those)

Andreas 09-24-2005 01:54 PM

Hmm ... how can I reproduce this effect?

Feckie (Roger) 09-24-2005 02:17 PM

Economics is like jacks: If on the side before weakness down falls, the other one slams also on the ass.

So True

Andreas 09-24-2005 02:18 PM

@Omega Prime
Seems like you are using customized journal Templates.
Please revert them.

Zelda-King 09-24-2005 02:37 PM

I get the following SQL error when I try to edit Journal Buddies;

Invalid SQL:

SELECT userid, username FROM user
WHERE userid IN ()
ORDER BY username;

MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ')
ORDER BY username' at line 2
Error Number : 1064
(etc)
Classname : vb_database


Using latest version on vB3.5 RC3. Have not customised the journal in any way but have been upgrading it since about Alpha 1 Build 1.

Zelda-King 09-24-2005 02:42 PM

I thought I'd take the opportunity to show a few cosmetic issues I've come across where the system doesn't go seemlessly with my styles (see attachments).
1) Wrong text colour in dropdown.
2) USERCP_SHELL appears to be using the wrong Alt colour;

Andreas 09-24-2005 02:48 PM

Quote:

As always, please report Bugs @ http://bugs.kirbydemos.ath.cx
Normally this can't happen.
Try
[sql]update usertextfield set jbuddylist='' where jbuddylist=' '[/sql]

Zelda-King 09-24-2005 03:09 PM

Query done. "Affected Rows: 0". Actually I was a little apprehensive about posting on your bugtracker because I wasn't sure it was a bug. But I'll continue this there if you like.

Andreas 09-24-2005 03:13 PM

Hmm, then I don't know how this could happen.

Try editing Plugin vBJournal: Edit jBuddylist, change
PHP Code:

if ($vbulletin->userinfo['jbuddylist']) 

to

PHP Code:

if (trim($vbulletin->userinfo['jbuddylist'])) 


Zelda-King 09-24-2005 03:30 PM

Still getting the same thing I'm afraid. I'll open the case on your bugtracker, but first I'll try uninstalling/reinstalling from scratch.

EDIT: Uninstalling results in this fatal error: Fatal error: Call to undefined function: fetch_table_info() in /home/root/to/plugin.php(994) : eval()'d code on line 10

So.. guess I'll have to make the thread after all.

Andreas 09-24-2005 03:47 PM

I really wanna know who wrote vB_Database_Alter ... that class doesn't really seem to fit with vB Code standards ;)

As for the buddylist problem: I can't reproduce this effect without intentionally putting corrupted data into the database. But even then the above code prevents the error.

You should also keep in mind that uninstalling deletes all existing journal data.

HabboForum 09-24-2005 03:59 PM

This looks good. Will it work on RC2 and are there any screenshots?

Thank you. :)

Andreas 09-24-2005 04:03 PM

Will not work on RC2.
Currently there are no screenshots, but you can take a look here

Omega Prime 09-25-2005 12:46 PM

Quote:

Originally Posted by KirbyDE
@Omega Prime
Seems like you are using customized journal Templates.
Please revert them.

Templates have been reverted, but since they're not vB defaults, they're just erased. The reason why it seemed that I customized it was that I first added the journal back in Sept. 2004 and I guess they haven't been overwritten since the recent 3.5 port of the journal.

At any rate, it's as I noted before with some users showing up with blank comments, while others appear fine :ermm:


All times are GMT. The time now is 12:39 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02207 seconds
  • Memory Usage 1,824KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete