vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Joomla for vBulletin (IMPORTANT UPDATE) - Bridge to the World's Most Popular CMS (https://vborg.vbsupport.ru/showthread.php?t=145781)

Michael Morris 06-05-2007 05:43 PM

Sorry about that. I'll add support for alternate admincp directory names in RC2. I'll probably put it out tonight - that's two significant issues with the installer.

Other than that thing though, has anyone had problems with items other than the installer?

Michael Morris 06-05-2007 05:57 PM

Quote:

Originally Posted by Mikhailtech (Post 1261833)
Michael - it's now working.

This is probably something I missed earlier in the thread, but my host helped me figure out what was wrong. I have a custom name for my admincp directory (for security reasons) and I had to go back and update all the installx.php files to reflect this accordingly. I know a lot of people have specific names for their admin directories. It's up to you, but you may want to make a note about that - that if you have a custom admincp directory name, you'll have to manually enter it into all of the installx.php files.

I will change this with RC2 - it is a significant issue. I'm sorry I overlooked it and appreciate your patience with this matter.

Quote:

Also, a question about the Joomla install. During the install, it told me to make a bunch of directories writable. According to my host, having some of these writable opens my server up to attacks. Do these directories need to remain writable once the installation is complete?
They need to be writable at the time Joomla is installing or uninstalling modules and components. You can chmod them to be unwriteable most other times - though be aware that vJoomlaRecentThreads and vJoomlaWho'sOnline won't be able to cache results if you do (they will not publically error when this occurs though).

For best security you can make the directories unwritable except when you are installing or uninstalling modules, mambots and components in the vJoomla admininstrator.

Quote:

And finally, you said you need to make copies of the images, clientscript, and cpstyles folders and place them in the joomla directory (root for most websites). Does this mean that any time changes are made to any of these folders (such as during vb version upgrades) I will need to re-copy the folders again?
If you have a Linux or Unix server you have the alternative of creating a symbolic link to those directories. If you do this you must include an .htaccess file with the Allow Symlinks directive turned on AND the server needs to be setup to parse that .htaccess file (most are). The creation of symbolic links is a fairly technical process.

Quote:

EDIT: would you prefer support/issue questions to be posted here or in the vJoomla forum?
Either location is fine by me, I check both regularly.

VivaLaPinkowitz 06-05-2007 06:16 PM

I have tried EVERYTHING and cannot get input the right "forum path" for the installer to locate it. Any ideas?

I have it set up to a subdomain, http://forums.pinkowitz.org, and told it to go there. For the subdomain I inputted:

http://forums.pinkowitz.org
forums.pinkowitz.org
forums.pinkowitz.org/includes/config.php

None of those worked. I then tried copying the vBulletin folder into my vJoomla subdirectory, accessible at http://pinkowitz.org/vBulletin. I then tried to no amise:

http://pinkowitz.org/vBulletin
pinkowitz.org/vBulletin
pinkowitz.org/includes/config.php

I'm stumped. Any and all help would be appreciated :)

Michael Morris 06-05-2007 06:43 PM

You seem to be confusing internal and external paths. On a linux machine the complete internal path will start with a /. On Windows it will start with a drive letter, such as c:\

You must provide the internal path from the root of the drive to get the script to work. For example

/var/www/sites/pinkowitz.org/subdomains/www/ for Joomla and
/var/www/sites/pinkowitz.org/subdomains/forum/ for vbulletin, and so on.

One way to discover the path is to create a new php file in your forum with this code
PHP Code:

<?php echo dirname(__FILE__); ?>

Visit the file in your browser and copy whatever appears to the vJoomla installer.

thenewuser 06-05-2007 06:45 PM

Can someone plz post screen shots of the admin interface? Is this a CMS?

VivaLaPinkowitz 06-05-2007 06:54 PM

/homepages/13/xxx/htdocs/xxx

is what returns when I make the php file and access it. The installation proceeds but then results to a white login screen, which differs from the normal blue login screen. When I continue to log in, I get a 500 Server Error.

Any clue as to why?

EDIT: I'm going to try to put it in the same directory as vJoomla. Hopefully that'll work.
EDIT 2: Nope. Still getting the white screen. A funny thing I noticed though is when I scroll over "Pinkowitz.org Forums" on the white login screen, its location is pinkowitz.org/index.php when it should be forums.pinkowitz.org/index.php. Any ideas as to why this is?

Michael Morris 06-05-2007 08:20 PM

Quote:

Originally Posted by VivaLaPinkowitz (Post 1261959)
/homepages/13/d201174536/htdocs/vBulletin

is what returns when I make the php file and access it. The installation proceeds but then results to a white login screen, which differs from the normal blue login screen. When I continue to log in, I get a 500 Server Error.

Any clue as to why?

EDIT: I'm going to try to put it in the same directory as vJoomla. Hopefully that'll work.
EDIT 2: Nope. Still getting the white screen. A funny thing I noticed though is when I scroll over "Pinkowitz.org Forums" on the white login screen, its location is pinkowitz.org/index.php when it should be forums.pinkowitz.org/index.php. Any ideas as to why this is?

You MUST log into you admincp before starting the Installer or it will not work beyond step one.

Michael Morris 06-05-2007 08:21 PM

Quote:

Originally Posted by thenewuser (Post 1261953)
Can someone plz post screen shots of the admin interface? Is this a CMS?

http://demo.joomla.org/demo10/

They have a demo of the interface there. vJoomla isn't markedly different than Joomla in this regard.

VivaLaPinkowitz 06-05-2007 08:25 PM

Quote:

Originally Posted by Michael Morris (Post 1261997)
You MUST log into you admincp before starting the Installer or it will not work beyond step one.

I am logged into admincp in a different window. Am I doing something incorrectly?

Michael Morris 06-05-2007 08:54 PM

Hmm... Your login might have timed out. Try reloading the page and seeing if you are prompted to log in. If that isn't the problem then the cookie domain setting is probably the monkey in the works, and I'm not sure that's solvable.


All times are GMT. The time now is 10:56 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.01187 seconds
  • Memory Usage 1,752KB
  • 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_php_printable
  • (7)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
  • (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