Home arrow Forum Request for Manual Install process
  Welcome, Guest. Please login or register.
Did you miss your activation email?
January 09, 2009, 05:44:34 AM
Home New Posts Search Calendar


Login with username, password and session length
+  Joomla Forum
|-+  Joomla Hacks
| |-+  Joomla-SMF Forum Support
| | |-+  Joomla-SMF 1.1.x (Moderators: -Wolverine, kai920)
| | | |-+  Request for Manual Install process
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: Request for Manual Install process  (Read 2252 times)
Matthew Galvin
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 5


View Profile
Request for Manual Install process
« on: March 08, 2006, 06:38:30 PM »

IIS 6 on Windows 2003
PHP 4.4.2 ISAPI
MySQL 4.0.26
Joomla 1.08
SMF 1.1RC1
browser IE 6.02
I have tried to install com_joomla_smf_1_1.zip both RC1 and RC2.
The first part fo the install works fine.
When I try to connect to the menu item for the configuration I get a page not found error.
As I tried to re-install, I assumed that there were now multiple records written to the db.
I deleted "excess" com_smf rows from jos_menu and jos_modules which indicated abortive installations.
It seems like some data needs to be written to administrator/index2, but without adequate documentation on the remainder of the install, I am pretty much stuck.  Lips Sealed
Please help.
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Request for Manual Install process
« Reply #1 on: March 08, 2006, 07:26:18 PM »

IIS 6 on Windows 2003
PHP 4.4.2 ISAPI
MySQL 4.0.26
Joomla 1.08
SMF 1.1RC1
browser IE 6.02
I have tried to install com_joomla_smf_1_1.zip both RC1 and RC2.
The first part fo the install works fine.
When I try to connect to the menu item for the configuration I get a page not found error.
As I tried to re-install, I assumed that there were now multiple records written to the db.
I deleted "excess" com_smf rows from jos_menu and jos_modules which indicated abortive installations.
It seems like some data needs to be written to administrator/index2, but without adequate documentation on the remainder of the install, I am pretty much stuck.  Lips Sealed
Please help.

after install you must go into the component's configuration screen and perform additional tasks. 
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Matthew Galvin
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 5


View Profile
Re: Request for Manual Install process
« Reply #2 on: March 09, 2006, 02:05:21 PM »

Yes, that is the problem. When I try to access the page which displays the additional configuration, via clicking through administrator - componenets - Joomla-smf - Configuration I receive a page not displayed error.
I am hoping there is some sort of manual install option, similar to the provided manual method for installing joomla.
Yes, I have show friendly http error messages off in IE 6.
I believe that the problem begins at index2.php?option=com_smf, although I cannot be sure since the documentation and remarks in the code are spotty at best.
I can't find any area in index2.php code where passing these variables (option=com_smf) would result in successful action - I am wondering if index2. was uspposed to be modified during the component install process, but this did not work due to me being on a Windows system.
No error code is displayed - the page index2.php simply does not load.
Documentation would be very useful in trying to resolve this myself, although I appreciate your help in whatever way is available.
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Request for Manual Install process
« Reply #3 on: March 09, 2006, 02:23:35 PM »

First thing, and I just noticed this, the bridge isn't compatible with SMF 1.1RC1.  So try upgrading to SMF 1.1RC2 and then uninstall the bridge and install the latest version(get it here).  Lemme know if you still have problems.  Wink
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Matthew Galvin
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 5


View Profile
Re: Request for Manual Install process
« Reply #4 on: March 09, 2006, 04:28:33 PM »

Same problem/problem still occurs.
I reinstalled both SMF 1.1.RC2 and Joomla 1.08 and am still experiencing this.
I hope this is not PEBKAC or something not right with my PHP install.
I noticed on the Joomla reinstall that session.save_path = C:/Inetpub/temp in phph.ini is not being processed correctly.
Since I haven't had any other problems with PHP or with SMF/Joomla I have not fixed this.
I also noticed that inside /components/com_smf there are only a few files - not all the files contained in the .zip.
It seems like all the files should have been extracted from the zip and placed in this directory.
Ah, if only I had some documentation . . .  Wink
Thanks Wolverine!
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Request for Manual Install process
« Reply #5 on: March 09, 2006, 04:54:11 PM »

