PDA

View Full Version : Indexing not complete


Phez
09-12-2003, 02:29 AM
Hi,

I have a problem indexing my page.
When I submit it in the indexing field it first shows the indexing progress but after a few seconds the browser "finished" loading the page. When I return to the admin page the site in the list to the right is locked. I have to unlock it and manually index the subfolders by clicking on the checkmark in the update form. But this updating is cancelled after a few seconds again. At the end I have the impression the script did not get all of the pages...
My website is running on a virtual server with apache. I dont know if it is running php 4 in "safe-mode" since I am a php-beginner...

Thanks,

Florian Eickhorst

P.S.
Is it maybe possible somehow to update the site from our local server and then somehow transfer the MySQL-DAtabase to the one on the webserver?

Charter
09-12-2003, 09:41 AM
Hi. To check for safe mode, save the following to phpinfo.php, FTP in ASCII, and call the file from your browser.

<? phpinfo(); ?>

You'll see a bunch of info. Just search on safe_mode and see if it's On or Off.

If transferring tables, specific info such as URL, etcetera, should be checked.