joomla1.5 - Joomla displaying blank page after login after moving the installation from one server to another -


i moved current office joomla 1.5.8 instalation server(linux) local machines (winxp) can work locally , upload changes.

the thing after downloading files , installing backup of remote db on local machine found myself unable login administrator panel, can see frontpage not login :/

so far, have googled alot problem, people seem experiencing problem while upgrading joomla 1.0

to make sure problem not on permissions files,i did separate brand new joomla instalation on folder , worked fine, access website , login admin page, changed config file connect joomla i'm trying move , find myself again unable login :/

i think problem on db tried searching specific paths no luck

does has idea?

thanks in advance :)

try change following variable in local configuration file local values.

var $offline = '0'; var $log_path = 'your local joomla path\logs'; var $tmp_path = 'your local joomla path\tmp'; var $live_site = 'local url here'; var $dbtype = 'mysql'; var $host = 'local db host'; var $user = 'db user local'; var $db = 'db name local'; var $dbprefix = 'db prefix whatever have set, default jos_'; var $password = 'your db password local'; 

Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -