Jump to content

Claudia M

Member
  • Posts

    847
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by Claudia M

  1. "Remember I have PHP notices surpressed in the control panel error log." It was some code you gave me for 6.1xxx because I was getting soooo many notices in the log. Should I remove it? You got any idea what time that would be for USA Louisville eastern time. For the life of me I can figure that out.
  2. Yes - Nothing new in Error Log Debug Messages: [0] Before HookArray ( [_a] => sitemap ) [1] After HookArray ( [_a] => sitemap ) Debug Messages: [0] Before HookArray ( [_a] => testimonials ) [1] After HookArray ( [_a] => testimonials ) Debug Messages: [0] Before HookArray ( [_a] => add_testimonial ) [1] After HookArray ( [_a] => add_testimonial ) In admin looking at the error log page I have this in debug if this means anything. Remember I have PHP notices surpressed in the control panel error log PHP: [Notice] /home/claudias/public_html/admin_YYines/sources/settings.errorlog.inc.php:63 - Undefined variable: smarty_data
  3. I checked every different type of page and here is an example of the debug messages and there is nothing new in my error log: Debug Messages: [0] Before HookArray ( [_a] => contact ) [1] After HookArray ( [_a] => contact ) Debug Messages: [0] Before HookArray ( [_a] => category [cat_id] => 131 ) [1] After HookArray ( [_a] => category [cat_id] => 131 ) Debug Messages: [0] Before HookArray ( [_a] => product [product_id] => 1001 ) [1] After HookArray ( [_a] => product [product_id] => 1001 )
  4. The plugins are SFWS Site Testimonials SFWS Site Maps Each have: Hook: SEO Get Item Vars Trigger: class.seo.get_item_vars Hook: SEO Append Private Variables Trigger: class.seo.construct
  5. Just checked ... I have 2. The plugins work as they should, I just don't think they've been updated to 6.2.0 yet. Ok not to worry about this?
  6. Running 6.2.0 I keep getting this PHP Warning in my error log. The file is stock. [14-May-2018 23:50:21 UTC] PHP Warning: array_merge() [<a href='http://docs.php.net/manual/en/function.array-merge.php'>function.array-merge.php</a>]: Argument #1 is not an array in /home/claudias/public_html/classes/seo.class.php on line 357 [15-May-2018 01:14:18 UTC] PHP Warning: array_merge() [<a href='http://docs.php.net/manual/en/function.array-merge.php'>function.array-merge.php</a>]: Argument #1 is not an array in /home/claudias/public_html/classes/seo.class.php on line 357 Here is my line 357 and more: foreach ($GLOBALS['hooks']->load('class.seo.getitem.parameters') as $hook) include $hook; $_GET = (is_array($_GET)) ? array_merge($item_vars, $_GET) : $item_vars; if ($url) { return $GLOBALS['storeURL'].'/index.php?'.http_build_query($_GET); } else { return true; } } else { $_GET['_a'] = '404'; } } else { httpredir('index.php'); } }
  7. If this is correct why do I still have the orange error message in admin/maintenance/database and should I worry about it?
  8. I did what you suggested but still get the orange error message. Cleared cache. This is what I have now.
  9. I'm running 6.2.0. I got this in admin/maintainence / database but in looking in the order_summary table with phpMyAdmin I don't have a custom_oid that I saw. How do I fix this error? Thanks in advance, - Me This is what I have:
  10. .inner-wrap, body { background-color: #ABCDEF; }  .inner-wrap, footer { background-color: #ABCDEF; }  Code didn't work but that's ok, I'll keep it as inline if that won't cause problems. Would like to know if I have my style sheets in the right order though Thanks, Brian
  11. Is this the order my style sheets should be in? {assign var=css_input value=[ 'skins/{$SKIN_FOLDER}/css/normalize.css', 'skins/{$SKIN_FOLDER}/css/foundation.css', 'skins/{$SKIN_FOLDER}/css/cubecart.css', 'skins/{$SKIN_FOLDER}/css/cubecart.common.css', 'skins/{$SKIN_FOLDER}/css/cubecart.helpers.css', 'skins/{$SKIN_FOLDER}/css/aquickinfo-620.css', - custom style instead of cubecart.default 'skins/{$SKIN_FOLDER}/css/jquery.bxslider.css', 'skins/{$SKIN_FOLDER}/css/jquery.chosen.css']} So i should use this too? .inner-wrap, body { background-color: #ABCDEF; }
  12. For the life of me I can not figure out where to change the color of my body and footer. For now I am changing the code inline for both in skins/main and skins/main.checkout to the following but there must be somewhere else to do this in style sheets. <body style="background-color:#F7F8E0"> <footer style="background-color:#F7F8E0"> Thanks in advance for any and all help, Me
  13. in the file In the file /admin/sources/products.index.inc.php What does this code do? Around Line 1126 $thead_sort = array ( 'status' => $GLOBALS['db']->column_sort('status', $lang['common']['status'], 'sort', $current_page, $_GET['sort']), 'digital' => $GLOBALS['db']->column_sort('digital', $lang['common']['type'], 'sort', $current_page, $_GET['sort']), 'image' => $lang['catalogue']['title_image'], 'name' => $GLOBALS['db']->column_sort('name', $lang['catalogue']['product_name'], 'sort', $current_page, $_GET['sort']), 'product_code' => $GLOBALS['db']->column_sort('product_code', $lang['catalogue']['product_code'], 'sort', $current_page, $_GET['sort']), 'price' => $GLOBALS['db']->column_sort('price', $lang['common']['price'], 'sort', $current_page, $_GET['sort']), 'stock_level' => $lang['catalogue']['title_stock'], 'updated' => $GLOBALS['db']->column_sort('updated', $lang['catalogue']['title_last_updated'], 'sort', $current_page, $_GET['sort']), 'translations' => $lang['translate']['title_translations'] ); Thanks, Me
  14. Well, Brian, I did not know about the white space around the brackets. I'll look into that asap.
  15. Hi, This was strange. I was working on the styling of my checkout page (put a border border radius on a button) and all the sudden I can't see my store front end. Admin is working fine. I see this in my error log: [02-May-2018 11:56:59 America/Louisville] PHP Notice: Undefined index: in /home/claudias/public_html/classes/catalogue.class.php on line 307 And in admin/maintenance/database I got this: And when I went to control panel I see I have 2 admin.php files: Oh and when I check the developer tools in FireFox on my homepage it says there is no style sheet. I've checked the element.ccs in my skin and it looks fine. I did notice prior to all this that the developer tool was showing a style sheet from another skin - but the files in this skin are correct. I was wondering why my button wouldn't change. Yes, I cleared my caches! When I checked the correct style sheet the first line had a . in a red box in front of the .bggg{background-color: #CDDACB;}. Seems like all this started when I removed the red box . Thanks for any and all help!
  16. There is one thing about this code. Not all my products have a manufacturer, but if I don't put anything in the field it won't let me save the other changes. The add manufacturer field you added just turns pinkish red.
  17. I got it to work. I copied the instructions from the email I received about the post, not the actual forum post. The email read and I couldn't find that complete line: Near line 70, find: if (!empty($_POST['product_id']) && is_numeric($_POST['product_id'])) { dbgClue('We are updating a product.',array(),false); FORUM READ: On a new blank line ABOVE that, add: Near line 70, find: if (!empty($_POST['product_id']) && is_numeric($_POST['product_id'])) {
  18. Trying to implement this today but my code isn't lining up with yours. I'm on CC 6.2.0
  19. Is there any way in admin/Product to have an "Add manufacturer" feature in the dropdown menu where you add the manufacturer instead of having to go to the manufacturer menu section each time you add a product? Thanks in advance, Claudia
  20. Well, that makes for an interesting layout. I like it!! Now I guess I should upgrade to 1.0.11 and apply ALL these changes. Thanks, Brian
×
×
  • Create New...