1
tsaikkala
Old Xoops - New Problems
  • 2006/9/30 20:17

  • tsaikkala

  • Just popping in

  • Posts: 1

  • Since: 2006/9/30


Hi guys,

I had an old website years and years ago running on XOOPS (would have been back in 2003).

Lately, i have tried to get it running again from a backup i made, and its turning out to be quite impossible.

I'm getting this error after trying to goto index.php after restoring the database and uploading all the XOOPS files:
Quote:
Parse error: parse error, unexpected T_CLONE, expecting T_STRING in kernel\object.php on line 528


This is line 528 in object.php:
function &clone()
    {
        
$class get_class($this);
        
$clone = new $class();
        foreach (
$this->vars as $k => $v) {
            
$clone->assignVar($k$v['value']);
        }
        
// need this to notify the handler class that this is a newly created object
        
$clone->setNew();
        return 
$clone;
    }


If anyone can help me with this i'd be most appriciative. I really want to get this old website back.

2
wizanda
Re: Old Xoops - New Problems
  • 2006/9/30 20:29

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Isn't it MySQL php version problem?
As they also appered as the servers upgraded I think at a guess...remember seeing that apper when we went php 4 to 5 in some versions ect...
Yet what versions of XOOPS are you now using and what server configs??...worth checkin see if you can get the same to start and upgrade from there...

3
Bender
Re: Old Xoops - New Problems
  • 2006/9/30 20:48

  • Bender

  • Home away from home

  • Posts: 1899

  • Since: 2003/3/10


You current server is running php 5.x right?


Download xampp or wampp or whatever you need to run a local setup with server,php and database.

Install your site locally. Upgrade to the current XOOPS 2.0.15. (update modules also if applicable)
Then upload that site to your new server.


You can find a listing of different Xampp versions here to find one with php 4 / MySQL 4.
Sorry, this signature is experiencing technical difficulties. We will return you to the sheduled signature as soon as possible ...

Login

Who's Online

431 user(s) are online (67 user(s) are browsing Support Forums)


Members: 0


Guests: 431


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Oct 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits