Jump to content

Maine Notary Net

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Maine Notary Net

  1. No luck for me there -- I have both a + and a } in one of my passwords but the error: smtp: passowrd is invalid and I had tried to incorporate the { } and + into the prg_match expression. any way to do this? I do NOT want to be FORCED to change a password because passwords should be secure as a person has them and this doesn't allow these charachters. need help please
  2. Try this if you can get to database tables via PHPMyAdmin or the like; find the _employee table if you are just starting you should be the only one in it This will give the email you used to create the first admin click on the edit button near the left of the record - this should open the rec ord in an easy format to edit the password field I believe is Sha1() encoded so put in a new password but use the Sha1() in the dropdown list and save the record now leave this open so if I'm wrong you can do the same with md5() instead but open a new tab to your back office and try to log in. If so close the phpmyadmin and control panel (if using cpanel) if not go back to edit the record again and type a wassword but use md5() instead I have done this successfully - I just cant remember the encoding now. Hope this helps
  3. Mobius - that is strange as TAGS is not an HTML editable box. Yes help from moderators would be helpful -- We are changing the domain spelling to something new in a few days and I am going to start fresh. My error (code in post #2) seems to be some type of tracking that because hidden doesn't show text but they are FORM fields without a FORM tag - which is probably what makes it invalid. To answer the question Mobius, I originally posted the error when editing the sample data (as to change a Manufacturer from Apple to my first crafter. I had nothing in the description, and nothing was there to begin with. Also Yes I have used the import tool to import a Excel>>>CSV file and it would not import that so I had to manually load the file to where it says to via FTP and then the process worked. Believe me I fought with it several times until I saw where to load the files manually, to the point I almost started looking for a new software that would to the import (CubeCart and ZenCart don't) - I found prestashop by accident - but does everything I need so I wanted to use it -- I like it EXCEPT for this invalid error as I have to edit every item when I load the photos but first have to delete the the error causing code first -- tedious, tedious. I also noticed that the image URLs that uploading an image regardless of the filename you tell it gets changed to the Product_ID number, that wouold be OK if people named their items 1, 2, 3, ... but we don't so hunting in the files for a piicture is also a lost cause (unless you first go hunting for the product for the ID# enough ranting Prestashop is the best I've seen any help, insight, suggestions is much appreciated.
  4. I don't quite get your answer, when I posted this thread I had absolutely nothing in short description or description -- I was tryimng to add a completely new entry and that code shows ip in the HTML -- the word 'trigger' is nowhere - so I am not sure what you are saying here. Thanks anyways.
  5. That is not exactly the reason on mine -- I found it by clicking the HTML icon in the Description box -- not only does it do this on manufacturers but on every product I have --it is actually quite annoying. looking at the HTML direct in the BO of the product -- regardless of any test I add I get this as the last line (Which when I delete manually, click update and save - does work , but line comesback witha vengece 10 seconds later [but still works] {Just quite annoying}) Here is the line: <input id="gwProxy" type="hidden" /><input id="jsProxy"> delete - update - save and will work -- then go back and do it again and the line is back. I have a feeling it is for tracking but the problem is even a BLANK description has this hidden HTML and somehow its invalid -- my guess is that it has an input element with no form element parent. But that is just me
  6. [Resolved] Somehow my uploading deecapitalized everything -- used a different computer and got it installed -- now I can't add simple text to a manufacturer entry
  7. Hi; I am trying to add a manufacturer (In my case a crafter of goods) An I get this: the field description (English (English)) is invalid The short description and description are both only text so what is going on that causes plain text to be invalid? Any help appreciated.
  8. Hello - after a long search and 2 failed attempts with other solutions I stumbled on PrestaSHop. I now wish to install it here (http://shop.kittykouchkrafters.com) [my fiancees store] I however get this on the server: Warning: include(/home/kittykk/public_html/shop/install/classes/LanguagesManager.php) [function.include]: failed to open stream: No such file or directory in /home/kittykk/public_html/shop/install/index.php on line 31 Warning: include() [function.include]: Failed opening '/home/kittykk/public_html/shop/install/classes/LanguagesManager.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/kittykk/public_html/shop/install/index.php on line 31 Fatal error: Class 'LanguageManager' not found in /home/kittykk/public_html/shop/install/index.php on line 32 I say on the server because the local host way (on my home machine) shows the installer. the php info file is still there on the site at http://www.kittykouchkrafters.com/phpinfo.php I think I saw 5.2.10 for PHP and an mysql of version 5.0.8.1 so the specs are right and GD is enabled so what's with not finding the file when I can see it plain as day and the localhost way can find it and use it. I also tried the other way which I do not want (http://www.kittykouchkrafters.com/shop/install) same error. I put in in a subdomain for neater urls. Any ideas on what to do would be greatly appreciated. Thank You
×
×
  • Create New...