Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Guardian_Tech

Pioneers
  • Posts

    22
  • Joined

  • Last visited

Profile Information

  • Real Name
    Matthew

Guardian_Tech's Achievements

  1. Thanks Chris, I'll be working on that today/night.....wish me luck! I'm all thumbs on a keyboard filled with "any keys"
  2. Thanks Chris for all the fast support. One more thing if you might know the answer, The featured items are missing the Add to cart and details buttons along with basic details like qty, weight, etc. Is this something I missed in the installation or is there a way to code this to include those items?
  3. WOW! Fast Reply! The other error which I removed minutes after posting which was not fast enough for you ; ) was due to leaving NEW_ attached when replacing that line of code....I guess now I should have left it but dont remember the error. As for the first part, THANKS! that did it. One other problem I notice is if I select a product to look at, the "featured" box in column_left shows up as “BOX_HEADING_FEATURED” Any ideas?
  4. Hello all! Step 18 says: Use phpmyadmin or similar to run the following query once you have completed steps 17-1 above: update configuration set set_function="tep_cfg_select_option(array('true', 'false')," where configuration_key='FEATURED_PRODUCTS_DISPLAY' update configuration set set_function="tep_cfg_select_option(array('true', 'false')," where configuration_key='FEATURED_PRODUCTS_DISPLAY' In phpmyadmin I try to this but get the following error: "You have to choose at least one column to display" what colum is it looking for? Any help you can give would be great.
  5. Just wanted to leave a final update to this problem…. Apparently my host had the server running in safe mode? This was the cause of the errors on my site but the odd thing is they uploaded a new file called php.ini. Can anyone shed light as to why this file would be uploaded? I am 100% sure this file is new and possibly fixed the problems however the host never said anything about uploading it which makes me worry.
  6. I checked the error log found in the root public folder and have many listings for today [27-Jul-2011 05:46:00] PHP Warning: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'fixitno1'@'localhost' (using password: NO) in /home/fixitno1/public_html/includes/functions/database.php on line 19 [27-Jul-2011 06:14:57] PHP Warning: session_save_path() [<a href='function.session-save-path'>function.session-save-path</a>]: SAFE MODE Restriction in effect. The script whose uid is 904 is not allowed to access /tmp owned by uid 0 in /home/fixitno1/public_html/includes/functions/sessions.php on line 337 The second one was comming up on the websites main page above everything which I was able to fix by following a post from this forum: If the error prevents you from accessing your admin panel then access the database via phpMyAdmin, go to the 'configuration' table, find the Session Save Directory entry (there are several pages of entries for this table), open it for editing and change /tmp to just tmp with no slash before (or after) it. This is the next error listed before today but I had no troubles until I got in today: [22-Jul-2011 14:03:32] PHP Fatal error: Call to a member function remove_current_page() on a non-object in /home/fixitno1/public_html/popup_image.php on line 15 I also check mod dates via filezilla which lists upload files to google as the only files modified this month other then product_info.php which I think shows a mod date of this month because of new product uploads?
  7. Hi Chris, that is my fear, I am unable to run sitemon to find changes so what to do next I'm having trouble with. Here is what mine looks like. Line 61>>>>> /********************** BEGIN CHECK THE USERNAME *********************/ $filenameConfigure = DIR_FS_ADMIN . FILENAME_SITEMONITOR_CONFIGURE; $filenameConfigure = str_replace('.php', '_' . $instance . '.php', $filenameConfigure); $fp = @file($filenameConfigure); Line 69>>>>>>$invalidFiles = array_merge((array)glob(DIR_FS_CATALOG . DIR_WS_IMAGES . '*.php'),(array)glob(DIR_FS_CATALOG . DIR_WS_IMAGES . '*.txt')); Is there anything you could tell me to look for?
  8. I came in today to find my website was having problems giving errors….I found fixes off this forum for the main one but now am having problems with Sitemonitor admin giving Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/mysite/public_html/admin/sitemonitor_admin.php on line 66 Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/mysite/public_html/admin/sitemonitor_admin.php on line 66 I made no changes to my website which has been running 1year + and suddenly am having errors like the above and at one point on the main page. Could server updates by my host caused this? Any idea on how to fix it? I checked line 66 in sitemonitor_admin.php and there is nothing listed.
×
×
  • Create New...