Search found 5 matches

by bass000
Thu Jul 01, 2004 2:50 pm
Forum: General discussions
Topic: Problem attaching files: cannot be opened without authentifi
Replies: 6
Views: 10326

To add to the problem, it seems this is only happening with .hqx files under Mac OS X, I tried several other types which worked out.
by bass000
Wed Jun 30, 2004 4:30 pm
Forum: General discussions
Topic: Problem attaching files: cannot be opened without authentifi
Replies: 6
Views: 10326

Sorry I missed that!! :oops: :?

I am using the 1.3.14.

Thanks again :lol:
by bass000
Wed Jun 30, 2004 12:05 pm
Forum: General discussions
Topic: Problem attaching files: cannot be opened without authentifi
Replies: 6
Views: 10326

Just to add here are the debug informations:

before submitting the attach form:
DELETE FROM faqadminsessions WHERE TIME<'1088591849'
SELECT user, pass FROM faqadminsessions WHERE UIN='932a4bb6b97819d53a496d285eccc989' AND ip = '194.98.113.202'
UPDATE faqadminsessions SET TIME='1088593649' WHERE UIN ...
by bass000
Wed Jun 30, 2004 11:59 am
Forum: General discussions
Topic: Problem attaching files: cannot be opened without authentifi
Replies: 6
Views: 10326

Problem attaching files: cannot be opened without authentifi

I try to attach a file and I get the error:
The file attachment.php cannot be opened without proper authentification.

I am properly using all the administrative functions, but not this one,
it seems to have something deeling with sessions not being kept, but I can't figure out why is it doing this ...
by bass000
Mon Jun 28, 2004 2:13 pm
Forum: General discussions
Topic: Hack: Function to display category tree: (Top Cat -> Sub
Replies: 1
Views: 4692

Hack: Function to display category tree: (Top Cat -> Sub

Here is a function which can be useful.

I use it in the Top 5 new added row.

Please feel free to reuse it and tell me if you do.

Bests.


/*
* Function which returns the current tree of the $num category:
* example: Top Cat -> Sub Cat -> SubSubCat
*/
function get_category_tree($num)
{
global ...