Jump to content

duckmansweb

Member
  • Posts

    41
  • Joined

  • Last visited

Everything posted by duckmansweb

  1. Hi guys, im trying to manually install google tags, google instructions are as attached, when i add the below code to skins/foundation/templates/main.php - it crashes the page (whole URL goes blank) Any help would be appreciated, thanks in advance
  2. Hi guys , this might be a little bit of a weird issue were having with a CC5 store www.revolutionrc.com.au , when in firefox , the loading address bar atthe bottom left says "www.revolutionrc.com.aumodules......... " what i cant work out is the "modules" at the end of the address , this is making the pages take about 20 seconds to load , its really annoying , ive tryed 3 different computers running firefox in safe mode , all say the same thing ... ive attached a screen shot of what im on about , can someone please test if they get the same thing , it only happns on this CC5 store , no other CC5 stores , thanks PHP Version 5.3.27 CC 5.2.4
  3. that appears to have worked ! , here is a screen shot attached of the mod results , just to make sure ...
  4. awesome that worked !! , i do have a product that has options , +$350 on top of the list price for that particular option , if that amount could change in the Unit Price - Price field that would make it 100% perfect , ive attached an image of the current fix
  5. oh no they are just examples of what the $ figure is representing my question/mod has also been asked here ... http://www.cubecartforums.org/index.php?s=&showtopic=16505&view=findpost&p=68866
  6. Hi guys , im looking at modifying the prices of the products in the shopping cart , currently the prices are worked out as follows with included 10% tax setup... Quick Snatch Kit - Small Truck - OAQUICKSKST ($139.00 INC Tax) Unit Price (ex tax) Price (Ex Tax) QTY 2 $126.36 $252.73 SUBTOTAL (ex tax) $252.73 TAX $25.27 TOTAL (inc tax) $278.00 now what i want to do is , i want to make the cart show the values like this.... Quick Snatch Kit - Small Truck - OAQUICKSKST Unit Price (INC tax) Price (INC Tax) QTY 2 $139.00 $278.00 SUBTOTAL (ex tax) $252.73 TAX $25.27 TOTAL (inc tax) $278.00 any ideas what i need to do to make them changes, that would be great , thanks Store : www.ava4x4.com.au Cubecart 5.2.2
  7. i would also like this , as i need the admin page to stay open all day without timing out , but keep the customer time out the same as it was
  8. resolved.... it was a bit of a muck around , but the way i did it was , i backed up all the MYSQL database tables except "CubeCart_CubeCart_image_index" , then i dropped all the tables , run the cubecart setup again (to make new MYSQL tables) , then imported .sql backup i created (minus the image table) , went into file manager , created all the directory's as they previously were , soon as i did that , all the previous images appeared but were damaged (have a link of http://ava4x4.ingenuity.net.au/skins/mican/images/common/noimage_normal.png?1188984844) etc , then i uploaded the same images via the file manager that i had backed up on my pc , and just to test i made a test category and test product , uploaded a new image as per normal and Voila , it worked "
  9. ok , the images/source is 755 and the ones that the file manager are making are also 755
  10. ok the deal is , we are transferring to a new host , the hosting company now has put us on a temporary domain until the proper www.ava4x4.com.au is running with them , server info can be found here ... http://ava4x4.ingenuity.net.au/phpinfo.php
  11. yep ive seen this... In the file /classes/filemanager.class.php, find the function buildDatabase() (at around line 170). About 25 lines down, find this: $filepath_record = $this->formatPath(str_replace($this->_manage_root, '', dirname($file))); $filepath_record = empty($filepath_record) ? 'NULL' : $filepath_record; After those lines, add this: $filepath_record = str_replace(chr(92),"/",$filepath_record); , it appears my files are updated with that code already in my version
  12. ok ive changed the permissions , and funny you should say the link to the image , the one i just uplaoded via the filemanager has a link like this ....... http://ava4x4.ingenuity.net.au/skins/mican/images/common/noimage_normal.png?1188984844 but all working images have this like structure .. http://ava4x4.ingenuity.net.au/images/cache/van.270.jpg?784020555 the top link is the same image "van.jpg" uploaded into a folder the lower link is "van.jpg" uploaded into the root/
  13. Hi guys , i recently changed host to fix my email sending problems, thanks to Bsmither it all working again , now ive got another issue .... and its a weird one .. uploading an image via the cubecart uploader . When i upload an image to /root of the images folder , the image previews and works correctly in the image uploader , but if i create a folder with the uploader and upload the image , it says it uploaded , it shows as uploaded , but no preview , and does not work with a product or category , and if i manually browse to that folder i just created via FTP , the folder exists but the image does not , but CC shows the image is there , strange ..... but if i upload the image manually via FTP into that folder , it works fine , might be a cubecart uploader issue ? my folder permissions are 777 for both /images and /images/cache , it MAY be a .htacess thing ? im not sure , but ive attached a copy of it anyway , and if i hit the "update file list" the image that was listed in the upload manager but not in FTP disappears htacess.txt
  14. hmm tried that , as per usual ive broken it lol , just gets blank screen at /admin.php?_g=products ive attached my two files "products.index.php" is good im pretty sure , its just the other file products.index.inc.php products.index.php
  15. i found the comment code in "products.index.php" , on line 38 Change: <!--<th nowrap="nowrap">{$THEAD.stock_level}</th>--> To: <th nowrap="nowrap">{$THEAD.stock_level}</th> i cannot in "product.index.inc.php" where to modify ?
  16. yep ive noticed this to , im starting to dislike CC 5.2.2 , is their a quick hack to bring the stock level back ?
  17. yes i have , and hosting has not changed anything , strange one
  18. ok , i have got the email not sending problem saughted , seems @bigpond.com was on a back list or something , thats fine now , now back to the processing email , i still cant get the processing email to say "payment received " even with the above tweaks to the code
  19. GOT to be something up with the hosting , as yesterday emails were working , arrrr
  20. PHP 5.2.11 ok, ive made changes to cart.class.php and orders.index.inc.php The admin order page is working again with the modified version , but the store is still not sending any kind of email as per before(order, request pass etc) after i applied the above bug fix this only started this morning out of the blue , sorry for being a man of drama lol , and i thank you in advance for your help , if its easier , i can PM you my FTP log in and Admin log in , i dare say its something simple this is the info from the php_errors [22-Jul-2013 02:35:48] PHP Warning: implode() [<a href='http://docs.php.net/manual/en/function.implode.php'>function.implode.php</a>]: Invalid arguments passed in /home/wwwava4/public_html/classes/order.class.php on line 314
  21. Yes , here is the error in my log... [19-Jul-2013 22:38:46] PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/wwwava4/public_html/admin/sources/orders.index.inc.php on line 137 [19-Jul-2013 22:39:43] PHP Fatal error: Call to a member function update() on a non-object in /home/wwwava4/public_html/classes/cart.class.php on line 1013 [19-Jul-2013 22:39:51] PHP Fatal error: Call to a member function update() on a non-object in /home/wwwava4/public_html/classes/cart.class.php on line 1013 [19-Jul-2013 22:40:05] PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/wwwava4/public_html/admin/sources/orders.index.inc.php on line 137 [19-Jul-2013 22:40:33] PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/wwwava4/public_html/admin/sources/orders.index.inc.php on line 137 [19-Jul-2013 22:40:49] PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/wwwava4/public_html/admin/sources/orders.index.inc.php on line 137 [20-Jul-2013 14:18:36] PHP Fatal error: Call to a member function delete() on a non-object in /home/wwwava4/public_html/classes/seo.class.php on line 294 [20-Jul-2013 20:53:59] PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/wwwava4/public_html/admin/sources/orders.index.inc.php on line 137 [20-Jul-2013 20:54:05] PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/wwwava4/public_html/admin/sources/orders.index.inc.php on line 137 [20-Jul-2013 20:58:22] PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/wwwava4/public_html/admin/sources/orders.index.inc.php on line 137 [20-Jul-2013 20:58:37] PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/wwwava4/public_html/admin/sources/orders.index.inc.php on line 137 [20-Jul-2013 20:58:45] PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/wwwava4/public_html/admin/sources/orders.index.inc.php on line 137 [20-Jul-2013 21:09:50] PHP Fatal error: Call to a member function update() on a non-object in /home/wwwava4/public_html/classes/cart.class.php on line 1013 [20-Jul-2013 21:24:22] PHP Fatal error: Call to a member function update() on a non-object in /home/wwwava4/public_html/classes/cart.class.php on line 1013 [20-Jul-2013 22:04:28] PHP Warning: Security Warning: Illegal array key "amp;task" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [20-Jul-2013 22:04:28] PHP Warning: Security Warning: Illegal array key "amp;cid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [20-Jul-2013 22:04:28] PHP Warning: Security Warning: Illegal array key "amp;Itemid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [20-Jul-2013 22:04:28] PHP Warning: Security Warning: Illegal array key "amp;task" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [20-Jul-2013 22:04:28] PHP Warning: Security Warning: Illegal array key "amp;cid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [20-Jul-2013 22:04:28] PHP Warning: Security Warning: Illegal array key "amp;Itemid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [20-Jul-2013 22:18:25] PHP Warning: Security Warning: Illegal array key "amp;Itemid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [20-Jul-2013 22:28:18] PHP Fatal error: Call to a member function update() on a non-object in /home/wwwava4/public_html/classes/cart.class.php on line 1013 [21-Jul-2013 05:33:12] PHP Warning: Security Warning: Illegal array key "amp;task" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 05:33:12] PHP Warning: Security Warning: Illegal array key "amp;cid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 05:33:12] PHP Warning: Security Warning: Illegal array key "amp;Itemid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 05:33:12] PHP Warning: Security Warning: Illegal array key "amp;task" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 05:33:12] PHP Warning: Security Warning: Illegal array key "amp;cid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 05:33:12] PHP Warning: Security Warning: Illegal array key "amp;Itemid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 05:42:36] PHP Warning: Security Warning: Illegal array key "amp;Itemid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 09:10:35] PHP Fatal error: Call to a member function delete() on a non-object in /home/wwwava4/public_html/classes/seo.class.php on line 294 [21-Jul-2013 13:58:05] PHP Warning: Security Warning: Illegal array key "amp;task" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 13:58:05] PHP Warning: Security Warning: Illegal array key "amp;cid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 13:58:05] PHP Warning: Security Warning: Illegal array key "amp;Itemid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 13:58:05] PHP Warning: Security Warning: Illegal array key "amp;task" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 13:58:05] PHP Warning: Security Warning: Illegal array key "amp;cid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 13:58:05] PHP Warning: Security Warning: Illegal array key "amp;Itemid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 13:59:46] PHP Warning: Security Warning: Illegal array key "amp;task" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 13:59:46] PHP Warning: Security Warning: Illegal array key "amp;cid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 13:59:46] PHP Warning: Security Warning: Illegal array key "amp;Itemid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 13:59:46] PHP Warning: Security Warning: Illegal array key "amp;task" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 13:59:46] PHP Warning: Security Warning: Illegal array key "amp;cid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 13:59:46] PHP Warning: Security Warning: Illegal array key "amp;Itemid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 14:06:13] PHP Warning: Security Warning: Illegal array key "amp;task" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 14:06:13] PHP Warning: Security Warning: Illegal array key "amp;cid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 14:06:13] PHP Warning: Security Warning: Illegal array key "amp;Itemid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 14:06:13] PHP Warning: Security Warning: Illegal array key "amp;task" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 14:06:13] PHP Warning: Security Warning: Illegal array key "amp;cid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 14:06:13] PHP Warning: Security Warning: Illegal array key "amp;Itemid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 14:14:37] PHP Warning: Security Warning: Illegal array key "amp;task" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 14:14:37] PHP Warning: Security Warning: Illegal array key "amp;cid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 14:14:37] PHP Warning: Security Warning: Illegal array key "amp;Itemid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 14:14:37] PHP Warning: Security Warning: Illegal array key "amp;task" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 14:14:37] PHP Warning: Security Warning: Illegal array key "amp;cid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 14:14:37] PHP Warning: Security Warning: Illegal array key "amp;Itemid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 14:17:13] PHP Warning: Security Warning: Illegal array key "amp;Itemid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 14:37:24] PHP Warning: Security Warning: Illegal array key "amp;Itemid" was detected and was removed. in /home/wwwava4/public_html/classes/sanitize.class.php on line 88 [21-Jul-2013 18:12:28] PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/wwwava4/public_html/admin/sources/orders.index.inc.php on line 137 [21-Jul-2013 18:12:36] PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/wwwava4/public_html/admin/sources/orders.index.inc.php on line 137 [21-Jul-2013 18:14:06] PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/wwwava4/public_html/admin/sources/orders.index.inc.php on line 137 [21-Jul-2013 18:16:08] PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/wwwava4/public_html/admin/sources/orders.index.inc.php on line 137 [21-Jul-2013 18:17:27] PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/wwwava4/public_html/admin/sources/orders.index.inc.php on line 137 [21-Jul-2013 18:17:45] PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/wwwava4/public_html/admin/sources/orders.index.inc.php on line 137 [21-Jul-2013 20:02:21] PHP Notice: Cleaning cached files... in /home/wwwava4/public_html/classes/cache/cache.class.php on line 134 [21-Jul-2013 20:27:43] PHP Fatal error: Call to a member function update() on a non-object in /home/wwwava4/public_html/classes/cart.class.php on line 1013 [21-Jul-2013 22:47:01] PHP Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/wwwava4/public_html/ini-custom.inc.php on line 4 [21-Jul-2013 22:47:01] PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/wwwava4/public_html/ini-custom.inc.php on line 4 [21-Jul-2013 22:47:01] PHP Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/wwwava4/public_html/ini-custom.inc.php on line 4 [21-Jul-2013 22:47:01] PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/wwwava4/public_html/ini-custom.inc.php on line 4 [21-Jul-2013 22:48:46] PHP Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/wwwava4/public_html/ini-custom.inc.php on line 4 [21-Jul-2013 22:48:46] PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/wwwava4/public_html/ini-custom.inc.php on line 4 [21-Jul-2013 22:48:47] PHP Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/wwwava4/public_html/ini-custom.inc.php on line 4 [21-Jul-2013 22:48:47] PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/wwwava4/public_html/ini-custom.inc.php on line 4 [21-Jul-2013 22:49:02] PHP Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/wwwava4/public_html/ini-custom.inc.php on line 4 [21-Jul-2013 22:49:02] PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/wwwava4/public_html/ini-custom.inc.php on line 4 [21-Jul-2013 22:50:18] PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/wwwava4/public_html/admin/sources/orders.index.inc.php on line 137 [21-Jul-2013 22:50:35] PHP Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/wwwava4/public_html/ini-custom.inc.php on line 4 [21-Jul-2013 22:50:35] PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/wwwava4/public_html/ini-custom.inc.php on line 4 [21-Jul-2013 22:55:35] PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/wwwava4/public_html/admin/sources/orders.index.inc.php on line 137 [21-Jul-2013 22:55:58] PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/wwwava4/public_html/admin/sources/orders.index.inc.php on line 137 [21-Jul-2013 23:43:39] PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/wwwava4/public_html/admin/sources/orders.index.inc.php on line 137 i tried the orders.index.inc.php file again , and still a no go , here is a copy of the orders.index.inc.php file and also , all of a sudden no emails are being sent from the store , with this in the error log.. [22-Jul-2013 01:06:46] PHP Fatal error: Call to a member function update() on a non-object in /home/wwwava4/public_html/classes/cart.class.php on line 1013 [22-Jul-2013 01:06:56] PHP Fatal error: Call to a member function update() on a non-object in /home/wwwava4/public_html/classes/cart.class.php on line 1013 arr this CC5 is a pain , CC4 was so much better orders.index.inc.php
  22. ok thanks , i added the above code and still (within admin, under customer list) /admin.php?_g=orders is just get a blank screen and also here.... admin.php?_g=orders&action=edit&order_id=130718-074427-6395 here is a copy of the file again
  23. i had a go of doing the above , but just makes the order tab go blank (somethings wrong) , could not find anything near 503 either , ill upload a copy of the file i modified , just to chack it out , cheers orders.index.inc.php
×
×
  • Create New...