Maian Script World on Facebook Maian Script World on Twitter Maian Script World - Latest News Maian Script World on YouTube Maian Script World on LinkedIn


Please Read

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.

#1 12-02-2011 22:14:04

chronix
Members
Registered: 24-01-2011
Posts: 8

Picture Upload Missing

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

#2 13-02-2011 09:05:01

msworld
Administrator
From: United Kingdom (Great Britain)
Registered: 09-05-2006
Posts: 7,072

Re: Picture Upload Missing

Url?


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
David Ian Bennett - Lead Developer
www.maianscriptworld.co.uk

Offline

#3 13-02-2011 11:27:52

chronix
Members
Registered: 24-01-2011
Posts: 8

Re: Picture Upload Missing

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

#4 14-02-2011 17:46:38

chronix
Members
Registered: 24-01-2011
Posts: 8

Re: Picture Upload Missing

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

#5 15-02-2011 06:28:25

msworld
Administrator
From: United Kingdom (Great Britain)
Registered: 09-05-2006
Posts: 7,072

Re: Picture Upload Missing

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. smile


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
David Ian Bennett - Lead Developer
www.maianscriptworld.co.uk

Offline

#6 15-02-2011 11:49:31

chronix
Members
Registered: 24-01-2011
Posts: 8

Re: Picture Upload Missing

Cheers smile 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

#7 15-02-2011 16:45:43

chronix
Members
Registered: 24-01-2011
Posts: 8

Re: Picture Upload Missing

All done. Ended up having to change things in the database as well.

Offline

#8 15-02-2011 19:41:25

msworld
Administrator
From: United Kingdom (Great Britain)
Registered: 09-05-2006
Posts: 7,072

Re: Picture Upload Missing

Cool. smile


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
David Ian Bennett - Lead Developer
www.maianscriptworld.co.uk

Offline

#9 22-05-2011 09:27:29

chuchi
Members
Registered: 22-05-2011
Posts: 5

Re: Picture Upload Missing

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

#10 22-05-2011 14:16:06

msworld
Administrator
From: United Kingdom (Great Britain)
Registered: 09-05-2006
Posts: 7,072

Re: Picture Upload Missing

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.


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
David Ian Bennett - Lead Developer
www.maianscriptworld.co.uk

Offline

#11 22-05-2011 15:41:13

chuchi
Members
Registered: 22-05-2011
Posts: 5

Re: Picture Upload Missing

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

#12 22-05-2011 18:09:42

msworld
Administrator
From: United Kingdom (Great Britain)
Registered: 09-05-2006
Posts: 7,072

Re: Picture Upload Missing

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.


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
David Ian Bennett - Lead Developer
www.maianscriptworld.co.uk

Offline

#13 22-05-2011 18:54:40

chuchi
Members
Registered: 22-05-2011
Posts: 5

Re: Picture Upload Missing

no error message.... and still no picture in the database...

shame... dont not what to do....

Offline

#14 22-05-2011 22:08:37

msworld
Administrator
From: United Kingdom (Great Britain)
Registered: 09-05-2006
Posts: 7,072

Re: Picture Upload Missing

Me neither, sorry. I can`t think what the problem might be. sad


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
David Ian Bennett - Lead Developer
www.maianscriptworld.co.uk

Offline

#15 23-05-2011 11:57:45

chuchi
Members
Registered: 22-05-2011
Posts: 5

Re: Picture Upload Missing

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

#16 25-05-2011 06:34:15

msworld
Administrator
From: United Kingdom (Great Britain)
Registered: 09-05-2006
Posts: 7,072

Re: Picture Upload Missing

OK, this issue is sorted. It was an incorrect server path.


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
David Ian Bennett - Lead Developer
www.maianscriptworld.co.uk

Offline

#17 19-04-2012 00:43:53

kn3an
Members
Registered: 19-04-2012
Posts: 1

Re: Picture Upload Missing

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 big_smile

Last edited by kn3an (19-04-2012 00:49:12)

Offline

#18 19-04-2012 06:08:27

msworld
Administrator
From: United Kingdom (Great Britain)
Registered: 09-05-2006
Posts: 7,072

Re: Picture Upload Missing

kn3an wrote:

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 big_smile

Thank you for the translation. smile

The path is in the settings. Make sure this is correct.


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
David Ian Bennett - Lead Developer
www.maianscriptworld.co.uk

Offline

Board footer

2Checkout.com is an authorized reseller of goods and services provided by Maian Script World.© 2003-2013 David Ian Bennett. All Rights Reserved | Forum: FluxBB

Privacy Policy | Refund Policy