error while retrieving file list file's info v1.2.7

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
1996 328ti
Posts: 317
Joined: Mon 19. Apr 2004, 06:10
Location: Greenville, SC USA
Contact:

error while retrieving file list file's info v1.2.7

Post by 1996 328ti »

I needed to move my site to a subdomain for archival reasons.

When I go to a page that uses a filelist CP, I get the message
'error while retrieving file list file's info'.

I am running v1.2.7. Upgrading is not an option since there are several RTs that will no longer work.

The files are in my phpwcms_filestorage directory.
When I go to Files in my admin section I get 'error while counting user files'.

http://old.nccbmwcca.org/index.php?id=138,89,0,0,1,0

Thanks.
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: error while retrieving file list file's info v1.2.7

Post by Jensensen »

1996 328ti wrote:I needed to move my site to a subdomain ...
would need ONLY to:
A)
edit config:

Code: Select all

// site values
$phpwcms['site']              = 'http://SUBDOMAIN.MY_SITE.org/';
OR

Code: Select all

// site values
$phpwcms['site']              = 'http://'.$_SERVER['SERVER_NAME'].'/';
B)
call the SERVER ADMIN PANEL and switch (target) the subdomain to the (old) root dir
DONE.



1996 328ti wrote:...When I go to a page that uses a filelist CP, I get the message
'error while retrieving file list file's info'...
can be found in:
/include/inc_tmpl/content/cnt7.inc.php
/include/inc_tmpl/content/cnt7.list.inc.php
1996 328ti wrote:...When I go to Files in my admin section I get 'error while counting user files'..
can be found in:
/include/inc_lib/files.private.additions.inc.php
/include/inc_tmpl/files.private.trash.tmpl.php
/include/inc_tmpl/files.public.list.tmpl.php


Did you change your username???
Try by deleting [make invisible] the old CP filelist and adding a new one.

btw: you are late. today it is v1.4.2 :wink:
{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: error while retrieving file list file's info v1.2.7

Post by 1996 328ti »

I edited the config file properly.

When I view my content parts in my admin section, the page stops loading when it gets to the filelist CP.

I know it's an old version. I tried to upgrade it once before and lost everything. I reverted back with my backup.
As much as I love phpwcms, upgrading is not one of it's strong points.
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: error while retrieving file list file's info v1.2.7

Post by Jensensen »

OK, but once again: Did you change your username???
{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: error while retrieving file list file's info v1.2.7

Post by 1996 328ti »

Jensensen wrote:OK, but once again: Did you change your username???
Sorry, no I didn't. I am using the same username.
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: error while retrieving file list file's info v1.2.7

Post by Jensensen »

is it possible to add a new CP filelist?
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
Post Reply