Jan Koester
Forum Replies Created
-
Forum: Plugins
In reply to: [RecipePress Reloaded] Lots of errors in error logActually this is not really an error but a warning. Nothing really to worry about.
I still don’t know what exactly is causing the problem. As I don’t get these messages it’s quite difficult to debug. However I think I’ve found a solution. It will be available in release 0.7.5 shortly.
Forum: Plugins
In reply to: [RecipePress Reloaded] Lots of errors in error logHi,
looks like this function is called much more often than it shoukd be. Actually it should be called each time you save a recipe.
I’ll investigate this on the weekend.Regards Jan
Forum: Plugins
In reply to: [RecipePress Reloaded] Error upgrading from original Recipe PressThanks for your help!
Forum: Plugins
In reply to: [RecipePress Reloaded] Error upgrading from original Recipe PressAny news on this?
I’ve migrated my site quite a long time ago and did not test this functionalkity in more recent versions. If there is a problem I will need your help to solve it.
Forum: Plugins
In reply to: [RecipePress Reloaded] Special german charactersHi Johannes,
could you please tell me the versions of php, your webserver and os. I’ve never seen this problem on my (german) site. Is your database and server configured to use UTF-8? Normally substr shouldn’t cause these kind of problems.
Forum: Plugins
In reply to: [RecipePress Reloaded] Migrating From RecipePress to reloadedActually it’s quite a long time ago I did this myself.
Some questions first:
– have you been using wp post categories or recipepress categories?
– did you copy the whole database to your new install or only parts?Hope I can help you more once I know the circumstances.
Forum: Plugins
In reply to: [RecipePress Reloaded] Triggered Fatal Error when activating latest versionThis remains strange as
__DIR__is a PHP constant for the directory of the current file supported since 5.3.0For recipepress reloaded 0.7.5 onwards I’ve replaced this by a wordpress/plugin constant.
Thanks for reporting!
Forum: Plugins
In reply to: [RecipePress Reloaded] Triggered Fatal Error when activating latest versionThat’s strange. Actually I didn’t change that line for quite a long time. Could you please tell me the version of PHP you are using (and OS and webserver as well).
Forum: Plugins
In reply to: [RecipePress Reloaded] Error upgrading from original Recipe PressI’m sorry to hear that. Actually I can’t help you much right now as I’m on my way into holidays.
What you could try to do:
– get yourself a copy of your database to play around with
– install RecipePress reloaded in an older version. 0.5.0 should be a good starting point. You can get it here or from svn.
– See if you can get it running
– Then upgrade step by step (look at the evelopers section to find other releases)Another way could be to look into the older versions of the plugin, locate the missing function and just copy it into your recent version.
I probably just deleted that function without noticing it still was needed. So copying it back should do the trick.Forum: Plugins
In reply to: [RecipePress Reloaded] Add new taxonomy "Difficulty"I’ve also thought about it. It’s actually on my list. But it might take some time to implement so please be patient.
Forum: Plugins
In reply to: [RecipePress Reloaded] Ingredient groups not visually highlightedYou could have found it on http://rp-reloaded.net/impressum/. Anyways: please write to admin@rp-reloaded.net
Thanks again a lot for the effort. I’ll keep you posted on the progress.
Forum: Plugins
In reply to: [RecipePress Reloaded] Use icons – no time textI know. This is just a quick fix. In release 0.7.5 there will be a text for each time and no icon. I guess that’s the better solution.
Forum: Plugins
In reply to: [RecipePress Reloaded] Ingredient groups not visually highlightedThanks a lot for your effort!
The easiest will be if you send the files by email. If you like I can also add you as a contributor to the repository.
I do understand the problems you are facing, however the situation is even a bit more complicated.
For example you’ve found that “Add New” and e.g. “Recipe category” strings are combined sequentially. In this combination “Add New” is a translatable string but “Recipe category” is the singular name of the category taxonomy stored in the wordpress database and NOT in the .po files. What I can try to do ist to change the combination from a string concatination to a pattern. So you could translate “Add new %s” whre %s would be replaced by the singular name of eg “Recipe category”. Would this help you?This also explains why you’ve seen some strings seemly not being translated. You will need to set the taxonomy names manually in the settings section under “Recipe Metadata” > “Manage custom tags”.
Forum: Plugins
In reply to: [RecipePress Reloaded] Ingredient groups not visually highlightedThanks for the hint. Will be fixed in 0.7.5. As I’ve never really useg grouping myself I didn’t notice ingredients and instruction were handled differently.
Forum: Plugins
In reply to: [RecipePress Reloaded] Use icons – no time textThe icons are there now. However to me it does not look very good. Probably still some work to do…