You are required to register before you can post. This is via a custom verification system. Please post any problems you are encountering here and I`ll do my best to respond as soon as I can. Please note that a reply WILL be posted to all queries, so do not double post. There are no guarantees
when a reply will appear but I do my best to answer all within 3/4 days max. Bumping topics won`t make the slightest difference.
IMPORTANT: Posts in English ONLY please, thank you! Any other languages will be ignored and your message deleted.
SEARCH: Use the search option to see if your question has been answered on the forum before. Or check the relevant script docs.
CUSTOMER: If you have purchased a commercial version of any of my software, using the contact option at the licence centre ensures a faster response.
AUTO DELETION: Accounts older than 5 days, with no posts or topics, are automatically deleted. Only register if you are thinking of posting.
PRIVATE MESSAGES: Private messages are currently disabled.
LINKS: Any links posted are 'NOFOLLOW' and will not be picked up by search engines.
You are not logged in.
Pages: 1
I installed Maian Recipe earlier today and tested it out, it seemed to work fine (apart from images not showing on the recipe page but I think that's due to the path not being set). I've since been playing around with the page layouts and CSS, making sure not to mess with the PHP, but the image upload part of the add recipe page is now missing. Any ideas what could be wrong? I've also tried comparing it to a new install and all the PHP seems to be there.
Offline
Url?
Offline
Sorry, I was working on it locally. It's online now at http://hive.byvolt.com
Any chance there's a quick and easy way to change "?p=recipe&recipe=1" URL to "?p=project&proj=1" as well? I've tried search and replace but with no look.
Offline
I've now worked out the image upload section wasn't displaying because I renamed some things to "add-project" instead of "add-recipe".
Which brings me back to is there a simple way of renaming the "?p=add-recipe" page to "?p=add-project" and "?p=recipe&recipe=1" to "?p=project&project=1" etc
Offline
Glad you sorted the image upload issue.
I suppose a batch find/replace utlility is your best bet for replacing those strings. Something simple like b4Text should do the trick:
http://www.b4soft.ru/b4text/en.index.php
btw, I love what you are doing with the system. ![]()
Offline
Cheers
Just finished re-designing the entire front and back end.
I tried find and replace the other day searching for "add-recipe" and replacing it with "add-project" across all files in the system but that's what messed the image upload up. It's baffling me.
Offline
All done. Ended up having to change things in the database as well.
Offline
Cool. ![]()
Offline
Hi Maian,
I´m having problems uploading pictures to a recipe, even system telling me 1 picture uploaded, it does not show... nowhere.
the file template/images/recipes is on 777 and everything else works just fine.
Thanks in advace for your help.
Regards
Ralf
Ps: I uploaded MAIAN RECIPE V2.0 on www.chuchi-algarve.com
Offline
Possibly permissions. Check on your server and see if there is anything actually in the pic folder?
Also, check your server error log if you have one and see if that reveals anything.
Offline
in which folder do you mean, Maian?
Directly in the /templates/images or in the subfolder /templates/images/recipes
I copied a .jpg file via ftp into the folder/templates/images/recipes but in my admin menu i cannot find any pictures to be related to a recipe.
Offline
templates/images/recipes/ is where the images are stored.
Or should be. At the top of the main 'admin/index.php' file, change:
error_reporting (0);
to
error_reporting (E_ALL);
Then upload another image and see if any error messages appear.
Offline
no error message.... and still no picture in the database...
shame... dont not what to do....
Offline
Me neither, sorry. I can`t think what the problem might be. ![]()
Offline
Would you please consider helping me a bit further... it would be a shame, having installed the very nice software and not getting it to work properly....
Would it help if I open you ftp access to my server?
I can imaging that you have some work with ignorants like me, not getting their act together. So I would consider to make a donation, if necessary. Or even buy the "copyright free version".
Regards
Ralf
Offline
OK, this issue is sorted. It was an incorrect server path.
Offline
OK
I have thw same
you said (OK, this issue is sorted. It was an incorrect server path.)
so how can i fix that the incorrect erver path ? where i can find it .
plz
http://kn3an.com
i translate the script to the arabic ,turn the template for ltr to rtl , it goes fine except tags grabled .
i will upload the arabic translate in the forum when i finsh it ![]()
Last edited by kn3an (19-04-2012 00:49:12)
Offline
OK
I have thw same
you said (OK, this issue is sorted. It was an incorrect server path.)
so how can i fix that the incorrect erver path ? where i can find it .
plzhttp://kn3an.com
i translate the script to the arabic ,turn the template for ltr to rtl , it goes fine except tags grabled .
i will upload the arabic translate in the forum when i finsh it
Thank you for the translation. ![]()
The path is in the settings. Make sure this is correct.
Offline
Pages: 1