Search found 5 matches
- Thu Jul 01, 2004 2:50 pm
- Forum: General discussions
- Topic: Problem attaching files: cannot be opened without authentifi
- Replies: 6
- Views: 10326
- Wed Jun 30, 2004 4:30 pm
- Forum: General discussions
- Topic: Problem attaching files: cannot be opened without authentifi
- Replies: 6
- Views: 10326
- Wed Jun 30, 2004 12:05 pm
- Forum: General discussions
- Topic: Problem attaching files: cannot be opened without authentifi
- Replies: 6
- Views: 10326
- 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 ...
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 ...
- 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 ...
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 ...