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 07-01-2012 17:34:42

pabs11
Members
Registered: 03-08-2009
Posts: 111

no thumbs after upgrade to 2.0.3

hi david - welcome back !

And a Hairy New Year to you....

I just right now upgraded ( spread out over several days and hours and crossed fingers ), and all seems ok so far, but the thumbnail images are not displaying ( just text alternative ), though they seem to be there in the product listing in admin.

Couldn't see anything relevant in the forums - and before I go on to 2.0.4 - I thought I'd best fix this first.

Any ideas ?

Site is here :

http://ifitsgmoitsgottago.org/mcart2/

muchos gracias if you can help

paul in balmy ( really ) melbourne

------------------------------------------------------------------------------------------------

PS  -  ADDED AT LATER DATE ( after the next 2 posts ) :  actually SOME thumbs display it seems -

1. item listing main thumb displays in item listing page, but for any other thumbs available for that listing, just the text alternative displays, though the text alternative displays the thumb when selected - 

2. no thumbs for items in the item list in the category page ( hope I said that right ), just the linked text.

3. no thumbs in the left menu / column boxes, just the linked text.

Last edited by pabs11 (08-01-2012 02:39:45)

Offline

#2 07-01-2012 18:01:37

christ2000
Members
Registered: 26-02-2011
Posts: 69

Re: no thumbs after upgrade to 2.0.3

Hello i had the same problem, an  was that i missed the change you must do show in the .txt afther this all images show perfect and other thing was i upgrade no for 2.2 to 2.4 better upgrade to 2.3 and the later to 2.4 becuase the change appear explain when you upgrade to 2.3

Offline

#3 07-01-2012 18:34:15

pabs11
Members
Registered: 03-08-2009
Posts: 111

Re: no thumbs after upgrade to 2.0.3

hi christ2000

Uhm...you might have to explaing that to me a little slower - I didn't quite understand what you meant exactly...

------------------------------------------------------------------------

And I redid the template code modification  relating to the thumbs - there was a single file missed when I batch processed previously. But it didn't make any difference....

paul

Offline

#4 09-01-2012 03:25:19

pabs11
Members
Registered: 03-08-2009
Posts: 111

Re: no thumbs after upgrade to 2.0.3

I still am totally stumped here - any suggestions at all david ? It was a nightmare of an upgrade for me this one.

Last edited by pabs11 (09-01-2012 03:26:14)

Offline

#5 09-01-2012 08:15:35

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

Re: no thumbs after upgrade to 2.0.3

Paul,

Did you change the image paths? When I look at your source code, the paths have not been updated.

If you still don`t understand, contact me via email and we`ll take it from there.


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

Offline

#6 09-01-2012 08:49:57

pabs11
Members
Registered: 03-08-2009
Posts: 111

Re: no thumbs after upgrade to 2.0.3

I thought I had followed all the instructions - but I don't know how to answer your question here.

