Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Problem moving script

Quote Reply
Problem moving script
Hi Gossamer,

I have a copy of LinksSQL that I'm moving to a new site on the same server as the original installation.

So I installed the script under the new domain, and simply pointed it to the old database.

When I go into the admin, I'm able to build pages and such, but I don't see any of the links that I had before (around 10,000). My sys admin says he sees them in the database, so I don't understand why they are not showing up in the admin or the built pages?

Have you guys run into this? any suggestions?

Thanks-

Roger Clapp
Quote Reply
Re: [codetrance] Problem moving script In reply to
An addition to the previous question...

I can go into MySQLman, and I see all the original links and categories there, so the original database is fine, however I can't see them in the admin...

wierd...

Any assistance appreciated...

Rog
Quote Reply
Re: [codetrance] Problem moving script In reply to
Have you edited database.def? (/admin/defs/)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Problem moving script In reply to
I looked at database.def in /admin/defs/ and everything seems fine:

{
'AutoCommit' => '1',
'RaiseError' => '',
'PREFIX' => 'lsql_',
'port' => '',
'PrintError' => '',
'login' => 'root',
'host' => 'localhost',
'database' => 'links',
'password' => '',
'driver' => 'mysql',
};


I haven't a clue...

Rog
Quote Reply
Re: [codetrance] Problem moving script In reply to
Are you sure the existing tables have the prefix lsql_? I'm guessing that if you can see them in mysqlman then you must be looking at the right database and just not finding the tables.