Search found 8 matches

by ozorowsky
Sat Feb 03, 2007 2:14 am
Forum: General discussions
Topic: what is best way to move database etc from one server to ano
Replies: 17
Views: 9056

www.secretalliance.net/serendipity if you go there you get the error. I AM able to login to the admin page directly. My error is when you go to the main page, you get that error.
by ozorowsky
Wed Jan 31, 2007 5:10 am
Forum: General discussions
Topic: what is best way to move database etc from one server to ano
Replies: 17
Views: 9056

Hey kevin get "config writeable" as reply. I'm wondering if I have my paths wrong...

I am able to get to the administration page. From there, I can see the configuration page.

settings are as follows:

Full path: /serendipity

Upload path: /uploads

Relative path: /serendipity

Relative template ...
by ozorowsky
Sat Jan 27, 2007 12:19 am
Forum: General discussions
Topic: what is best way to move database etc from one server to ano
Replies: 17
Views: 9056

I uploaded test.php to my home directory with following code:



<?php
if (is_writable('serendipity')) {
echo 'dir is writable';
} else {
echo 'dir is not writable';
}

if (file_exists('serendipity/serendipity_config_local.inc.php')) {
if (is_readable('serendipity/serendipity_config ...
by ozorowsky
Fri Jan 26, 2007 5:22 am
Forum: General discussions
Topic: what is best way to move database etc from one server to ano
Replies: 17
Views: 9056

Sorry to be a pain. Still researching this. Everything seriously seems to be fine. Write permissions are on EVERY file, I hand went through EVERY file, and it all seems fine. I can't put my finger on this.
by ozorowsky
Thu Jan 25, 2007 2:26 am
Forum: General discussions
Topic: what is best way to move database etc from one server to ano
Replies: 17
Views: 9056

I am able to login to the admin page. I get this error:

We detected some errors while running some diagnostics on your entered information:- Cannot write to file serendipity_config_local.inc.php.
-> run chown -R www:www /html//serendipity (Change www to the user apache runs as (e.g. nobody ...
by ozorowsky
Tue Jan 23, 2007 4:40 pm
Forum: General discussions
Topic: what is best way to move database etc from one server to ano
Replies: 17
Views: 9056

garvinhicking wrote:Hi!

If s9y reports that it cannot write to the directory sadly it must mean that this directory is not writable.

You must make the directory itself to 777, not only the files in there!

HTH,
Garvin
I did give full permission to directory and all directories/files within :(
by ozorowsky
Tue Jan 23, 2007 2:39 am
Forum: General discussions
Topic: what is best way to move database etc from one server to ano
Replies: 17
Views: 9056

I did the instructions per FAQ and keep getting this error Cannot write to directory C:/www/secretalliance/serendipity/templates_c. Please check the permissions. even though I chmod all files in directory to 777 "read/write/execute" any ideas?
by ozorowsky
Fri Jan 19, 2007 2:36 am
Forum: General discussions
Topic: what is best way to move database etc from one server to ano
Replies: 17
Views: 9056

what is best way to move database etc from one server to ano

Hi there, I am trying to move all files and database from one server to another. the one problem I have is my default database name on my new server is secreta1_then the database name. So the database name will be different. Please help.