Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
How to move to new server
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
eric  
View profile  
 More options May 22 2012, 7:20 pm
From: eric <emill...@gmail.com>
Date: Tue, 22 May 2012 16:20:10 -0700 (PDT)
Local: Tues, May 22 2012 7:20 pm
Subject: How to move to new server

Hi, Very happy user of community edition.
I'm moving to a new server.
I copied over the web root for clipperz.
The web page comes up fine.
I then did this:
1) created a clipperz database
2) did a typical backup and restore copy to the new server.

It looks like I did this ok...
mysql> show tables;
+-----------------------+
| Tables_in_clipperz    |
+-----------------------+
| base64_data           |
| onetimepassword       |
| onetimepasswordstatus |
| record                |
| recordversion         |
| user                  |
+-----------------------+
6 rows in set (0.00 sec)

However, I cannot login...

Thanks!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alrik Bronsema  
View profile  
 More options May 23 2012, 3:49 am
From: Alrik Bronsema <alr...@gmail.com>
Date: Wed, 23 May 2012 09:49:06 +0200
Local: Wed, May 23 2012 3:49 am
Subject: Re: [clipperz] How to move to new server

Did you enter the correct db details in the configuration of clipperz?

Regards,
Alrik


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
eric  
View profile  
 More options Jun 8 2012, 12:25 pm
From: eric <emill...@gmail.com>
Date: Fri, 8 Jun 2012 09:25:14 -0700 (PDT)
Local: Fri, Jun 8 2012 12:25 pm
Subject: Re: [clipperz] How to move to new server

i believe I entered the correct db details.
It all seems to work fine. Just will not accept my pw.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
eric  
View profile  
 More options Jun 8 2012, 1:31 pm
From: eric <emill...@gmail.com>
Date: Fri, 8 Jun 2012 10:31:09 -0700 (PDT)
Local: Fri, Jun 8 2012 1:31 pm
Subject: Re: [clipperz] How to move to new server

Alrik, actually, I'm not sure how I missed this before but I see this in
the apache log:

PHP Warning:  mysql_connect(): Access denied for user 'root'@'localhost'
(using password: NO)

How can I provide the password? I would like to leave it password protected.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
eric  
View profile  
 More options Jun 8 2012, 1:37 pm
From: eric <emill...@gmail.com>
Date: Fri, 8 Jun 2012 10:37:19 -0700 (PDT)
Local: Fri, Jun 8 2012 1:37 pm
Subject: Re: How to move to new server

Wow, sorry for all these posts. Ok, I corrected the configuration.php file
to provide the root password.
The mysql connect error is now gone but login still fails.

This is all that's in the log:

[Fri Jun 08 11:34:06 2012] [error] [client 127.0.0.1] PHP Warning:
 mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in
/var/www/clipperz/php/objects/class.database.php on line 52, referer:
http://htpc2/clipperz/index.html


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "How to move to new server - SOLVED" by eric
eric  
View profile  
 More options Jun 8 2012, 2:30 pm
From: eric <emill...@gmail.com>
Date: Fri, 8 Jun 2012 11:30:31 -0700 (PDT)
Local: Fri, Jun 8 2012 2:30 pm
Subject: Re: How to move to new server - SOLVED

Ok, figured it out. It was really all just mistakes on my part...

Here is what worked for me:
1) Copy over your database (mysqldump)
2) Make sure the configuration.php file for clipperz has the correct root
pw if you have mysql set up this way. On my old server root could login
without a pw and that was not the case on the new mysql install.
3) Turn off db encoding in the configuration
file: $configuration['db_encoding'] = 0;
4) run the setup php, do the align tables bit and then go to modules an
enable base_64
5) Set db encoding back to on $configuration['db_encoding'] = 1;

I'm sure there is a better way..

Eric


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »