Page 1 of 1
error while retrieving file list file's info v1.2.7
Posted: Sun 15. Mar 2009, 23:07
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.
Re: error while retrieving file list file's info v1.2.7
Posted: Sun 15. Mar 2009, 23:44
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
Re: error while retrieving file list file's info v1.2.7
Posted: Mon 16. Mar 2009, 00:37
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.
Re: error while retrieving file list file's info v1.2.7
Posted: Mon 16. Mar 2009, 00:48
by Jensensen
OK, but once again: Did you change your username???
Re: error while retrieving file list file's info v1.2.7
Posted: Mon 16. Mar 2009, 01:12
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.
Re: error while retrieving file list file's info v1.2.7
Posted: Mon 16. Mar 2009, 01:39
by Jensensen
is it possible to add a new CP filelist?