Latest Forum Posts
Home arrow Forum
Design Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottom Post Reply Favoured: 0
TOPIC: No Properties

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
#1159
pcjunkie (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
No Properties 4 Years, 1 Month ago  
I have trawled through the forums looking for an answer but I can't find anything. Alot of other peoples sites are reporting this as well. When using lightbox I can't get anything to display, I also get the same code error as others.

this.images[imageNum] has no properties
http://quartz/joomla/components/com_virtuemart/js/slimbox/js/slimbox.js
Line 137
Code: :

 changeImage: function(imageNum){         if (this.step || (imageNum 0) || (imageNum >= this.images.length)) return false;         this.step 1;         this.activeImage imageNum;         this.bottomContainer.style.display this.prevLink.style.display this.nextLink.style.display 'none';         this.fx.image.hide();         this.center.className 'lbLoading';         this.preload = new Image();         this.preload.onload this.nextEffect.bind(this);     ------->this.preload.src this.images[imageNum][0];         return false;     },

 
 
Last Edit: 2007/12/21 11:24 By pcjunkie.
  The administrator has disabled public write access.

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
#1161
macallf (Admin)
Administrator
Admin
Posts: 655
graph
User Online Now Click here to see the profile of this user
Re:No Properties 4 Years, 1 Month ago  
Try this updated shop.product_details.php file

It replaces spaces and other characters with the correct escaped sequence
File Attachment:
File Name: shop-a9940128eb21a93dd4f0c29bfd501c5c.zip
File Size: 6387
 
 
Mark
  The administrator has disabled public write access.

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
#1437
shadeshigeru (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Re:No Properties 3 Years, 11 Months ago  
Mark, i was having the same issue 'with the error on the same line'. I changed the file like you suggested and it worked like a charm. Possibly there should be a note about a 'known possible issue' on the page with the description, with a link to the fix?

This is the 3rd time you've helped me out significantly 'by me browsing your site and post on the vm forums'. Great work you're doing here, i'm going to have to send you some money soon no doubt!







-on another note, your site has some errors in mozilla you may or may not be aware of. Several of the links blue 'on hover and standard depending on the link' are impossible or near impossible to read due to the background blue used. Also, there is a hosting banner at the bottom of your site that is improperly aligned on some of the pages.

You probably already know about those and are just to busy helping all of us out but i figured i'd point it out for you anyways.


Thanks again for all the great work you're doing regarding vm!
 
  The administrator has disabled public write access.

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
#1440
shadeshigeru (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Re:No Properties 3 Years, 11 Months ago  
I just had a problem. I tried to use the child list mod and this together and it wouldnt work. I found on the forum where someone had combined the shop.product_details.php file and now they both work, except i'm having this same problem again.

Think you can post up a fix or tell me how to fix it myself mark?


Thanks alot in advance.
 
  The administrator has disabled public write access.

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
#1441
macallf (Admin)
Administrator
Admin
Posts: 655
graph
User Online Now Click here to see the profile of this user
Re:No Properties 3 Years, 11 Months ago  
The download section for lightbox has 2 versions one for use when using childlist!

The same mod would have to be used for this but the line number would be different.
 
 
Mark
  The administrator has disabled public write access.

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
#1442
shadeshigeru (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Re:No Properties 3 Years, 11 Months ago  
Hey mark, i think i posted about the issue i was having in multiple 'related' threads. I want to go ahead and apologize for that. And thanks again for all the hard work you are doing.

What i ended up doing was opening both the fix you posted here for the lightbox 'without the child list'. And i also opened the lightbox and child list combined file.

I edited numerous lines, but i got it all to work. Attached is the .txt format of the php file. It works perfectly for me. Maybe it can be of use to other people in the community. All you have to do is change the .txt to .php and you're good to go.


Note: This is for the Lightbox AND Child list. Not for lightbox alone!
File Attachment:
File Name: shop-1ea7cf0613849df22600ee334cf2b6b3.txt
File Size: 27455
 
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop