Jump to content

Tuba

Member
  • Posts

    25
  • Joined

  • Last visited

Tuba's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Tuba

    config file

    Many thanks up there in the Rockies, that has fixed it.
  2. Hi I am running on an old version 3.x and I am having difficulties accessing the database and I can't find a config file. does one exist of Cubecart and if so where can I locate it please. If not what file control the username and passwords.
  3. Hi Bsmither thanks for your reply, I changes the general setting control to be smtp and smtp port back to 25 and everything is now working. Many thanks for your help. :rolleyes:
  4. Hi I have a situation that if a customer has forgotton their password and request it providing their email they get this warning: "Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in E:\Domains\teagownsandtextiles.co.uk\wwwroot\store\upload\classes\htmlMimeMail.php on line 706: And a message as well saying for example Forgotten Password A new password has been sent to [email protected]. I can't find anyhwere php.ini and I tried to modify E:\Domains\teagownsandtextiles.co.uk\wwwroot\store\upload\classes\htmlMimeMail.php on line 706 with the addition of ini_set() and placed it here: $result = mail($to, $subject, ini_set(), $this->output, implode(CRLF, $headers)); but this did not work. Can anyone advise me what to do I am not a techo so please if possible make is simple. On the advise of my server company I made the mail part of general setting as per the attached. They suggested that if the feault smtp port of 25 did not work to maske it 49.
  5. Many have looked but no answers yet, hasn't anyone got any ideas how to solve this problem. Hi, I am operating on 3.0.15 but have same problem on all my versions in different stores. If I go into product option and in 3. Assign option & value to product section edit an item say change the price, then click Edit Product Options. On clicking the page does not change and eventually times out after several minutes. If I then go back a page in explorer I can see the edited update has taken place. However, in in another window I view the shopping cart I can see the price has changed in a matter of seconds. I am operating on a Windows Server, also there are no other problems like adding options. Website is http://www.gardenplanters.org.uk/store/upload/index.php Has anyone experienced this problem, if so is there a solution please? The error I get is: Fatal error: Maximum execution time of 120 seconds exceeded in E:\Domains\gardenplanters.org.uk\wwwroot\store\upload\admin\includes\auth.inc.php on line 47 PHP Fatal error: Maximum execution time of 120 seconds exceeded in E:\Domains\gardenplanters.org.uk\wwwroot\store\upload\admin\includes\auth.inc.php on line 47
  6. Thanks for your reply, I have solved it I had impleneted CubeCart using MySql 5, but for whatever reason if will not work with 5, so I have re-implemented using MySql 4 and all works fine.
  7. Hi, I have just upload 3.0.20 and tried to disable Print Order Form, but I am getting this error message: MySQL Error Occured 1264: Out of range value adjusted for column 'default' at row 2 QUERY = UPDATE CubeCart_Modules SET `status`='0', `default`= '' WHERE module = 'gateway' AND folder = 'Print_Order_Form' I have done several cubecart but this is the first time i have had this problem. Has anyone got any suggestions to get round the problem.
  8. Hi, Thanks for your help I found the code on line: 2083. 'tellafriend' => "Tell a Friend", All is now working fine. Great support and many thanks from a php novice.
  9. Thanks for your help the first option did not work but the second one did i.e.: $send = $mail->send(array($config['masterEmail']), $config['mailMethod']); Iwonder if you can help me with one other item that was on my original topic namely how do change the wording of the hyperlink on bottom of the page: http://coventrymotorcycles-co-uk.cherry.pr...amp;productId=6 From "Tell a Friend" to "Enquire about this item"
  10. Hi, I have made the changes you suggested but when I click on Tell a Friend" on page http://coventrymotorcycles-co-uk.cherry.pr...amp;productId=6 , I get this message: Parse error: syntax error, unexpected ',' in E:\Domains\coventrymotorcycles.co.uk\wwwroot\bikes\includes\content\tellafriend.inc.php on line 85 Since I have no knowledge of php can you please suggest wghat is wrong.
  11. I am attempting to change the "Tell a Friend" to "Enquire about this item" so that the form goes to the stores owner. It leads me to two points: 1. On the product page e.g. http://coventrymotorcycles-co-uk.cherry.pr...amp;productId=6 on my developing site how can I change the "Tell a Friend" hyperlink wording to say "Enquire about this item". 2. Based on another forum Item I have modified some of the details on the "Tell a Friend" hyperlinked page e.g. http://coventrymotorcycles-co-uk.cherry.pr...amp;productId=6 by on the page: language/en/lang.inc.php changing some of the code below the code: $lang['front']['tellafriend'] = array( on line 1891 I would like to pre-load "Friends name and address" with the stores name and email address? does anyone know how i can do this. -uk.cherry.predns.net/bikes/index.php?act=taf&productId=6 I am not a php programmer so please assume I know little.
  12. Hi, I found this reply very useful, I am trying to do something slightly different: I am attempting to make the form an Enquiry Form to go back to the Store Owner about a product. It leads me to two points: 1. Can I preload the "Friends name and email address" with the stores name and email address? If so so how? 2. On the product page e.g. http://coventrymotorcycles-co-uk.cherry.pr...mp;productId=11 on my developing site how can I change the "Tell a Friend" hyperlink wording to say "Enquire about this item" How you can help.
  13. Hi, When I try to delete a product option attribute I get this message: Fatal error: Maximum execution time of 120 seconds exceeded in E:\Domains\conservatorycanefurniture.co.uk\wwwroot\canestore\admin\includes\auth.inc.php on line 46 Ialso get the same message it i try to delete Option Name or an Assigned Option. Anyone got any ideas. I am operating 3.0.17 on a Windows Server. I have contacted my Hosting company and they have reported the following: "We have investigated your issue and it seems that when we delete that particular product, there is a query goes to MySQL database to delete that particular object or product but we have monitor it and query pending in sleep mode. We suggest you to please check coding."
  14. Hi, I have changed a shop from free shipping to Fixed Rate shipping, but when I check the basket on a test, the shipping cost is showing as na. I did this today, is there some time delay before the feature works? or do i have another problem that needs fixing, if so any suggestions please.
  15. Can you do the same with Skins, since i only want to use classic on these 10 stores/
×
×
  • Create New...