Difference between revisions of "Moving a JReviews install to a different server"

From JReviews Documentation
Jump to: navigation, search
m
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Once you move your site to a different server, the first thing you'll see when you try to open a JReviews page is the following error:
+
Sometimes when you move your site to a different server, the first thing you'll see when you try to open a JReviews page is the following error:
  
 
'''Fatal error: Class 'I18n' not found in /path/to/joomla/root/components/com_s2framework/s2framework/basics.php on line 206
 
'''Fatal error: Class 'I18n' not found in /path/to/joomla/root/components/com_s2framework/s2framework/basics.php on line 206
Line 6: Line 6:
 
You will need to use your ftp client to go to the /components/com_s2framework/tmp/cache/core folder and delete the file: <u>s2_jreviews_paths_{random_numbers}
 
You will need to use your ftp client to go to the /components/com_s2framework/tmp/cache/core folder and delete the file: <u>s2_jreviews_paths_{random_numbers}
  
</u>This is the JReviews File Registry and it has file paths for your old server. JReviews will automatically create a new one for you.
+
</u>This is the JReviews File Registry and JReviews will automatically create a new one for you.
  
 
'''I deleted the file and the error is still there, what now?'''
 
'''I deleted the file and the error is still there, what now?'''
  
If the error doesn't go away, then make sure all the folders under /components/com_s2framework/tmp are writable. In most cases this means you need to change thei permissions to 777.
+
If the error doesn't go away, make sure all the folders under /components/com_s2framework/tmp are writable. In most cases this means you need to make sure they are writable and have the correct ownership for your server's account.
 +
 
 +
'''Now I am getting an invalid license error message'''
 +
 
 +
If both server and domain were moved read [[Can_I_move_the_JReviews_license_to_a_different_domain|How to move the JReviews license to a different domain]].
  
 
[[Category:JReviews]]
 
[[Category:JReviews]]
 
[[Category:Install]]
 
[[Category:Install]]

Latest revision as of 20:49, 31 January 2011

Sometimes when you move your site to a different server, the first thing you'll see when you try to open a JReviews page is the following error:

Fatal error: Class 'I18n' not found in /path/to/joomla/root/components/com_s2framework/s2framework/basics.php on line 206

You will need to use your ftp client to go to the /components/com_s2framework/tmp/cache/core folder and delete the file: s2_jreviews_paths_{random_numbers}

This is the JReviews File Registry and JReviews will automatically create a new one for you.

I deleted the file and the error is still there, what now?

If the error doesn't go away, make sure all the folders under /components/com_s2framework/tmp are writable. In most cases this means you need to make sure they are writable and have the correct ownership for your server's account.

Now I am getting an invalid license error message

If both server and domain were moved read How to move the JReviews license to a different domain.