Quote:
Originally Posted by Alfa1
When installing the plugin spider-url that addresses ldm_linkbit_create I get this error:
PHP Code:
Parse error: syntax error, unexpected '[' in /public_html/forum/includes/local_links_include.php(3725) : eval()'d code on line 3
|
again, a character has gone astray.
Edit the Links and Downloads Manager - Spider external urls plugin attached to the ldm_linkbit_create hook. It starts off with a line
Code:
if (links_defaults['spider_urls_active'] and substr($linkurl,0,4)=="http") {
There should be a dollar sign $ immediately before links_defaults, i.e.
Code:
if ($links_defaults['spider_urls_active'] and substr($linkurl,0,4)=="http") {
Quote:
Originally Posted by Alfa1
Why does the forum home stats show that my entries are 6.17 GB, while my statistics in LDM's settings show 1.87 GB?
|
These pages are not calculating the same thing. The LDM settings page shows the size of uploads. The forum home figure is the total size of all files which are considered to be downloads.