Go Back   Trackpads Community > General Discussions > Computer and Technology > Web Design

Web Design Forums and discussions on webdesign

Web Design

Reply
 
LinkBack Thread Tools
Old 07-31-2004, 15:02   #1 (permalink)
MC
Civilians

 
Default osCommerce Question

I have managed to install osCommerce on my site, but I get an error saying
that

Snip
Warning: The sessions directory does not exist: /tmp. Sessions will not work
until this directory is created.
Snip

I have tried creating a /tmp directory thoughout the site in all different
locations, but I still get the same message. I've been through the knowledge
base on the oscommerce site but there doesn't appear to be anything??

Any suggestions??

Ross H


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Trackpads Information
Click to Visit
Old 07-31-2004, 16:00   #2 (permalink)
Dave
Civilians

 
Default Re: osCommerce Question

In article <410bd0f3_2@mk-nntp-2.news.uk.tiscali.com>, "MC" <<nospam>
@hotmail.com> says...
> I have managed to install osCommerce on my site, but I get an error saying
> that
>
> Snip
> Warning: The sessions directory does not exist: /tmp. Sessions will not work
> until this directory is created.
> Snip
>
> I have tried creating a /tmp directory thoughout the site in all different
> locations, but I still get the same message. I've been through the knowledge
> base on the oscommerce site but there doesn't appear to be anything??
>
> Any suggestions??
>
> Ross H
>
>
>

how did you "manage" to install it ?

ie.
where from
download / save / run
off a CD ?
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-31-2004, 19:02   #3 (permalink)
Toby Inkster
Civilians

 
Default Re: osCommerce Question

MC < wrote:
> I have tried creating a /tmp directory thoughout the site in all different
> locations, but I still get the same message.


Don't try creating the directory "in all different locations" -- create it
where it tells you to: at "/tmp".

That said, it probably already exists but has the wrong permissions. Set
it to 1777.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Now Playing ~ ./billy_joel/new_york_state_of_mind.ogg

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-01-2004, 06:00   #4 (permalink)
John W.
Civilians

 
Default Re: osCommerce Question

On Sat, 31 Jul 2004 21:37:36 +0100, Toby Inkster
<usenet200407@tobyinkster.co.uk> wrote:

>MC < wrote:
>> I have tried creating a /tmp directory thoughout the site in all different
>> locations, but I still get the same message.

>
>Don't try creating the directory "in all different locations" -- create it
>where it tells you to: at "/tmp".
>
>That said, it probably already exists but has the wrong permissions. Set
>it to 1777.


and if that's not possible, try 777

John OO
--
<http://webcel.nl/> webshopsoftware + more
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-01-2004, 07:01   #5 (permalink)
Toby Inkster
Civilians

 
Default Re: osCommerce Question

John W. < wrote:

> On Sat, 31 Jul 2004 21:37:36 +0100, Toby Inkster
> <usenet200407@tobyinkster.co.uk> wrote:
>
>>That said, it probably already exists but has the wrong permissions. Set
>>it to 1777.

>
> and if that's not possible, try 777


I'm serious about 1777 -- it does exist. It makes the directory into a bit
of a free for all -- anyone can create files and read anybody else's
files, but you can only delete your own files. (The '1' is called the
'sticky bit' and causes the 'but you can only delete your own files'
behaviour.)

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Now Playing ~ ./blondie/heart_of_glass.ogg

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-02-2004, 05:13   #6 (permalink)
Dave
Civilians

 
Default Re: osCommerce Question

In article <pan.2004.08.01.09.14.38.41859@tobyinkster.co.uk >,
usenet200407@tobyinkster.co.uk says...
> John W. < wrote:
>
> > On Sat, 31 Jul 2004 21:37:36 +0100, Toby Inkster
> > <usenet200407@tobyinkster.co.uk> wrote:
> >
> >>That said, it probably already exists but has the wrong permissions. Set
> >>it to 1777.

> >
> > and if that's not possible, try 777

>
> I'm serious about 1777 -- it does exist. It makes the directory into a bit
> of a free for all -- anyone can create files and read anybody else's
> files, but you can only delete your own files. (The '1' is called the
> 'sticky bit' and causes the 'but you can only delete your own files'
> behaviour.)
>
>

so, if you've just got 3 digits on your smartftp f7 or a choice of rwx
rwx rwx .... where do I stick your 1777?

thinks . o 0 ( OK you can stop bending over now ) 0 o .
;p
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-02-2004, 05:13   #7 (permalink)
Kenneth
Civilians

 
Default Re: osCommerce Question

On 2004-08-01, Dave <Dave@daves.place> wrote:
> In article <pan.2004.08.01.09.14.38.41859@tobyinkster.co.uk >,
> usenet200407@tobyinkster.co.uk says...
>> John W. < wrote:
>>
>> > On Sat, 31 Jul 2004 21:37:36 +0100, Toby Inkster
>> > <usenet200407@tobyinkster.co.uk> wrote:
>> >
>> >>That said, it probably already exists but has the wrong permissions. Set
>> >>it to 1777.
>> >
>> > and if that's not possible, try 777

>>
>> I'm serious about 1777 -- it does exist. It makes the directory into a bit
>> of a free for all -- anyone can create files and read anybody else's
>> files, but you can only delete your own files. (The '1' is called the
>> 'sticky bit' and causes the 'but you can only delete your own files'
>> behaviour.)
>>
>>

> so, if you've just got 3 digits on your smartftp f7 or a choice of rwx
> rwx rwx .... where do I stick your 1777?


try secure shell, get a better ftp prog.

ken

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
DNS question/Webhosting question s t e v e o Web Design 3 03-29-2005 04:00
Question about PayPal as a payment processor/OSCommerce C:>/ Web Design 5 12-03-2004 22:00
Another osCommerce Question MC Web Design 3 07-31-2004 23:02
OSCommerce & credit cards Justin Koivisto Web Design 3 07-08-2004 07:31
REQ: oscommerce promo code module Justin Koivisto Web Design 3 06-19-2004 00:04


Community Information
Options
Quick Options
Trackpads Non-Commercial Ad
Copyright Information Click to Visit
Time
Server Time
All times are GMT -4. The time now is 09:30.
Copyright
Copyright Information
The header is based off of work by Vipixel.com and modified by this site. Trackpads and the Trackpads Logo are both Registered Trademarks of Jason Edwards and cannot be used without prior written permission.  The only exception is as a link back to this site. Trackpads is a private website run by a small legion of volunteers, 3 dogs, 12.5 cats and an army of small, super smart, bio-engineered mice with pointy hats and tutu's. Search Engine Friendly URLs by vBSEO 3.2.0 RC7
Archive Links
Archive Links
Page generated in 0.83107 seconds with 19 queries