can not create dir in file center

Please post all install related problems here. Visit this forum first for troubleshooting.
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: can not create dir in file center

Post by Jensensen »

thanks flip-flop,
btw. my DB holds 45 tables only --> one is missing:= phpwcms_log

has been a clean install | for testing only
codebase was: SVN r_xxx

hä?

will try another "clean install"
[die laughing]
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: can not create dir in file center

Post by flip-flop »

@Jens: phpwcms_log is empty. It isn´t in use at this time. This shown table is an updated one from an older version.

@1996 328ti
Image

Code: Select all

Indexes:
-------------------------------------------------------------------
Keyname      Type      Cardinality     Action          Field
-------------------------------------------------------------------
PRIMARY      PRIMARY   0               [Edit] [Drop]   f_id
f_granted    INDEX     None            [Edit] [Drop]   f_granted
f_name       INDEX     None            [Edit] [Drop]   f_name
f_shortinfo  INDEX     None            [Edit] [Drop]   f_shortinfo
-------------------------------------------------------------------
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: can not create dir in file center

Post by Jensensen »

this is mine: v1.3.9 R_273

Image

as you can see:

f_vars is missing!!!! in yours ??!!¿¿

btw: R_273 DEVWARE adds ONLY 45 tables to the database!!!!

[EDIT]
@flip: I understand.
[/EDIT]
Last edited by Jensensen on Wed 26. Nov 2008, 03:04, edited 2 times in total.
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
1996 328ti
Posts: 317
Joined: Mon 19. Apr 2004, 06:10
Location: Greenville, SC USA
Contact:

Re: can not create dir in file center

Post by 1996 328ti »

Ahh. I did not look at the bottom of the page.
This is what I see.
Image
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: can not create dir in file center

Post by juergen »

so...

fvars is missing, just redo in setup : 1.3.5-> 1,5

Code: Select all

# 2008-08-21
ALTER TABLE `phpwcms_file` ADD `f_vars` BLOB NOT NULL ;
Done and gone :lol:
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: can not create dir in file center

Post by flip-flop »

I think that isn´t the problem. Can´t find any usage of f_var.

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
1996 328ti
Posts: 317
Joined: Mon 19. Apr 2004, 06:10
Location: Greenville, SC USA
Contact:

Re: can not create dir in file center

Post by 1996 328ti »

SOLVED!

I don't know if this will help someone else down the line, but. . .
My test site was upgraded from 1.3.3 to 1.3.9 just as my live site was.
On both sites I could not create a new dir in the file center.
So. . .

I saved my database on the test site.
Deleted all tables. Installed 1.3.9.
Emptied all tables.
Loaded my data back. I got all sorts of errors.
Emptied all tables.
Inserted each table one at a time.
Now I could create directories. :)

To my live site.
Deleted my tables. Installed 1.3.9.
Emptied all tables. Inserted my data but got errors in the ads table.
Emptied my tables. Installed my live database back.
Checked to see that I could create directories, YES.

Not sure if my data is clean. I'll probably go back and look closer at the different ads tables.
What are they for anyway?

Oh well.
Thanks to those who helped.
Now for a nice Belgium beer. :)
Post Reply