1

Topic: test Community is offline

Hello!

I have installed vld a second time on my localhost for test purposes.
After that I deleted the Database and imported the original/current Database. The import was successfull but the message appears "Website is currenly offline. Please come back later."

I can not even login on backend at moment with my password/username. Message appears, I have to wait for 15 minutes. I did, but I  still can not login to the backend.

Anyone know how can I fix this?

www.unoamigo.de

2

Re: test Community is offline

Try logging it directly to control panel. It shouldn't check if system is offline.

Alternatively you can modify your cached configuration file to set system online. Open "includes/cache/vld_config_*.php" and find this code:

\"app_online\";s:1:\"0\";

Replace it with:

\"app_online\";s:1:\"1\";
Developer

3

Re: test Community is offline

Hi Vlad!

I found this  already

"app_online\";s:1:\"1\"

And as I said I cannot enter to backend/cp because the member/admin  does not exist but the member/password exists in the database, I checked that. Why does that happen when I just replaced the database with the database of current vld installation. I have done this several time before but that error did not occour before.

www.unoamigo.de

4

Re: test Community is offline

I can't say it then, you'll need to compare your previous and new databases to see if you maybe forgot something.

Developer

5

Re: test Community is offline

Ok!

I just reinstalled my vld testinstallation sad

Thanks for the help

www.unoamigo.de

6

Re: test Community is offline

I tried to change the original database installation now several times as I did it several times before successfully.

I get this failures after I replace the original database with my current db.

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /opt/lampp/htdocs/vld/includes/core/core.session.php on line 0

Warning: include_once(/opt/lampp/htdocs/vld/includes/languages/german/lang.core.php) [function.include-once]: failed to open stream: No such file or directory in /opt/lampp/htdocs/vld/index.php on line 184

Warning: include_once() [function.include]: Failed opening '/opt/lampp/htdocs/vld/includes/languages/german/lang.core.php' for inclusion (include_path='.:/opt/lampp/lib/php') in /opt/lampp/htdocs/vld/index.php on line 184

Warning: Cannot modify header information - headers already sent by (output started at /opt/lampp/htdocs/vld/includes/core/core.session.php:0) in /opt/lampp/htdocs/vld/includes/fns/fns.misc.php on line 23

May this help you to determine the error.

www.unoamigo.de

7

Re: test Community is offline

Did you import the database from an older version into a newer one?

Developer

8

Re: test Community is offline

vlad wrote:

Did you import the database from an older version into a newer one?

Hi!

No the Database of the current is is the vld 2.2.1 -version database and the local installation (webserver on my personal computer) is also the version 2.2.1

I tried it again and get this error this time... i just removed the original database and imported the current database.

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /opt/lampp/htdocs/vld/includes/core/core.session.php on line 0

Warning: Cannot modify header information - headers already sent by (output started at /opt/lampp/htdocs/vld/includes/core/core.session.php:0) in /opt/lampp/htdocs/vld/includes/fns/fns.misc.php on line 23

When I deleted the current database after I got this message from the test installation and imported the original database (which is created by vld at beginning) the message still occured!!

Could it be any permission problems for directories? I am using Kubuntu on my computer with xampp installation, but as I said I have done this some times before it no error occured.

Last edited by ahsen (2007-11-05 13:57:52)

www.unoamigo.de

9

Re: test Community is offline

OK, I solved the problem.

I think the SQL-File which I exported uses the Unix CLRF Code.
When I exported the SQL-File (phpmyadmin) with a browser in windows and imported the file to my test-database the installation worked well  smile

www.unoamigo.de