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)

General_ 11-25-2007 04:18 PM

Quote:

Originally Posted by AndrewD (Post 1389182)
Easiest wasy is with a short plugin, see http://www.eirma.org/wikis/index.php..._access_to_LDM

Great, Thank you!!

femsawyer 11-26-2007 07:02 PM

I recently upgraded my forums from 3.07 to 3.6.8 and the ldm from version 1.6 to 2.2.8

I'm having a problems with being able to edit an entry - even entries that I've submitted. I'm getting 2 different results on 2 different computers both of which using Firefox, so I'm not sure where the problem lies.

On one computer, when I click on the edit icon, a box pops up wanting me to save local_links.php

On the other one, it takes me to a blank page

What could be the cause of this?

GrendelKhan{TSU 11-27-2007 12:45 AM

hey hey long time over here. :)


ok weird problem/bug

1. no matter what I do I can't get the enlarged original pic to work. it worked once and used to work long time ago, but ever since the last few updates: LDM posts the thumbs, but no magnifying glass and no full size image (which is too bad as that was good seo for me :( )

I haven't made any template edits or extra mod (all via ldm admin)

any ideas what could be causing the problem?

2. also, found a bug.... once you choose "only for this category" for an upload... you can't get it back to "for all categories".

ps. that said, LDM is still add-on leet PWNAGE!! andrew still has best support and mod around :)

AndrewD 11-27-2007 04:00 AM

Quote:

Originally Posted by femsawyer (Post 1389818)
I recently upgraded my forums from 3.07 to 3.6.8 and the ldm from version 1.6 to 2.2.8

I'm having a problems with being able to edit an entry - even entries that I've submitted. I'm getting 2 different results on 2 different computers both of which using Firefox, so I'm not sure where the problem lies.

On one computer, when I click on the edit icon, a box pops up wanting me to save local_links.php

On the other one, it takes me to a blank page

What could be the cause of this?

I haven't tried an upgrade across so large a range of vb/ldm for some time, so I don't know what is going wrong. I'll try to rebuild a vb3.0.7 database to investigate this.

Although this is almost certainly not the underlying problem, since you are getting different results on different pcs, have you tried flushing the browser cache and have you tried with different browsers.

AndrewD 11-27-2007 04:19 AM

Welcome back!

Quote:

Originally Posted by GrendelKhan{TSU (Post 1389996)
hey hey long time over here. :)


ok weird problem/bug

1. no matter what I do I can't get the enlarged original pic to work. it worked once and used to work long time ago, but ever since the last few updates: LDM posts the thumbs, but no magnifying glass and no full size image (which is too bad as that was good seo for me :( )

I haven't made any template edits or extra mod (all via ldm admin)

any ideas what could be causing the problem?

Which linkbit are you using? If you are using the standard (Modern) linkbit, check that these lines appear about 20 lines into the links_linkbit template
Code:

<if condition="$linkimgmag">
<br />
<div style="margin-top:3px"><span class="smallfont">$linkimgmag</span></div>
</if>

Also check that the links_imgmag template exists and looks like this:
Code:

<if condition="$linkimg">
<a href="$RESIZE_SCRIPT.php?linkid=$linkid&amp;size=<if condition="$links_defaults[link_imagemagsize]">$links_defaults[link_imagemagsize]<else />0</if>" rel="lightbox[show]" target="_blank" title="$vbphrase[ll_enlarge_thumb]">
<if condition="$ldm_icon_cache['magnify']"><img border="0" src="$ldm_icon_cache[magnify]" alt="$vbphrase[ll_enlarge_thumb]" /><else />[+]</if></a>
</if>

Quote:

Originally Posted by GrendelKhan{TSU (Post 1389996)
2. also, found a bug.... once you choose "only for this category" for an upload... you can't get it back to "for all categories".

You means the 'display order' setting? I can't reproduce this problem.

Alfa1 11-27-2007 06:45 PM

I have successfully installed 2.2.8 on vb 3.6.8. After that I imported my database. (New server)
Now I get this error:
Quote:

The following setting(s) are invalid
upload_dir : /forum/links/downloads/
Cannot access or create directory /forum/links/downloads/ [/var/www/html/forum/links/downloads/forum/links/downloads/]
The path to the download DIR is /domains/mydomain/public_html/forum/links
I tried entering the full path into upload_dir but that doesn't help. Please advise.

auddi 11-28-2007 12:03 AM

when i enabled upload feature, and tried to create an entry using uploading file, i get:
Upload error - unable to move the uploaded file on server.

What could this problem be? The file upload dir has 777 perm. Where is LDM trying to move the file to? Thanks.

auddi 11-28-2007 12:13 AM

Quote:

Originally Posted by Alfa1 (Post 1390530)
I have successfully installed 2.2.8 on vb 3.6.8. After that I imported my database. (New server)
Now I get this error:

The path to the download DIR is /domains/mydomain/public_html/forum/links
I tried entering the full path into upload_dir but that doesn't help. Please advise.

you need to make the dir's perm 777.

femsawyer 11-28-2007 12:18 AM

Quote:

Originally Posted by AndrewD (Post 1390075)
I haven't tried an upgrade across so large a range of vb/ldm for some time, so I don't know what is going wrong. I'll try to rebuild a vb3.0.7 database to investigate this.

Although this is almost certainly not the underlying problem, since you are getting different results on different pcs, have you tried flushing the browser cache and have you tried with different browsers.

I tried with IE which I haven't used in months, cleared the cache anyway and when I click on the edit button, I get a IE cannot display the webpage.

AndrewD 11-28-2007 04:27 AM

Quote:

Originally Posted by auddi (Post 1390716)
when i enabled upload feature, and tried to create an entry using uploading file, i get:
Upload error - unable to move the uploaded file on server.

What could this problem be? The file upload dir has 777 perm. Where is LDM trying to move the file to? Thanks.

Uploads are placed in a temporary directory by the server/php system, then moved by LDM to the directory you have specified. The error message comes from the system function that is trying to do this file move.

I thought that I had coded all the necessary checks on this - but

- Is your server running php in safe mode.
- Does your server have restrictions on the php open_basedir

(You can check both of these on the left column of the main LDM admin pages)


All times are GMT. The time now is 09:59 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.02923 seconds
  • Memory Usage 1,756KB
  • 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
  • (2)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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