Hi Miklas
> Hmm, i posted at the Installation forum here:
>
> data import from geeklog to serendipity failed
>
http://www.s9y.org/forums/viewtopic.php?p=13014
>
> The answer from one serendipity developer tells me that i have to import
> the geeklog tables to the serendipity DB because the source DB hasn't to
> be different, otherwise the import fails in serendipity 0.8 (fixed in
> 0.9).
>
> How did you import your geeklog DB, did you copied the tables to teh
> serendipity DB?
>
that's funny, i used two different DBs. Using the s9y wizard I just entered the details for my remote phpkitchen database (s9y was running on localhost) and althought it took around 1 min it just worked! I had root privileges on both DBs and my geeklog DB looked like this:
Code: Select all
mysql> show tables;
+---------------------+
| Tables_in_geeklog |
+---------------------+
| access |
| article_images |
| blocks |
| commentcodes |
| commentmodes |
| comments |
| commentspeedlimit |
| cookiecodes |
| custom_alexaranking |
| dateformats |
| events |
| eventsubmission |
| featurecodes |
| features |
| frontpagecodes |
| group_assignments |
| groups |
| links |
| linksubmission |
| maillist |
| personal_events |
| plugins |
| pollanswers |
| pollquestions |
| pollvoters |
| postmodes |
| quote |
| sessions |
| sortcodes |
| staticpage |
| statuscodes |
| stories |
| storysubmission |
| submitspeedlimit |
| topics |
| tzcodes |
| usercomment |
| userindex |
| userinfo |
| userprefs |
| users |
| vars |
| weather |
| weather_cache |
| weather_forecast |
+---------------------+
45 rows in set (0.00 sec)
for s9y i used the default settings, which was for tablenames with prefixes:
Code: Select all
mysql> show tables;
+-----------------------------+
| Tables_in_serendipity |
+-----------------------------+
| serendipity_authors |
| serendipity_category |
| serendipity_comments |
| serendipity_config |
| serendipity_entries |
| serendipity_entrycat |
| serendipity_entryproperties |
| serendipity_exits |
| serendipity_images |
| serendipity_pending_authors |
| serendipity_plugins |
| serendipity_references |
| serendipity_referrers |
| serendipity_shoutbox |
| serendipity_spamblocklog |
| serendipity_suppress |
+-----------------------------+
> Not sure why your import didn't work, perhaps you customised some
> > tables or had extra tables? Mine was quite a stock install, only
> > customisations were custom blocks + themes.
>
> I dont use the "gl_" geeklog database prefix, could that be a problem? And
> yes, i think i have some extra tables, i.e the News plugin from
> squatty.com or the ban and HTTP-Referer plugin.
>
maybe try blowing away the additional plugins, i can't see why it wouldn't work for you if it worked for me
cheers
Demian