Home arrow Forum Latest posts of: Warwick
  Welcome, Guest. Please login or register.
Did you miss your activation email?
January 09, 2009, 12:05:47 AM
Home New Posts Search Calendar


Login with username, password and session length
  Show Posts
Pages: 1 [2]
16  Joomla Hacks / Joomla-SMF 2.0.x / Re: moving from local to host errors on: October 22, 2006, 05:34:55 AM
First of all, it appears you joomla install is in the directory W:\www\NEW_Eventful_holidays\.  That is windows, but you are giving it a unix path.  Further, you have no forward slash for your SMF path.  Remember, the path cannot be relative, it must be absolute.

Do you mean that it should be like:
$boarddir = 'W:/www/NEW_Eventful_holidays/forum';
$sourcedir = 'W:/www/NEW_Eventful_holidays/forum/Sources';
in the top joomla and SMF Settings.php files?

The "home/eventful/public_html/forum/" was what I put into the Joomla-SMF component install area - mistake I think, but of course now I cannot see any file with that in? Not in Settings.php files, couldn't find anything in the database?
17  Joomla Hacks / Joomla-SMF 2.0.x / Re: moving from local to host errors on: October 22, 2006, 12:23:37 AM
have you set the absolute path under Components>Joomla-SMF Forum> Istallation??

Yes, but because of the error, I cannot get into Joomla to change it. I can only access the Joomla files through the Windows interface. That is why I was hoping the "Components>Joomla-SMF Forum> Istallation" setting was for example in the Configuration.php file.
18  Joomla Hacks / Joomla-SMF 2.0.x / Re: moving from local to host errors on: October 21, 2006, 08:46:22 AM
I got mixed up in the setting changes when moving from my local server to host, so now I am backtracking by trying to reset my local one working. Maybe, I thought I did the wrong thing by preparing my local site path settings then down loading it. I think I should have downloaded it then made the path setting changes. So, anyway, since I am mixed up I am working on getting the local one working.

I am getting:

Warning: main(home/eventful/public_html/forum/SSI.php) [function.main]: failed to open stream: No such file or directory in W:\www\NEW_Eventful_holidays\index.php on line 59

Fatal error: main() [function.require]: Failed opening required 'home/eventful/public_html/forum/SSI.php' (include_path='.;\usr\local\PHP\includes;w:/www/mambo45') in W:\www\NEW_Eventful_holidays\index.php on line 59

The "home/eventful/public_html/forum" path is for the host, so I am trying to change it back to "W:\www\New_Eventful_holidays\forum". What I have done is change the $boarddir  and $sourcedir lines of code in the Configuration.php files in the root and in the forum root. So they are like this:
$boarddir = 'W:\www\New_Eventful_holidays\forum';
$sourcedir = 'W:\www\New_Eventful_holidays\forum\Sources';

I have looked and looked but cannot find any other files with "home/eventful/public_html/forum/" to change. After my changes I still get the error message above. Anyone got an idea how I can fix this issue?
19  Joomla Hacks / Joomla-SMF 2.0.x / Re: moving from local to host errors on: October 18, 2006, 08:03:59 AM
Trying your suggestion:
I'm also a newbie working from localhost to online now..
mmm... maybe you can try this:

Code:
$boarddir = $_SERVER['DOCUMENT_ROOT'].'/forum';
$sourcedir = $_SERVER['DOCUMENT_ROOT'].'/forum/Sources';
   

Now I am getting:
Warning: main(home/xxxx/public_html/forumforum/SSI.php) [function.main]: failed to open stream: No such file or directory in /home/xxxx/public_html/index.php on line 59

Fatal error: main() [function.require]: Failed opening required 'home/xxxx/public_html/forumforum/SSI.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxx/public_html/index.php on line 59

See how there is a double "forumforum" Lookined through different files, just cannot see where I have added the extra forum, manybe...