Where and how would I have updated the image paths, if I had ? ( I, like many,  can follow most instructions without actually understanding the concepts or what's actually happening or why, you see )

I followed all the instructions in the txt file - are the image paths the code replacements mentioned at the botoom of the txt file instructions ? ( which I did - the thmbs I did twice - but it's possible I wasn't using the b4text app properly. Wasn't 100% sure it was actually working or I was using it right.

paul


PS   can you tell me what you suggest I do - which actions to redo or check ?....and I'll have a crack at it

Last edited by pabs11 (09-01-2012 09:24:57)

Offline

#7 09-01-2012 09:17:57

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

Re: no thumbs after upgrade to 2.0.3

Do a search of the templates and see if you find this path in an image src tag. If you do remove it.

templates/products/


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

Offline

#8 09-01-2012 09:29:12

pabs11
Members
Registered: 03-08-2009
Posts: 111

Re: no thumbs after upgrade to 2.0.3

hang on - forming a question...

Last edited by pabs11 (09-01-2012 09:30:55)

Offline

#9 09-01-2012 09:38:22

pabs11
Members
Registered: 03-08-2009
Posts: 111

Re: no thumbs after upgrade to 2.0.3

how much of the path do I remove ?  just the words 'template/product'  and leave anything else in tact ?

That's a big directory -  do you mean all the files in all the folders in mycart/templates directory ?

Last edited by pabs11 (09-01-2012 09:43:20)

Offline

#10 09-01-2012 10:11:52

pabs11
Members
Registered: 03-08-2009
Posts: 111

Re: no thumbs after upgrade to 2.0.3

So far, just one in the single files in that folder :

This:

<p><img src="templates/products/<?php echo $this->IMG; ?>" alt="<?php echo $this->TEXT[1]; ?>" title="<?php echo $this->TEXT[1]; ?>" /></p>

which became this :

<p><img src="<?php echo $this->IMG; ?>" alt="<?php echo $this->TEXT[1]; ?>" title="<?php echo $this->TEXT[1]; ?>" /></p>

if I followed that right.

It's uploaded.

I did this one by one with notepad++.

But don't you mean templates/html ? ( before I go further ? )

Last edited by pabs11 (09-01-2012 10:12:48)

Offline

#11 09-01-2012 10:59:46

pabs11
Members
Registered: 03-08-2009
Posts: 111

Re: no thumbs after upgrade to 2.0.3

Am currently going through templates/html - real slow ...

Offline

#12 09-01-2012 11:26:02

pabs11
Members
Registered: 03-08-2009
Posts: 111

Re: no thumbs after upgrade to 2.0.3

Ok, I went through it all again, double checking as I went.

Picked up some errors where I'd removed what shouldn't have been , and not removed things that should've been removed.

It also looks like either I didn't use the b4Text app properly or it didn't work cleanly when I used it.

But it all seems ok now.

WHEW !!! ( allelujah ! )

...bugger. Now I've got to do the upgrade to 2.0.4  !!!!

Offline

#13 09-01-2012 11:36:21

pabs11
Members
Registered: 03-08-2009
Posts: 111

Re: no thumbs after upgrade to 2.0.3

Uhm....I may still have something out of sorts -

The thumbs here sometimes seem to be always loading and the hover zoom function rarely works, when you select the different thumbs for viewing.

See here :

http://ifitsgmoitsgottago.org/mcart2/?pID=18


I've still missed something then have I ??

P

Last edited by pabs11 (09-01-2012 11:38:35)

Offline

#14 09-01-2012 12:55:03

gwp
Members
Registered: 26-05-2009
Posts: 119

Re: no thumbs after upgrade to 2.0.3

from what i can see of your source code, its a problem with where the image files are being kept.
templates/products/templates/products/product20-1.png"
it should be
templates/products/product20-1.png

David will know the answer smile

Offline

#15 09-01-2012 15:39:00

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

Re: no thumbs after upgrade to 2.0.3

Yes, its still loading 'templates/products'. Remove all these paths. Glad you are gradually getting there. Yes, it seems you didn`t use b4text correctly

2.04 shouldn`t be so bad, I think it was just a database update. I`m going to introduce a template override option in 2.05 to fix templates getting affected on updates.


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

Offline

#16 09-01-2012 23:35:30

pabs11
Members
Registered: 03-08-2009
Posts: 111

Re: no thumbs after upgrade to 2.0.3

gwp wrote:

from what i can see of your source code, its a problem with where the image files are being kept.
templates/products/templates/products/product20-1.png"
it should be
templates/products/product20-1.png

David will know the answer smile

Hi gwp

Thanks for the input. I've just had a look onsite and the images are actually being kept in templates/products. So they're in the right place, just the calling is out of whack I guess....

Offline

#17 09-01-2012 23:37:43

pabs11
Members
Registered: 03-08-2009
Posts: 111

Re: no thumbs after upgrade to 2.0.3

msworld wrote:

Yes, its still loading 'templates/products'. Remove all these paths. Glad you are gradually getting there. Yes, it seems you didn`t use b4text correctly

But it's my understanding I have removed all instances of templates/products/ already....going by the txt file instructions list.

I went through all files in templates/html. Can you see where I've missed somewhere ?

So what are you suggesting here exactly ?

paul

Last edited by pabs11 (09-01-2012 23:40:34)

Offline

#18 09-01-2012 23:46:30

pabs11
Members
Registered: 03-08-2009
Posts: 111

Re: no thumbs after upgrade to 2.0.3

Just checking :

These are my search masks in the b4Text app :  *.php* *.htm* *.html* *.index*

Am I missing something ? ( would explain why some code still left, if it is )

paul

Offline

#19 10-01-2012 00:02:38

pabs11
Members
Registered: 03-08-2009
Posts: 111

Re: no thumbs after upgrade to 2.0.3

ok, started doing a redo of yesterday's work. In templates/html.

There was an instance of templates/products/ in products-pictures-img.htm that had an 'href=' with templates/products/, but I had left that alone yesterday as it was not an 'img src tag that you had specified

But I tried removing it and uploading and it seems to have done the trick.

Is the href tag also recognised as an img src tag, btw ? though ( nothing personal !! ) you didn't specify I was to search for that tag as well...gives you an idea of the untrained headspace anyway...

And, is the upgrade right now ?

paul

Last edited by pabs11 (10-01-2012 00:03:12)

Offline

#20 10-01-2012 09:53:26

gwp
Members
Registered: 26-05-2009
Posts: 119

Re: no thumbs after upgrade to 2.0.3

Pabs, what version are you using atm ?

Offline

#21 10-01-2012 10:00:50

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

Re: no thumbs after upgrade to 2.0.3

pabs11 wrote:

Is the href tag also recognised as an img src tag, btw ? though ( nothing personal !! ) you didn't specify I was to search for that tag as well...gives you an idea of the untrained headspace anyway...l

Its any path that is an image path, regardless of where it is. The zoom viewer for the images uses the image links in the a tags. Thats how most of those type of lightbox style things work.

Oh and .index? I doubt you`ll need that in b4text and its not a valid file extension.

Hopefully you are ok now?


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

Offline

#22 10-01-2012 10:35:51

pabs11
Members
Registered: 03-08-2009
Posts: 111

Re: no thumbs after upgrade to 2.0.3

gwp wrote:

Pabs, what version are you using atm ?

hi gwp

When I was posting these posts I was attempting to complete the upgrade from 2.0.2 to  2.0.3.

Which I finally did, with the removal of that last 'templates/products/'  from the segment of code I had intentionally left untouched yesterday because it wasn't directly connected to an img src tag.

I've since, this afternoon here, upgraded further to 2.0.4. ( which was less traumatic )

Relief is an understatement !!

paul

Offline

#23 10-01-2012 10:47:48

pabs11
Members
Registered: 03-08-2009
Posts: 111

Re: no thumbs after upgrade to 2.0.3

msworld wrote:

Its any path that is an image path, regardless of where it is. The zoom viewer for the images uses the image links in the a tags. Thats how most of those type of lightbox style things work.

Ok - but you can see how it's harder for folk who aren't familiar with the understood descriptions, and all the variations, so that exact specificity ( this is a word that our last prime minister became famous for, btw ! - and now I'm using it...) is what I need as I follow to script, as that's all I have to go on usually - the words in the instructions.

It's a common situation when experienced programmers / coders are communicating to groups that include people without the training. But we get through it ( but I don't know how sometimes ).

So thanks for the help......( and the server crash didn't help - I was in the middle of the upgrade mess when it happened )

And yes, all seems good now, touch wood ( the seas have calmed ) and the site is currently updated to 2.0.4, which I did this afternoon.


paul

Last edited by pabs11 (10-01-2012 14:05:19)

Offline

#24 10-01-2012 20:51:40

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

Re: no thumbs after upgrade to 2.0.3

Thanks Paul.

Yes, I can appreciate some of the terminology will go over the head of novices. That said, its how I learnt. I pulled my hair out on many an occasion not understanding stuff. It still happens now. I always find it a good learning curve to try and figure stuff out.

Next update will hopefully surface in Feb.


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

Offline

#25 11-01-2012 00:56:09

pabs11
Members
Registered: 03-08-2009
Posts: 111

Re: no thumbs after upgrade to 2.0.3

Well, that's kinda a relief to know that even you have battled....

But that is the point I'm making and would ask you to consider taking on board ( and I'm sure you do already to some degree ) - well constructed and accurate instructions is good and a must of course, that the instructions be written with the mind of the novice in mind. Don't be afraid to add even tiny extra detail or explanation or example, it can save a lot of heartache and time.

Just something to keep in mind. I know it's a smallish thing overall,  but novices will love you for it ( it's a big marketing factor I assure you ).

paul

PS  I'm not saying your instructions aren't communicated well, they are, but sometimes terminology and processes could benefit from a little bit extra clarification, example or explanation.

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