components/com_smf should only have smf.php and an index.html(ignore the images dir).  This directory, administrator/components/com_smf,  should have the rest of the files. 

Dunno, but being the type of person I am, I blame Bill Gates and IIS!   Tongue  Wish I could help, but I am at a loss.  You're the first that has reported this.

To config manually you can go into administrator/components/com_smf and try to hack your way through the config.smf.php file.  I DO NOT recommend this unless there is no other option.  Use 1 for true on the options and 0 for false(I know, obvious, but need to make sure).  Don't leave any of them blank.  To determine what a certain setting is doing you can coordinate that setting with the line in admin.smf.php and then correspond the language reference to languages/english.php.  Here is an example of a completed config.smf.php:
Code:
<?php
global $smf_path$smf_redirect$bln_smf_redirect$smf_prefix$mos_prefix$wrapped$hideemail$cbprofile$registration_module$mosurl;
$smf_path "/home/testsite/public_html/forum";
$smf_redirect 0;
$bln_joomla_redirect 0;
$mos_prefix "jos_";
$smf_prefix "smf_";
$wrapped 1;
$hideemail 1;
$cbprofile 0;
$registration_module "joomla";
$mosurl "http://my.testsite.com/index.php?option=com_smf&Itemid=33&";
//The following are used for the syndication feed
$announce_url "http://www.joomlahacks.com/news/mh_announcement.rdf";
$news_url "http://www.joomlahacks.com/index2.php?option=com_rss&feed=RSS1.0&no_html=ss1";
$latest_joomlasmf_url "http://www.joomlahacks.com/news/mh_mambo_smf_update.rdf";
?>

Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Request for Manual Install process
« Reply #6 on: March 09, 2006, 04:56:05 PM »

Two more things I thought of... perms on administrator/components/com_smf?  Are they correct?  And also, IIS is crazy about file extensions, I wonder if the *.smf.php needs to be config'd in the mime types(would be crazy, but I've seen worse with microsuck).  Any IIS gurus care to comment?
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Matthew Galvin
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 5


View Profile
Re: Request for Manual Install process
« Reply #7 on: March 09, 2006, 06:42:20 PM »

I ruled out the IIS extensions.
Made a couple of test files with .class.php and .smf.php endings - no problems running these.

By modifying config.smf.php I was able now to get:
Parse error: parse error, unexpected T_STRING in C:\Inetpub\asmpc\joomla\administrator\components\com_smf\config.smf.php on line 7
Line 7 is "jos_" which is the correct prefix.

I also changed $mosurl = "http://mysite/joomla/index.php?option=com_smf&Itemid=2&"; since that's the menu item for the forum.
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Request for Manual Install process
« Reply #8 on: March 09, 2006, 07:51:54 PM »

post the whole file, changing the directories etc. if you are concerned about keeping that private.
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Request for Manual Install process
« Reply #9 on: March 09, 2006, 08:28:08 PM »

actually, this won't work because the patches to joomla and SMF can't be done if you can't access the configuration.
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Matthew Galvin
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 5


View Profile
Re: Request for Manual Install process
« Reply #10 on: March 12, 2006, 05:00:23 PM »

I've now tried this on 3 separate IIS installations, and it does not work on any of them, so I believe you should notify other users that this is not supported under IIS.
It does work on Windows under Apache. Unfortunately, in my situation I need to support exisitng ASP and .NET code.'
Unless you have other ideas about how to resolve this . . . it makes sense to give potential users the truth about the component.
 Sad
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  



Login with username, password and session length

Powered by MySQL Powered by PHP Joomla Forum | Powered by SMF 1.1 RC1.
© 2001-2005, Lewis Media. All Rights Reserved.
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!

Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal. None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
Terms of Use
Joomla Hacks



Joomla Hacks
German Lang French Lang Italian Lang Spanish Lang Japanese Lang Chinese Lang
Search Contact About Advertise Blogs Topsites Submit News Register Login