Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [meat bone] cannot locate modules

Quote Reply
Re: [meat bone] cannot locate modules In reply to
Quote:
afaik i have done all that, all the sql settings are just in one file right? i'm not on my server right now so i can't check

Yup, all the SQL stuff is in /admin/defs/database.def. For the path, have you tried running a grep to find any instances of the old path?

Code:
cd /path/to/forum
grep -rl '/old/path/here' .

(the . at the end is important!).

That should at least help you find any paths that may have got missed.

Quote:
but why couldn't you have like a path config file that would return all the paths in question, or a function in Config.pm that would return admin_path, image_path, stuff like that?

Thats not the problem. Its the compilation of the modules - it needs to know where to look. On some servers, you can use relative paths - but its generally good practice to use full paths. If you were doing a move, you would also normally just run a grep, as explained in my "how to" for a GLinks move:

http://www.gossamer-threads.com/...ons_P298281/#p298281

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!
Subject Author Views Date
Thread cannot locate modules meat bone 30044 Dec 27, 2014, 2:04 AM
Thread Re: [meat bone] cannot locate modules
meat bone 29713 Dec 27, 2014, 2:22 AM
Thread Re: [meat bone] cannot locate modules
Andy 29750 Dec 27, 2014, 5:50 AM
Thread Re: [Andy] cannot locate modules
meat bone 29729 Dec 27, 2014, 1:10 PM
Thread Re: [meat bone] cannot locate modules
Andy 29671 Dec 27, 2014, 1:21 PM
Thread Re: [Andy] cannot locate modules
meat bone 29625 Dec 28, 2014, 2:12 AM
Thread Re: [meat bone] cannot locate modules
Andy 29676 Dec 28, 2014, 4:30 AM
Thread Re: [Andy] cannot locate modules
meat bone 29654 Dec 28, 2014, 7:30 AM
Post Re: [meat bone] cannot locate modules
Andy 29642 Dec 28, 2014, 7:48 AM
Thread Re: [meat bone] cannot locate modules
meat bone 29610 Dec 28, 2014, 8:00 AM
Thread Re: [meat bone] cannot locate modules
meat bone 29635 Dec 28, 2014, 8:22 AM
Thread Re: [meat bone] cannot locate modules
Andy 29564 Dec 29, 2014, 1:17 AM
Thread Re: [Andy] cannot locate modules
meat bone 29465 Dec 31, 2014, 1:37 PM
Thread Re: [meat bone] cannot locate modules
Andy 29428 Jan 1, 2015, 7:19 AM
Thread Re: [Andy] cannot locate modules
meat bone 29422 Jan 1, 2015, 8:25 AM
Thread Re: [meat bone] cannot locate modules
Andy 29480 Jan 1, 2015, 8:37 AM
Thread Re: [Andy] cannot locate modules
meat bone 29405 Jan 1, 2015, 8:53 PM
Thread Re: [meat bone] cannot locate modules
Andy 29368 Jan 2, 2015, 12:08 AM
Thread Re: [Andy] cannot locate modules
meat bone 29363 Jan 2, 2015, 8:50 AM
Post Re: [meat bone] cannot locate modules
Andy 29372 Jan 2, 2015, 8:55 AM
Thread Re: [Andy] cannot locate modules
meat bone 29365 Jan 2, 2015, 8:57 AM
Thread Re: [meat bone] cannot locate modules
Andy 29347 Jan 2, 2015, 8:58 AM
Post Re: [Andy] cannot locate modules
meat bone 29117 Jan 5, 2015, 6:41 PM
Thread Re: [Andy] cannot locate modules
meat bone 29160 Jan 5, 2015, 6:51 PM
Post Re: [meat bone] cannot locate modules
Andy 29158 Jan 6, 2015, 1:02 AM