I did change the Components>Joomla-SMF Forum> Istallation[/b]
to set the SMF Absolute Path although it did give me an ERROR flag when I saved it and now I am locked out of my local with an error message as well. When the Instalation setting is changed, any idea of where in the code that is affected, so I can work on adjusting it back from the code, outside of Joomla itself?
20  Joomla Hacks / Joomla-SMF 2.0.x / moving from local to host errors on: October 16, 2006, 06:54:02 AM
Got JSMF running on my local test site and trying to now get the site online.

I got this error:
.............................
Warning: main(W:/www/NEW_Eventful_holidays/forum/SSI.php) [function.main]: failed to open stream: No such file or directory in /home/eventful/public_html/index.php on line 59

Fatal error: main() [function.require]: Failed opening required 'W:/www/NEW_Eventful_holidays/forum/SSI.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/eventful/public_html/index.php on line 59
.............................
I am a newbe at php...
problem I though was that it was searching in a local drive i.e.
W:/www/NEW_Eventful_holidays

tried changing settings in In forum>settings.php:
FROM
$boardurl = 'http://localhost:85/NEW_Eventful_holidays/forum';      #
TO
$boardurl = 'http://www.eventfulholidays.com/forum';

AND FROM
$boarddir = 'W:\\www\\NEW_Eventful_holidays\\forum';
$sourcedir = 'W:\\www\\NEW_Eventful_holidays\\forum/Sources';
TO
$boarddir = '/home/eventful/public_html/forum';
$sourcedir = '/home/eventful/public_html/forum/Sources';

The code I put in is similar to the top level Configuation settings that work, so not sure what is going wrong.

Any help much appreciated.
21  Joomla Hacks / Joomla-SMF 2.0.x / Re: 2.0 RC1 installation errors on: October 08, 2006, 04:46:51 AM
Joomla 1.0.11 SMF 1.0.8 CB 1.0.1

Just reading the manual - looks like I need the SMF 1.1 series. Ill try again after I have changed to that version. That is the right approach I presume?

Yes, works now with Joomla 1.0.11 and SMF1.1rc2
22  Joomla Hacks / Joomla-SMF 2.0.x / 2.0 RC1 installation errors on: October 07, 2006, 10:57:14 AM
Trying to install by following the manula instructions. Got the following errors when tried to patch SMF source files? (see error1.jpg attached)


After that I tied manually dropping in the index.php file, and I installed the Joomla mods.

Didn't do anything with the smf plug ins because not sure waht to do with them.

After that I tied manually dropping in the index.php file, and I installed the Joomla mods.

Didn't do anything with the smf plug ins because not sure waht to do with them. Are they SMF plug ins?

Then I tested starting the site, and got this? (see error2.jpg attached)

Thanks for any help.
23  Joomla Hacks / FAQ's / If I use Joomla-SMF do I need any other bridges, such as provided by SMF on: September 16, 2006, 10:39:16 PM
If I use Joomla-SMF do I need any other bridges, such as "smf_1-1-rc3_joomla_1-1-6_bridge.zip" provided by SMF?-
24  Joomla Hacks / Joomla-SMF 2.0.x / Re: partial sharing of users across 2 sites on: September 16, 2006, 10:22:54 PM
Great. Good work. When will V2.1 be out approximately?
25  Joomla Hacks / Joomla-SMF 2.0.x / Re: JSMF 2.0 Beta 3 on: September 16, 2006, 08:03:55 AM
When in the installation istructions "Uninstall all previous versions of modules/mambots/plugins" do you mean those realted to JSMF or are you saying that ALL modules/mambots/plugins need to be deleted out of Joomla?
26  Joomla Hacks / Joomla-SMF 2.0.x / partial sharing of users across 2 sites on: September 13, 2006, 10:14:02 AM
partial sharing of users across 2 sites?

I want to have 2 sites with partial sharing of users.
Site 1 will have a number of groups, created by JALC.
Site 2 will have its own users, but I also want to use "one" of the user groups from site 1. Is this somethign that is possible with SMF and JSMFv2.0 or might it be in V2.1?
Pages: 1 [2]


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