Joomla! Discussion Forums



It is currently Thu Nov 26, 2009 8:43 am (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 11 posts ] 
Author Message
Posted: Tue Jan 29, 2008 2:47 pm 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Wed Aug 30, 2006 1:51 pm
Posts: 151
Location: Arkansas
I have recently created a new site using joomla.  I am using siteground.com to host my website and when i am working in the backend of joomla it logs me out after i do almost anything such as going to the modules or working in virtuemart settings?  What can i do to keep this from happening? 
Any suggestions would be great

_________________
Justin
http://www.freetemplatenation.com


Top
  E-mail  
 
Posted: Tue Jan 29, 2008 9:24 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Online

Joined: Fri Nov 16, 2007 10:49 pm
Posts: 254
Location: UK
Hi are you running sh404SEF as well as  virtueMart??

if so when you installed sh404SEF you had to change to without .htaaccess.
To check go to component sh404SEF, advanced settings, 3 item down shows with, without, without.

You need the last without option it has a ? mark (index.php?) highlight this option save and problem should be cured.

I hope.

regards  Pete

_________________
"I am always doing that which I cannot do, in order that I may learn how to do it."       Pablo Picasso


Top
   
 
Posted: Tue Jan 29, 2008 10:29 pm 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Wed Aug 30, 2006 1:51 pm
Posts: 151
Location: Arkansas
I only installed virtuemart, its the only component i have installed and the only modules and bots i have installed are for virtuemart as well.  Do you think this problem could have anything to do with the host? I am using siteground.com

_________________
Justin
http://www.freetemplatenation.com


Top
  E-mail  
 
Posted: Tue Jan 29, 2008 10:34 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Online

Joined: Fri Nov 16, 2007 10:49 pm
Posts: 254
Location: UK
Hi
Not sure did you try fix i mentioned? Even if you dont have sh404SEF. I had the same problem withVMart and it worked for me!

If not try their forum. What site are you building? Just interested as i am new to joomla and am building my first VM site at the moment

regards Pete

_________________
"I am always doing that which I cannot do, in order that I may learn how to do it."       Pablo Picasso


Top
   
 
Posted: Tue Jan 29, 2008 10:40 pm 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Wed Aug 30, 2006 1:51 pm
Posts: 151
Location: Arkansas
Could you go into more detail on how to do this fix?  and i have recently redesigned a hospital website and am looking to add a online gift shop.  heres a link if you would like to check it out you will not be able to view any of the virtuemart extensions i do not have them viewable by the public at the moment.

http://www.ozarkhealthinc.com

_________________
Justin
http://www.freetemplatenation.com


Top
  E-mail  
 
Posted: Tue Jan 29, 2008 10:49 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Online

Joined: Fri Nov 16, 2007 10:49 pm
Posts: 254
Location: UK
HHHmmmm

In your administrator side of Joomla

Click on SITE then GLOBAL config then SEO have you switched search engine frendly URLs to YES? cause when you select yes I think a message box appears saying switch hta access to without, this could be when using sh404SEF .

have a look see and I will dig deeper

regards Pete

_________________
"I am always doing that which I cannot do, in order that I may learn how to do it."       Pablo Picasso


Top
   
 
Posted: Tue Jan 29, 2008 10:57 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Online

Joined: Fri Nov 16, 2007 10:49 pm
Posts: 254
Location: UK
I remember now just been on VM forum to remind myself!

You will need to get into file manager on your control panel at hosting, Do you have access?
You need to change the following.

Make sense?  regards  Pete

********************************
HOTFIX for Joomla! 1.0.13
********************************

This package contains a fix for the admin session problem in Joomla! 1.0.13

The file
/administrator/index2.php

in your Joomla! 1.0.13 installation needs to be replaced with the one from this package.

So just overwrite it and you're done.


Change:

BEFORE
########
103 doGzip();
104
105 // if task action is 'save' or 'apply' redo session check
106 if ( $task == 'save' || $task == 'apply' ) {
107 $mainframe->initSessionAdmin( $option, '' );
108 }
#########


AFTER
########
102 // if task action is 'save' or 'apply' redo session check
103 if ( $task == 'save' || $task == 'apply' ) {
104 $mainframe->initSessionAdmin( $option, '' );
105 }
106 doGzip();
########

Provided by soeren of the VirtueMart team (http://virtuemart.net)

_________________
"I am always doing that which I cannot do, in order that I may learn how to do it."       Pablo Picasso


Top
   
 
Posted: Tue Jan 29, 2008 10:59 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Online

Joined: Fri Nov 16, 2007 10:49 pm
Posts: 254
Location: UK
Hi

Link to VM forum to this post, makes interesting reading!
http://forum.virtuemart.net/index.php?topic=33952.0

have good'n' 

All the best Pete

_________________
"I am always doing that which I cannot do, in order that I may learn how to do it."       Pablo Picasso


Top
   
 
Posted: Wed Jan 30, 2008 10:46 pm 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Wed Aug 30, 2006 1:51 pm
Posts: 151
Location: Arkansas
thanks alot, it works fine now.

_________________
Justin
http://www.freetemplatenation.com


Top
  E-mail  
 
Posted: Thu Jan 31, 2008 5:57 am 
User avatar
Joomla! Explorer
Joomla! Explorer
Online

Joined: Fri Nov 16, 2007 10:49 pm
Posts: 254
Location: UK
Hi

No worries, same problem did my head in too!

There are so many peeps out there who have helped me, it is nice to be able to pass some help back to others

cheers  BS

_________________
"I am always doing that which I cannot do, in order that I may learn how to do it."       Pablo Picasso


Top
   
 
Posted: Sun Feb 03, 2008 8:00 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Sun Feb 03, 2008 7:56 pm
Posts: 1
Thank you so much! This worked great! It was making me bonkers!  ???
Much appreciated for posting the fix here.

Cheers,
Karyn


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 11 posts ] 

Quick reply

 



Who is online

Users browsing this forum: may_bailey and 52 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group