Home arrow Forum Joomla-SMF 1.1.4
  Welcome, Guest. Please login or register.
Did you miss your activation email?
December 01, 2008, 09:57:32 PM
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)
| | | |-+  Joomla-SMF 1.1.4
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 ... 3 4 [5] 6 7 Go Down Print
Author Topic: Joomla-SMF 1.1.4  (Read 23512 times)
ximtus
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 14


View Profile
Re: Joomla-SMF 1.1.4
« Reply #60 on: July 01, 2006, 09:54:19 AM »

Im having a strange problem
im using Joomla 1.0.10 and JSMF 1.1.4, smf version is 1.1RC2
php version: 4.4.2
mysql version: 4.1.19
when i try to save configuration i get:
Code:
Parse error: syntax error, unexpected ';' in /home/ximtus/public_html/v1/administrator/components/com_smf/config.smf.php on line 6
after getting this error
i edit the config.smf.php, changed it, it worked, but when i save it, it gives the error again Sad

here's a part of my config.smf.php
Code:
<?php
global $smf_path$smf_redirect$joomla_redirect$smf_prefix$mos_prefix;
global 
$wrapped$sync_uname$hideemail$cbprofile$registration_module$login_module$mosurl;
global 
$announce_url$news_url$latest_joomlasmf_url;
$smf_path "";
$smf_redirect = ;
$joomla_redirect = ;
$mos_prefix "jos_";
$smf_prefix "";
$wrapped = ;
$sync_uname = ;
$hideemail = ;
$cbprofile 0;
$registration_module "";
$login_module "";
$mosurl "http://www.kjturk.info/v1/index.php?option=com_smf&Itemid=32&";
$jsmf_debug = ;
« Last Edit: July 01, 2006, 10:16:54 AM by ximtus » Logged
kai920
Moderator
Joomla Expert
*****

Karma: +14/-2
Offline Offline

Posts: 275



View Profile
Re: Joomla-SMF 1.1.4
« Reply #61 on: July 01, 2006, 10:28:47 AM »

do you have a menu published with com_smf?

My config file looks like:
$smf_path = "domain/forums";
$smf_redirect = 0;
Logged

ximtus
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 14


View Profile
Re: Joomla-SMF 1.1.4
« Reply #62 on: July 01, 2006, 10:32:58 AM »

my site is empty so i dont have a menu published with com_smf

can you post your whole config.smf.php?
Logged
arco
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 11


View Profile
Re: Joomla-SMF 1.1.4
« Reply #63 on: July 01, 2006, 12:23:11 PM »

Cannot replicate it, I have the same versions as you... (in wrapped mode with SEO activated)

Try with wrapped and SEO off.
Logged
ximtus
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 14


View Profile
Re: Joomla-SMF 1.1.4
« Reply #64 on: July 01, 2006, 06:22:18 PM »

it worked fine with php 5.1.4
so the problem is with my php configuration
Logged
arco
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 11


View Profile
Re: Joomla-SMF 1.1.4
« Reply #65 on: July 05, 2006, 01:19:20 PM »

More odd stuff...

When clicking "Change profile" after changing a users profile, I get redirected to my own profile page instead of the user. Huh
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Joomla-SMF 1.1.4
« Reply #66 on: July 05, 2006, 01:44:27 PM »

More odd stuff...

When clicking "Change profile" after changing a users profile, I get redirected to my own profile page instead of the user. Huh
problem with SEO enabled it appears, the URL is not SEF and so it takes a user to their own profile. 
Logged

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

Karma: +0/-0
Offline Offline

Posts: 5


View Profile
Re: Joomla-SMF 1.1.4
« Reply #67 on: July 05, 2006, 06:17:46 PM »

problem with SEO enabled it appears, the URL is not SEF and so it takes a user to their own profile. 
When the SEO problem will solv? Huh Roll Eyes
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Joomla-SMF 1.1.4
« Reply #68 on: July 06, 2006, 12:50:38 PM »

I think I may have it.  I have got alot done on the bridge since getting back from vacation.  I'll post some updates later this week.
Logged

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

Karma: +0/-0
Offline Offline

Posts: 2


View Profile
Re: Joomla-SMF 1.1.4
« Reply #69 on: July 06, 2006, 01:29:27 PM »

J! 1.0.10
J!SMF 1.1.4
SMF 1.1 RC2
Apache/1.3.33 (Win32)
PHP/4.4.0


Failed: Code to be patched not found in file: header( \'Expiresz:/home/127.0.0.1/www/newauto/index.php

When trying to patch Joomla's index.php from J!SMF's admin panel... =(
Is it possible for you to send me patched Joomla's 1.0.10 index.php file?

PS It's strange but SMF's index.php patched succesfully  Undecided
« Last Edit: July 06, 2006, 01:32:14 PM by ak0rn » Logged
arco
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 11


View Profile
Re: Joomla-SMF 1.1.4
« Reply #70 on: July 06, 2006, 01:58:16 PM »

Here's a patched index.php for J! 1.0.10
Logged
ak0rn
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 2


View Profile
Re: Joomla-SMF 1.1.4
« Reply #71 on: July 06, 2006, 08:49:36 PM »

Thank you arco =)
Logged
videoed
Joomla Newbie
*

Karma: +1/-0
Offline Offline

Posts: 12



View Profile WWW
Re: Joomla-SMF 1.1.4
« Reply #72 on: July 07, 2006, 12:45:13 PM »

Here you are some minor modifications to the spanish.php language file
Logged

If you don't share what you know... who will help you when you don't know?
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Joomla-SMF 1.1.4
« Reply #73 on: July 07, 2006, 01:28:29 PM »

thanks videoed, I'll get it into the bridge.
Logged

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

Karma: +0/-0
Offline Offline

Posts: 4


View Profile
Re: Joomla-SMF 1.1.4
« Reply #74 on: July 09, 2006, 12:56:39 PM »

Cant get this to work for me. I uninstalled all older coms and mods and then installed the new SMF1.1.4 and it always shows Failed patch and wrap show blank.

I did everything you said in readme and still no luck.
I uploaded new index.php and index.php2 and still no luck.

Im using Joomla 1.0.10 with SMF 1.1rc2, it was working fine when I was using older Joomla ver.

Dammit man why cant stuff be easy. Always new versions cause #@$%&*@.

Im using Joomla with VBull on other site and its working groovy.

SMF is free and works cool but theses doggone add-on's make me get gray hairs and my WIFE hates when I spend too much time on the computer trying to fix them.

HELP!!! Huh
Logged
Pages: 1 ... 3 4 [5] 6 7 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