Page 1 of 1

Moving a CMSms site w/ issues

Posted: Mon Apr 07, 2008 5:36 pm
by factor1
So I have moved my fair share of sites. But this one is giving me issues.


All is functioning, except modules. I have all permissions set to 777, and its not working (not allowing me to use items like news, calendar, or menu manager, nor upload new modules).

Any thoughts? I have CMSms 1.2.3 running on this same server from a fresh install, but this moved site is a mess.

Should I just do a fresh install, and then replace the DB, or is it possible the DB is the issue?

thanks.

Re: Moving a CMSms site w/ issues

Posted: Mon Apr 07, 2008 5:49 pm
by factor1
Also, i was copying a cmsms 1.2.1, and have tried uploading new 1.2.3 files and ran the instal/upgrade.php. Upgrade went well, but still issues with the modules.


Lots of errors like:

string(148) "Smarty error: [in module_file_tpl:FileManager;filemanager.tpl line 42]: syntax error: unrecognized tag 'cycle' (Smarty_Compiler.class.php, line 590)"

And

--Add Me - module:ModuleManager string:error_permissions--
and

--Add Me - module:FileManager string:currentpath-- /uploads

and so on.


All modules folders and their contents are set to 777.


thanks.

Re: Moving a CMSms site w/ issues

Posted: Mon Apr 07, 2008 5:52 pm
by Nullig
Sounds like the files didn't copy completely. You could try copying them again, or uploading the full 1.2.4 release and do an install without installing the db or sample stuff.

Nullig

Re: Moving a CMSms site w/ issues

Posted: Mon Apr 07, 2008 7:27 pm
by factor1
when I do a full new install, can I simple plug in my DB info, but uncheck the "install tables" and the "install sample data"? Will the just simply hook up the new fresh install to the existing DB

thanks.

Re: Moving a CMSms site w/ issues

Posted: Mon Apr 07, 2008 7:49 pm
by Nullig
Yes.

Nullig

Re: Moving a CMSms site w/ issues

Posted: Tue Apr 08, 2008 8:52 pm
by factor1
Just an update.


A full fresh upload of CMSms 1.2.4 did not help.

What did work: Installing a second DB, and pulling over the DB tables from the old that where needed (content, templates, users, etc).


So something with the OLD DB and its modules tables were not working well on the new server. Could it have been something with the sql move?

Re: Moving a CMSms site w/ issues

Posted: Tue Apr 08, 2008 8:55 pm
by Nullig
Perhaps. How did you do it? Mysqldump or export from PHPMyAdmin?

Nullig

Re: Moving a CMSms site w/ issues

Posted: Thu Apr 10, 2008 11:35 pm
by factor1
export. Multiple ways.

Re: Moving a CMSms site w/ issues

Posted: Thu Apr 10, 2008 11:45 pm
by Nullig
Mysqldump is always the better option, especially when moving between servers and/or mysql versions.

Nullig

Re: Moving a CMSms site w/ issues

Posted: Mon Apr 14, 2008 5:40 pm
by factor1
Can I run a dump from phpMyAdmin? I dont think I see that option.


Would a dump maintain the old data , and just save out a copy? the word dump to me implied the original would be deleted.

Re: Moving a CMSms site w/ issues

Posted: Mon Apr 14, 2008 6:33 pm
by Nullig
It's just like an export. It doesn't wipe out the data.

Nullig

Re: Moving a CMSms site w/ issues

Posted: Tue Apr 22, 2008 5:42 pm
by asalei
i had the same problem.  there is nothing to do with the sql dump/export

i use 1and1 hosting and when log with ftp the path is not the real path on the server. in ftp it's something like /www
but the real path is /kunden/homepages/../d11029965/htdocs/www

so just upload a php file with on line code phpinfo() then you can get the real path and change that in the config.php.

It worked and i think it's real solution