vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Links and Downloads Manager (https://vborg.vbsupport.ru/showthread.php?t=119041)

AndrewD 08-06-2006 07:31 AM

Quote:

Originally Posted by Neal-UK
How can i upload an movie or something, keep getting an error that it's not an acceptable file format when it is.....

LDM will only accept as uploads filetypes that are defined in the VB attachments table (VB->admin->attachments), for which mimetype data are given. You can also restrict the VB list by providing a shorter list in the LDM admin upload settings but you cannot add a filetype there which is not in the main VB list.

Neal-UK 08-06-2006 07:49 AM

I get you, no problem.

Can I just say what an excellent mod this is too!

AndrewD 08-06-2006 10:08 AM

Quote:

Originally Posted by cvn
Thank you AndrewD! I've just backed up the tables and emailed to you. Kindly have a look! Thank you again!

Sorted.

For anyone who might have similar problems, need to use the function htmlspecialchars_uni() consistently, instead of htmlspecialchars()

Will be fixed in next upload.

cvn 08-06-2006 02:27 PM

Quote:

Originally Posted by AndrewD
Sorted.

For anyone who might have similar problems, need to use the function htmlspecialchars_uni() consistently, instead of htmlspecialchars()

Will be fixed in next upload.

Thanks so much Andrew for your great support!

TomasDR 08-06-2006 11:39 PM

I am getting an error in my apache logs.

Quote:

[client 1.2.3.4] PHP Notice: Undefined index: HTTPS in /xxx/forum/includes/class_core.php on line 1566, referer: http://xxx/forum/local_links.php?catid=2&linkid=298
Everything seems to be working fine except on the first uploaded picture it picked up a comment from an older entry.

I removed all mods before upgrading to 3.6, including this mod. The installed the new version.

Any thoughts?

AndrewD 08-07-2006 04:07 AM

Quote:

Originally Posted by TomasDR
I am getting an error in my apache logs.

Any thoughts?

The apache error is reporting use of an unset array element in the depths of the VB code. Perhaps it should be reported to the VB folks themselves - as far as I can see, it is not connected with LDM nor serious.

Edit: There are many unset variables in the vb code (and a few in LDM) which will get reported in the Apache error log depending on the error settings in your php.ini/httpd.conf files. They are not generally serious, since php autocreates variables when it needs them.

synn 08-07-2006 09:34 AM

This is a great mod! Is there anyway to have the artist photo included on the embedded jukebox page?

AndrewD 08-07-2006 09:42 AM

Quote:

Originally Posted by synn
This is a great mod! Is there anyway to have the artist photo included on the embedded jukebox page?

Yes. In the 'extras' directory in the release zip, there is an add on called 'id3-handles'. If you install this, it will automatically display the embedded album cover art from any mp3 that is being played.

jluerken 08-07-2006 12:09 PM

1. Thumbnails or larger thumbnails are not shown in my installation.

If I click on the thumbnail image I get a white new page with this
http://www.domain.com/forum/local_resize.php?pic='forum/ldm_uploads/imageuploads/577811549553177430.jpg'&size=600
instead of the resized image.

sduckie2k5 08-07-2006 06:24 PM

Will this new version work on vb 3.54? Thanks

AndrewD 08-07-2006 07:02 PM

Quote:

Originally Posted by jluerken
1. Thumbnails or larger thumbnails are not shown in my installation.

If I click on the thumbnail image I get a white new page with this
http://www.domain.com/forum/local_resize.php?pic='forum/ldm_uploads/imageuploads/577811549553177430.jpg'&size=600
instead of the resized image.

Will investigate

AndrewD 08-07-2006 07:03 PM

Quote:

Originally Posted by sduckie2k5
Will this new version work on vb 3.54? Thanks

Yes.

AndrewD 08-07-2006 07:33 PM

Quote:

Originally Posted by jluerken
1. Thumbnails or larger thumbnails are not shown in my installation.

If I click on the thumbnail image I get a white new page with this
http://www.domain.com/forum/local_resize.php?pic='forum/ldm_uploads/imageuploads/577811549553177430.jpg'&size=600
instead of the resized image.

I cannot see anything obvious. Can you give me admin access to your board?

jluerken 08-07-2006 09:42 PM

I found another small issue.

Upload a file as UNREGISTERED User.
Enter an email address and everything.
After the upload login as admin and try to delete the file.

Its only working if you manually remove the entered email address first, otherwise not.

MSJA 08-07-2006 10:06 PM

Andrew, the link to the 3.5 version is not right (...is available in the product's VB3.5 thread...).

It should be showthread.php?t=91107 instead of showthread.php?t=81107.

Dream 08-08-2006 12:36 AM

some of my members are saying they get disconnected from board when they enter the links manager for the first time

AndrewD 08-08-2006 05:13 AM

Quote:

Originally Posted by MSJA
Andrew, the link to the 3.5 version is not right (...is available in the product's VB3.5 thread...).

It should be showthread.php?t=91107 instead of showthread.php?t=81107.

Thanks, fixed, I think

quasan 08-08-2006 06:16 PM

i just tried to install 2.5RC

after uploading the files, i tried to import the product

Quote:

Warnung: Unknown(includes/local_links_init.php): failed to open stream: No such file or directory in /admincp/plugin.php(1924) : eval()'d code (Zeile 3)

Fatal error: (null)(): Failed opening required 'includes/local_links_init.php' (include_path='/usr/share/php/') in /srv/www/web1/html/blabla.org/vb/admincp/plugin.php(1924) : eval()'d code on line 3
i double-checked the file permissions.. everything ok there..

AndrewD 08-08-2006 07:36 PM

Quote:

Originally Posted by quasan
i just tried to install 2.5RC

after uploading the files, i tried to import the product



i double-checked the file permissions.. everything ok there..

The message is saying that local_links_init.php is not in your includes directory.

quasan 08-08-2006 08:53 PM

after uploading the files, after uploading the files,after uploading the files,after uploading the files,

i didn't upload them to the moon.. :p

synn 08-08-2006 10:25 PM

Quote:

Originally Posted by AndrewD
Yes. In the 'extras' directory in the release zip, there is an add on called 'id3-handles'. If you install this, it will automatically display the embedded album cover art from any mp3 that is being played.

Thanks, It now displays the song information (genre, year, etc.) but not the artist image. My jukebox images on the right and left now are also broken. (just x's) I edited the link and noticed it auto-created the image file using a .mp3 extension instead of jpg:

Optional, auto-created where possible from url/upload:
/forum/uploads/1/154511550761121237.mp3

How do I fix this?

Kwak 08-09-2006 01:58 AM

Awesome mod. I can't wait until most of the bugs are found and a Gold version is released for v3.6.0.

Ipuck 08-09-2006 04:02 AM

:up: Thank you for the mod :banana:

AndrewD 08-09-2006 04:16 AM

Quote:

Originally Posted by synn
Thanks, It now displays the song information (genre, year, etc.) but not the artist image. My jukebox images on the right and left now are also broken. (just x's) I edited the link and noticed it auto-created the image file using a .mp3 extension instead of jpg:

Optional, auto-created where possible from url/upload:
/forum/uploads/1/154511550761121237.mp3

How do I fix this?

The image link is correct, as the getid3 code reads the artist image from inside the mp3 file. But someone else had pointed out that there can be problems if there is no cover art inside the mp3. I'll take another look.

AndrewD 08-09-2006 04:18 AM

Quote:

Originally Posted by Kwak
Awesome mod. I can't wait until most of the bugs are found and a Gold version is released for v3.6.0.

Man, most of the bugs are found (bleary eyes, tired, etc, etc) - but these blessed creatures have a nasty habit of producing new children bugs - can never seem to exterminate them all.......

Hoffi 08-09-2006 07:43 AM

I have the problem that I can't access the Settings Page.
I tried it our of the ACP and the Drop-Down of the Page.

Everything other should work.

I user 2.5 RC abd vB3.6 Gold. Updates from an older Version from LDM.

AndrewD 08-09-2006 07:45 AM

Quote:

Originally Posted by Hoffi
I have the problem that I can't access the Settings Page.
I tried it our of the ACP and the Drop-Down of the Page.

Everything other should work.

I user 2.5 RC abd vB3.6 Gold. Updates from an older Version from LDM.

Did the older version work ok for accessing the LDM admin?

Have you made any changes on your board to usergroups? Code assume usergroup 6 for admins.

jluerken 08-09-2006 01:54 PM

I set a category to moderated.
A user uploaded a file and as admin I got a notification email.
I visited the link and clicked on MODERATE.

If I click on EDIT or DELETE I get the following error:

PHP Code:

Fatal errorCall to a member function on a non-object in /path/forum/includes/local_links_misc.php on line 1073 

Can you check this AndrewD?

AndrewD 08-09-2006 01:55 PM

Quote:

Originally Posted by jluerken
I set a category to moderated.
A user uploaded a file and as admin I got a notification email.
I visited the link and clicked on MODERATE.

If I click on EDIT or DELETE I get the following error:

PHP Code:

Fatal errorCall to a member function on a non-object in /path/forum/includes/local_links_misc.php on line 1073 

Can you check this AndrewD?

Will do, thanks

Hoffi 08-10-2006 01:07 PM

Quote:

Originally Posted by AndrewD
Did the older version work ok for accessing the LDM admin?

Have you made any changes on your board to usergroups? Code assume usergroup 6 for admins.

Yes, in my Life-Board ( i Use 2.1.0 there...) I can access the Settings. I did a complete Copy and then updated the Forum and some Hacks including this on. Deactivation of most other Hacks didn't change anything.

AndrewD 08-10-2006 01:11 PM

Quote:

Originally Posted by Hoffi
Yes, in my Life-Board ( i Use 2.1.0 there...) I can access the Settings. I did a complete Copy and then updated the Forum and some Hacks including this on. Deactivation of most other Hacks didn't change anything.

I haven't enough information to go on. Do you want to send me a PM with board details + ideally an admin account?

Tyegurl 08-10-2006 01:16 PM

andrewd i am still having problems....to be a pain in the butt can you come and check it out again???

my pages load but with errors according to IE6 and i don't get errors on anyother vb page....just links and download manager pages.....i am getting a lot or db errors....like everytime i download something...

SELECT linkid, userid, usertime
FROM local_linksdownloads
ORDER BY usertime DESC;

MySQL Error : Lost connection to MySQL server during query
Error Number : 2013
Date : Thursday, August 10th 2006 @ 07:14:59 AM
Script : http://www.teamrespawn.com/vBulletin...d=155&catid=17
Referrer : http://www.teamrespawn.com/vBulletin...N&page=2&pp=10

Invalid SQL:

SELECT linkid, userid, usertime
FROM local_linksdownloads
ORDER BY usertime DESC;

MySQL Error : Lost connection to MySQL server during query
Error Number : 2013
Date : Thursday, August 10th 2006 @ 07:15:50 AM
Script : http://www.teamrespawn.com/vBulletin...d=156&catid=17
Referrer : http://www.teamrespawn.com/vBulletin...N&page=2&pp=10

Tyegurl 08-10-2006 01:23 PM

just gave me the same problem but your name lol

AndrewD 08-10-2006 01:27 PM

Quote:

Originally Posted by Tyegurl
just gave me the same problem but your name lol

Yes, I'm logged on...

I know where the problem is - I'm trying to log downloads after these have completed - by which time your database server has dropped the connection. I've turned off the 'hit recording' for LDM, which I hope will now fix the problem for the time being. Full fix in the next upload. Let me know how things go.

Tyegurl 08-10-2006 01:40 PM

thanks so much

jiffy 08-10-2006 03:02 PM

So is this good to go on a fresh install of 3.6 gold? I use an older version on a different board running 3.5.4 and love it.

AndrewD 08-10-2006 03:12 PM

Quote:

Originally Posted by jiffy
So is this good to go on a fresh install of 3.6 gold? I use an older version on a different board running 3.5.4 and love it.

The RC version is more or less ok. There are some minor bugs which I have fixed on my test site, and the final release will be uploaded (I imagine) this weekend..

obmob 08-10-2006 04:16 PM

OMG... lol that means i'll have to change templates once again?

Or how do i save the modified templates... somehow, i tried saving the whole tempate, but none of the custom or products were updated :(

Take a look at my download site... it's a kids site, so be prepared XD
http://www.ositobarrigon.com/download.php

Oh, english is available in the bottom.

AndrewD 08-10-2006 05:44 PM

Quote:

Originally Posted by obmob
OMG... lol that means i'll have to change templates once again?

Or how do i save the modified templates... somehow, i tried saving the whole tempate, but none of the custom or products were updated :(

Take a look at my download site... it's a kids site, so be prepared XD
http://www.ositobarrigon.com/download.php

Oh, english is available in the bottom.

What a wonderful site!

I think the problem with over-writing the templates only happens when the add-in version number changes. As we are staying with version 2.2.5, you shoul dbe ok. But I'll check, just to be sure.

AsianKid 08-10-2006 06:21 PM

Hello AndrewD.
I tried installing both RC and Beta on 3.6.0 Gold and I get the following error:
PHP Code:

WarningUnknown(includes/local_links_init.php): failed to open streamNo such file or directory in /admincp/plugin.php(1924) : eval()'d code on line 3

Fatal error: (null)(): Failed opening required '
includes/local_links_init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/user/public_html/admincp/plugin.php(1924) : eval()'d code on line 3 



All times are GMT. The time now is 05:57 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.03186 seconds
  • Memory Usage 1,849KB
  • 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
  • (3)bbcode_php_printable
  • (22)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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