vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - CERBERUS: 1 vB4: runs multiple domains with custom styles, forums, universal login (https://vborg.vbsupport.ru/showthread.php?t=254197)

KW802 12-13-2010 04:19 PM

Quote:

Originally Posted by sticky (Post 2133170)
Thank you, but which folder is it that I'm looking to change permissions on? If it is attachments under images it is set to 777.

Quote:

Originally Posted by BirdOPrey5 (Post 2133314)
I was able to upload attachments on both domains but my attachments are in the database...

Are your attachments in the database or file system?
Admin CP -> Attachments -> Attachment Storage Type

Joe, are you using the "Basic Uploader" on vB 4.x or the new attachment manager?

I'm having the same issue with vB 4.0.8 regardless of whether attachments in the database or file sytem; if I use the new fancy uploader then it fails but if I use the "Basic Uploader" then it works.

No chance to even look into why at the moment (at the office).

BirdOPrey5 12-13-2010 04:28 PM

1 Attachment(s)
The fancy uploader- on Chrome...

KW802 12-13-2010 04:30 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2133343)
The fancy uploader- on Chrome...

When you click "Add Files" (upper right), is it the flash uploader or the AJAX uploader? For me using the flash uploader results in an error while the ajax uploader works fine.

BirdOPrey5 12-13-2010 05:58 PM

1 Attachment(s)
I never knew there was a flash option.. looks like ajax to me...

KW802 12-13-2010 07:52 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2133383)
I never knew there was a flash option.. looks like ajax to me...

Yep, that's the AJAX version of the upload. :)

ACP => Options => Message Attachment Options => Asset Manager - Enable

From that drop-down you can either turn off the Asset Manager entire (so it uses the same uploader as as vB 3.8.x did) or you can select to use either the Flash uploader or the AJAX uploader by default. If you select the Flash Uploader by default your users can still override during the time of upload by selecting the "Basic Uploader" link on the screen.

The old style & AJAX Uploader works but the Flash Uploader does not.

KW802 12-13-2010 08:46 PM

OK, got the flash uploader issue sorta' figured out. :)

In the plugin "Forum Display" for the product, find this line...
Code:

if((count($ib_intersection) == 0 || $is_visible == 0) && !(THIS_SCRIPT == 'postings')) {
... and change it to:
Code:

if((count($ib_intersection) == 0 || $is_visible == 0) && !(THIS_SCRIPT == 'postings' || THIS_SCRIPT == 'newattachment')) {
Note the addition of 'newattachment' as a THIS_SCRIPT identifier to skip removing of permissions.

BirdOPrey5 12-13-2010 11:36 PM

I actually do have Flash enabled by default but I only see Ajax... Probably a Chrome thing...

sticky 12-14-2010 02:34 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2133314)
I was able to upload attachments on both domains but my attachments are in the database...

Are your attachments in the database or file system?
Admin CP -> Attachments -> Attachment Storage Type

It is set to: move items from file system into database

sticky 12-14-2010 02:41 AM

Would there be a downside from keeping the cookie domain on both sites the same? That way when one logs in on one they log in on the other or should they both be different?

BirdOPrey5 12-14-2010 03:05 AM

Quote:

Originally Posted by sticky (Post 2133585)
It is set to: move items from file system into database

That means they are in your file system. Check out Kevin's post #186 for a possible solution to the permissions issue.


All times are GMT. The time now is 01:09 PM.

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.02164 seconds
  • Memory Usage 1,744KB
  • 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
  • (6)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
  • (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