Jump to content

Derick63

Members
  • Posts

    12
  • Joined

  • Last visited

Profile Information

  • Location
    FL, US
  • Activity
    User/Merchant

Recent Profile Visitors

3,118,203 profile views

Derick63's Achievements

Newbie

Newbie (1/14)

  • Reacting Well Rare
  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done Rare

Recent Badges

1

Reputation

  1. Thanks Leo. This is a big help. The issue now is that I don't have access to the Back Office to see exactly what version of PrestaShop I'm running. Is there a file within my psadmin folder I can view to see the version? I have access to all files and folders using an FTP. Thanks again for your help Derick
  2. These are the files I downloaded and replaced from Github site: https://github.com/PrestaShop/PrestaShop/tree/develop/config: .htaccess alias.php autoload.php bootstrap.php config.inc.php This is the error I'm getting trying to access our website www.themedicalsupplyco.com: Fatal error: Uncaught Error: Class 'PrestaShop\PrestaShop\Core\Version' not found in /home2/caribbg2/public_html/config/autoload.php:32 Stack trace: #0 /home2/caribbg2/public_html/config/config.inc.php(36): require_once() #1 /home2/caribbg2/public_html/index.php(27): require('/home2/caribbg2...') #2 {main} thrown in /home2/caribbg2/public_html/config/autoload.php on line 32
  3. Hello. Our website is down for three days now, and I think I messed up. Back story: Every three months our site goes down because the defines.inc.php file in the config folder had a line define('_PS_MAGIC_QUOTES_GPC_', get_magic_quotes_gpc()); Then I learn from tech support at the hosting site that it's old PHP and is now defunct. I also learned to replace it with this: if (!defined('_PS_MAGIC_QUOTES_GPC_')) { define('_PS_MAGIC_QUOTES_GPC_', get_magic_quotes_gpc()); } So I did the suggested modification and now accessing our website was giving me a 500 error. I then had the bright idea (NOT) to go on PrestaShop GitHub site and just update a few configuration files and that went down the toilet. I still have access to the back office at least. I need to correct the files with workable configuration files. I was thinking to do a reinstall but I'm afraid I would lose all my work. The only files I messed with was in the /config folder. I would hate to lose the entire website as I had to restore twice for the year already because of the PHP incompatibility issues. I have over 475 product pages with descriptions and images that took me a very long time to complete. Any and all help would be so appreciated. Thank you in advance. Derick
  4. I has always found that the safest way isn't to overwrite the original file with the edited file. Rename the original file with -orig at the end then upload the new file. SAFE!!!!
  5. To report a bug, visit here http://forge.prestashop.com/secure/Dashboard.jspa
  6. I did the same. Where can we initiate a report to get the attention of the [spam-filter]'s of this code?
  7. Hi all, I have the same situation but I use Chrome on my laptop. There's 4 computers with MSIE and Chrome in this office and the Facebook block works on all browsers and computers but It just won't work on my Chrome but works on my MSIE on my laptop. oh, I see it just fine on my Android. I did not modify the tpl file or the js file. I honestly think this oddity is within the module coding. Derick
  8. Hello Nemo, My site isn't live at the moment and it can't go live as yet. I attached the superfish-modified.css file for you to take a look at. There are two screen captures in my original post above, one after the first sentence and after the second sentence. superfish-modified.css
  9. Hello all. I am trying to get rid of the blank area to the right of the last link button of my Top Horizontal Menu. See attached file current.jpg I want to get it to look like attached file New.jpg Modified file: /themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css Modifications: I changed the height of the menu and added a radius to the corners of 9px. (Lines 11 & 12) 8 .sf-menu * { 9 margin: 0; 10 padding: 0; 11 height: 40px; /* Added new height */ 12 border-radius: 9px; /* Added new border radius */ 13 list-style: none; } I use Google Chrome as my browser. I right clicked the blank area of the menu element in question and selected "Inspect Element" then changed two parameters to "none" to see what it would look like and it worked but I can't seem to duplicate the result in superfish-modified.css See attached file SetToNone.jpg Thanks in advance
  10. Hi all. I have the same issue but I disabled the Cart Block and the Search Block just decided to center itself on the page. I tried everything you guys said to do in this thread and nothing works. I even tried to position it right with 0 px and it did not position itself to the right. It just sits there in the middle of the page.
×
×
  • Create New...