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.
error while retrieving file list file's info v1.2.7
-
- 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
would need ONLY to:1996 328ti wrote:I needed to move my site to a subdomain ...
A)
edit config:
Code: Select all
// site values
$phpwcms['site'] = 'http://SUBDOMAIN.MY_SITE.org/';
Code: Select all
// site values
$phpwcms['site'] = 'http://'.$_SERVER['SERVER_NAME'].'/';
call the SERVER ADMIN PANEL and switch (target) the subdomain to the (old) root dir
DONE.
can be found in: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'...
/include/inc_tmpl/content/cnt7.inc.php
/include/inc_tmpl/content/cnt7.list.inc.php
can be found in:1996 328ti wrote:...When I go to Files in my admin section I get 'error while counting user files'..
/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
-
- 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
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.
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
OK, but once again: Did you change your username???
-
- 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
Sorry, no I didn't. I am using the same username.Jensensen wrote:OK, but once again: Did you change your username???
Re: error while retrieving file list file's info v1.2.7
is it possible to add a new CP filelist?