Please help - how repair a partial old installation?

General questions relating to Joomla! 2.5. Note: All 1.6 and 1.7 releases have reached end of life and should be updated to 2.5. There are other boards for more specific help on Joomla! features and extensions.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44072
Joined: Sat Apr 05, 2008 9:58 pm

Re: Please help - how repair a partial old installation?

Post by Webdongle » Mon Jul 30, 2018 7:19 pm

Wamp is a virtual server ... it is installed on a PC like any PC software and allows your PC to act like a server.
By creating folders in Wamp's /www folder you can have several sites on your PC.

Unzip the Joomla full package to your www/newfolder
Start Wamp
Point your browser at localhost/newfolder
Fill in the fields during installation
It's that simple.

Points to note during installtion
* Database Host change localhost to 127.0.0.1 (often makes the localhost server run faster on Windows).
* On localhost the Joomla installation will create the database to the name you put in the 'Database name' field. (If it fails to connect to the database then check all 3 Wamp services are running).
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

Scorpio47
Joomla! Apprentice
Joomla! Apprentice
Posts: 19
Joined: Sat Jul 28, 2018 7:02 pm

Re: Please help - how repair a partial old installation?

Post by Scorpio47 » Mon Jul 30, 2018 9:42 pm

Thanks for the short guide. I have already installed before using XAMP which is more or less the same...

Once this is all installed, can you give my an "economic" method to import the existing (old) php files over to this new installation on localhost?

I hope there is a better way than just copy and paste....

Thank you and take care,
Juergen

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44072
Joined: Sat Apr 05, 2008 9:58 pm

Re: Please help - how repair a partial old installation?

Post by Webdongle » Mon Jul 30, 2018 10:04 pm

Scorpio47 wrote:
Mon Jul 30, 2018 9:42 pm
... I have already installed before using XAMP which is more or less the same...
No they are different. With Wamp you can change php version on the fly. And you can add new php versions as they come out.


Scorpio47 wrote:
Mon Jul 30, 2018 9:42 pm
...
Once this is all installed, can you give my an "economic" method to import the existing (old) php files over to this new installation on localhost?...
NO, NO, NO, you do NOT copy the old files to the new Joomla installation. The old files are not your old site ... they are old Joomla files that are no longer used !!!

Once you install Joomla in www/newfolder you then
go to www/newfolder/administrator
login
then add content to the new Joomla installation.

The new Joomla installation will have the new Joomla files do NOT touch those files !!!!!!!!!!!!
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

Scorpio47
Joomla! Apprentice
Joomla! Apprentice
Posts: 19
Joined: Sat Jul 28, 2018 7:02 pm

Re: Please help - how repair a partial old installation?

Post by Scorpio47 » Tue Jul 31, 2018 6:08 am

Webdongle wrote:
Mon Jul 30, 2018 10:04 pm
NO, NO, NO, you do NOT copy the old files to the new Joomla installation. The old files are not your old site ... they are old Joomla files that are no longer used !!!

Once you install Joomla in www/newfolder you then
go to www/newfolder/administrator
login
then add content to the new Joomla installation.

The new Joomla installation will have the new Joomla files do NOT touch those files !!!!!!!!!!!!
Hello Webdongle,
thank you for the warning!

So all I can do then is to copy text (and text only) from the old files into newly created ones, transfer the images and link them in those new files, right?

Lots of work ahead, I am afraid.....

Thanks for everything and have a great day
Juergen

sozzled
I've been banned!
Posts: 13639
Joined: Sun Jul 05, 2009 3:30 am
Location: Canberra, Australia

Re: Please help - how repair a partial old installation?

Post by sozzled » Tue Jul 31, 2018 6:48 am

Scorpio47 wrote:
Tue Jul 31, 2018 6:08 am
So all I can do then is to copy text (and text only) from the old files into newly created ones, transfer the images and link them in those new files, right?
If you don't have a database there won't be any text to copy. There may be one or two salvageable images but little else. Joomla does not store text content in the file system; text content—99.5% of it—is stored in the database. The 0.5% of text that is not stored in the database is scattered among the 30,000 files you may find; for example, the website name is stored in the file configuration.php (but the site name is missing from your configuration.php file posted earlier in this topic).

Unless you knew what the original J! 1.7 website was used for, how it looked, what it contained and how it fitted into the overall site design I believe you're wasting your time (based on the information you've given us). If it was my J! website and I didn't have the database (or a site backup) I would give up immediately.

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44072
Joined: Sat Apr 05, 2008 9:58 pm

Re: Please help - how repair a partial old installation?

Post by Webdongle » Tue Jul 31, 2018 7:46 am

Scorpio47 wrote:
Tue Jul 31, 2018 6:08 am
...
So all I can do then is to copy text (and text only) from the old files into newly created ones, transfer the images and link them in those new files, right?...
Wrong!!! ...

The new Joomla installation will have the new Joomla files do NOT touch those files !!!!!!!!!!!!

Means you do not copy into them. It means that you do NOT do anything to them.

Once you install Joomla in www/newfolder you then go to www/newfolder/administrator and log in to joomla's 'backend'. That has interactive input screens that PUT data into the database. Then in the 'frontend' (www/newfolder) GETs the data from the database and displays it on the screen.
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

Scorpio47
Joomla! Apprentice
Joomla! Apprentice
Posts: 19
Joined: Sat Jul 28, 2018 7:02 pm

Re: Please help - how repair a partial old installation?

Post by Scorpio47 » Tue Jul 31, 2018 2:27 pm

Hello Sozzled and Webdongle:

thank you for your warning and clarification again.

I think I should probably follow sozzled´s suggestion and simple give up this idea, just too bad, but the harsh reality seems to beat a dream :(

I do not know if you have ever opened this URL http://nato-virtual.com/ to get an impression how the old webpresence looked like?
When you know the file names and path, it is possible to display many pages and I do not understand how the text comes into those displays if there is no database. That should not be possible, if I understand what you say.....
http://nato-virtual.com/startup/intro.php is another example, with text and pictures displaying correctly....

Could it be therefore that there still IS a database somewhere and we just have not found it (neither has the fpa assistant)?

This will be my last attempt to find out if there really is NO CHANCE to get this website resurrected and if your advice as experts is to give up, then that will be it I guess.

Thank you all for your patience with a complete newbie like me as well as for the time you invested in giving me answers, I appreciate it that VERY MUCH!

Kind regards
Juergen

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30892
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: Please help - how repair a partial old installation?

Post by Per Yngve Berg » Tue Jul 31, 2018 4:57 pm

Those two links are not Joomla.

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44072
Joined: Sat Apr 05, 2008 9:58 pm

Re: Please help - how repair a partial old installation?

Post by Webdongle » Tue Jul 31, 2018 5:38 pm

Even though those aren't Joomla sites, you can use Joomla to create a site like that.
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

Scorpio47
Joomla! Apprentice
Joomla! Apprentice
Posts: 19
Joined: Sat Jul 28, 2018 7:02 pm

Re: Please help - how repair a partial old installation?

Post by Scorpio47 » Tue Jul 31, 2018 7:49 pm

Webdongle wrote:
Tue Jul 31, 2018 5:38 pm
Even though those aren't Joomla sites, you can use Joomla to create a site like that.
Hello Webdongle, I am sure it is possible, the only question is what kind of effort that would require....

But as I said, I am hesitating to say the least and might wait for cooler days first and longer nights to spend in front of that little screen.... 8)

Thank you for your support and the motivation to try some day.

Have a great week and take care
Juergen


Locked

Return to “General Questions/New to Joomla! 2.5”