christian_gnoth
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Where do i find the links for the images?in wp admin area under “appearance” the are the theme options – there you can change the links
look in the joomla2wp-mig.php file at line 133 and comment this line out:
$j2wp_user_array = j2wp_mig_users();
joomla passwords can not be migrated !!! so you have to send a email to all your users and reset the passwords
the reason for the memory allocation error message can be that your wordpress tables are filleed and the wordpress cache has post and pages.
if you empty the wordpress tables (truncate) – posts,terms,users etc. the migration may work.otherwise try to set the memory limit higher in your webserver settings or with a php ini_set() command.
thanks for the code. One other user already asked for that feature. I did not worked on it, because I wanted a original joomla mysql full dump with comments.
I do not have joomla as working cms installed. I only have the joomla mysql database as working basis.I also do not know how joomla handles nested comments – means reply to comments and replies to replies.
If you can send me an mysql full dump of your joomla installation I can check how joomla has saved them in the database. but only send if you have this cases – replies to replies of comments. please send to [email protected].
Otherwise I can add those code to the plugin.
thanks for the hints.
I will add a check for duplicate email addresses.
works on different other webservers
thanks for the hints and work – i will create a new release which checks if the email is empty.
it works on my webserver and on different others!
you write you do not get the plugin activated? what error message do you get?
is there any message?Forum: Plugins
In reply to: [Plugin: Joomla To WordPress Migrator] Not working at allwith the new release you can also have two different user – one for the joomla db and one for the wordpress db.
if you have an mysql root user and both databases in one mysql server you can use this mysql root user.please try the new version.
Thumbnails are only created for mosimages, normal img tags are changed in the src parameterI have uploaded a new version.
I have added a new option in the settings panel.
please take a look at:
https://www.liferay.com/community/forums/-/message_boards/message/3714269
it is not possible to decrypt the joomla passwords – so you have to reset the passwords of all your users and send them an email.
it works on my installation and on different others. sometimes user report if they have a different charset in their joomla installation than in wordpress that the content is truncated. that can happen if there are special characters in the content and those characters are interpreted as control characters.
if possible please send me an mysql fulldump of your joomla installation to [email protected] – than I can check it and create a new version of the plugin if I find a solution.