Upgraded to latest verion and can't see my content

Please post all install related problems here. Visit this forum first for troubleshooting.
dinnocon
Posts: 62
Joined: Tue 17. Jul 2007, 15:49
Location: UK, Kent

Upgraded to latest verion and can't see my content

Post by dinnocon »

I have just upgraded to the latest version of PHPWCMS. I just backed the files up from my server, then deleted them off and replaced with the phpwcms_r426 anf foolowed th installation instructions. I didn't touch the database and just point the new install to it. I also copied across the in_css files from the old site, logged into the backend and made sure my page template was correct and bound the right css to it. I went to look at the site through a browser and get a 404 page though I can see the site structure. When I log back into the admin area all I have in my articels list is Home and the following at the top of the page - {STATUS_MESSAGE}{BE_PARSE_LANG}. I now have no idea where to go. Can anyone please point me in the right direction or advise? Thank you
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: Upgraded to latest verion and can't see my content

Post by juergen »

you missed to first run

domain/setup/setup.php

and there take your choice new install / -->upgrade .

with all the old data on the server, overwriten by the new 426. So it should not been acccidentily destroyed, but :

restore the old data (thats good for some of your templates a.s.o.)
restore (wo. delete) , restore chmods , the new data, run upgrade as said on top.

Perhaps some few problems will rest, so welcome back with them
dinnocon
Posts: 62
Joined: Tue 17. Jul 2007, 15:49
Location: UK, Kent

Re: Upgraded to latest verion and can't see my content

Post by dinnocon »

Thank you for this. Just so that I am clear, the process is -
1- Download latest release
2- Make a note of all the database settings
3- Unzip and upload new version to server in place of old one
4- Change CHMODS
5- Run setup and select the upgrade option

Hopefully that is correct. Thank you
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: Upgraded to latest verion and can't see my content

Post by juergen »

in this way no 4 is not needed. I pushed up a new translation in this section where every case is dealed ... !
dinnocon
Posts: 62
Joined: Tue 17. Jul 2007, 15:49
Location: UK, Kent

Re: Upgraded to latest verion and can't see my content

Post by dinnocon »

Hopefully one final question. In the upgrade process how do I know which SQL file to choose from the dropdown?
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: Upgraded to latest verion and can't see my content

Post by juergen »

This has to come from the release number.

If you do not know exactly begin with one you are shure and do ignore error messages from phpwcms. It is ok (later some error correction) to go throught copletely.
Mostly indexes into the DB will be doubled which is not good...
dinnocon
Posts: 62
Joined: Tue 17. Jul 2007, 15:49
Location: UK, Kent

Re: Upgraded to latest verion and can't see my content

Post by dinnocon »

I must be missing something. I have followed the instructions, yet still get {STATUS_MESSAGE}{BE_PARSE_LANG} error while browsing related articles when I try to see my articles in the backend. The site structure is there, just no content. Have I made a newbie error?
dinnocon
Posts: 62
Joined: Tue 17. Jul 2007, 15:49
Location: UK, Kent

Re: Upgraded to latest verion and can't see my content

Post by dinnocon »

I have now reached the point where instead of the above message, I am getting 'error while browsing related articles' when I try to browse my articles list. I can see some of the last edited articles from the backend homepage, but can't see the content through the frontend or anywhere else. Am at the point where I am concerned that whatever s=else I do may impact further on the site. Advice now needed desperately please.....
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: Upgraded to latest verion and can't see my content

Post by juergen »

And what do they say the errors ?

Here's the one I didn't find this morning: http://www.phpwcms-howto.de/wiki/doku.p ... ion/update

Check it across the things you did until now.
dinnocon
Posts: 62
Joined: Tue 17. Jul 2007, 15:49
Location: UK, Kent

Re: Upgraded to latest verion and can't see my content

Post by dinnocon »

Ok, here is what I ended up doing after a very frustrating day. I did a clean install of the latest release into a subdirectory and have pointed that at the existing database. I has picked up the file structure again, but not the articles content. Head in hands as I have no idea what to do know. I thought the new installation route would be better as I looked at the above site and am sure I covered off all of the points, though I am back to '{STATUS_MESSAGE}{BE_PARSE_LANG} error while browsing related articles' When I try to view the articles in the back end. I can however see them when I first log into the back end. Is there a specific file I need to copy over from my old installation that pulls the articles content in? I can't find it.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: Upgraded to latest verion and can't see my content

Post by flip-flop »

What old CMS version was used?

Releases
For questions in the forum about the updates, it is important to add a reasonably accurate description of the installed release. In the file /include/inc_lib/default.inc.php is the version number and the date recorded.
Up to version 1.3.5 any changes were kept in the file /changelog.txt.

Update
01.a Find my current version

In old versions you have an entry in include/inc_lib/default.inc.php at the end of the file called:

$phpwcms["version"] = Version No.

In newer versions there is an entry in include/inc_lib/default.inc.php around line 135 called:

$phpwcms["release"] = Release No.
$phpwcms["release_date"] = Release date

In brand new versions there is an entry in include/inc_lib/default.inc.php around line 245 called:

$phpwcms["release"] = Release No.
$phpwcms["release_date"] = Release date
$phpwcms["revision"] = Revision
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
dinnocon
Posts: 62
Joined: Tue 17. Jul 2007, 15:49
Location: UK, Kent

Re: Upgraded to latest verion and can't see my content

Post by dinnocon »

Good to see you, it has been a while :D

I checked the file you advised me to look in, and the version details are as follows -
$phpwcms["release"] = '1.3.3';
$phpwcms["release_date"] = '2007/05/02';

I have that version running in the root of my webserver and the latest release in a subdirectory. Does that make sense?
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: Upgraded to latest verion and can't see my content

Post by flip-flop »

Yes it make sense.

1. Logout from your new system
2. Have a look into the folder content/tmp/ and delete all *.tmp files
3. Make a clean copy of your old DB using phpMyAdmin for the new installation.
4. Adjust your old conf.inc.php with the new dist.conf.inc.php.
5. Running setup/setup/setup.php -> upgrade
6. DB Update: In your case
- 19
- 19
- 20
- 21
- 22
7. Running point 8.) if you need
8. Login and make a test
9. Save your template once again and have a look to the JS-Library in your template.

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
dinnocon
Posts: 62
Joined: Tue 17. Jul 2007, 15:49
Location: UK, Kent

Re: Upgraded to latest verion and can't see my content

Post by dinnocon »

Hi Knut,

I followed your instructions, but still got {STATUS_MESSAGE}{BE_PARSE_LANG} error while browsing related articles when I tried to view my articles list. Any other advice I am happy for you to see the backend if that helps
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: Upgraded to latest verion and can't see my content

Post by update »

It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Post Reply