Jump to content

PhilCorleone

Members
  • Posts

    133
  • Joined

  • Last visited

  • Days Won

    1

PhilCorleone last won the day on July 18 2015

PhilCorleone had the most liked content!

About PhilCorleone

  • Birthday 03/30/1993

Profile Information

  • Location
    USA
  • Activity
    Developer

Recent Profile Visitors

7,124,092 profile views

PhilCorleone's Achievements

  1. As of this moment, is the CSS file active? I see the logo still on the left side and the language selection is still disable? For the issues above, they need CSS adjustments. For the price one, go to the control panel -> localization, Currencies and remove the , mark from there, try to adjust how the SR shows and what side .. etc. Waiting for your response. Phil.
  2. Go to www/yourstore/themes/default-bootstrap/css and find the rtl.css file. Rename it to rtl.css.old and download the attachment and put it in the folder. You will get a nice RTLed theme now with correct pricing Inshallah. rtl.css
  3. It seems that's a CSS issue, let me find the rtl.css file and let you replace it so you get a full RTLed-CSS. Will be back soon.
  4. I'm working on both nginx and IIS. They are flawless. I assume your issue was as simple as redirection settings in IIS or just a "/". Glad to hear that your problem got solved.
  5. turn error reporting to True in defines.inc file in the config folder and you will find why it is doing that is the admin page at the bottom. I would suspect that it is a permission issue. What is the webserver you had on your server? Apache? What is the local webserver? IIS? Appserv?
  6. Can you post your apache or nginx host file? it might be due to an extra slash / in the url or redirection rules?
  7. Welcome to the PrestaShop Forum, In this tutorial, we will be taking a fresh installed Ubuntu VPS or dedicated server and transform it to a webserver that will be ready to host Prestashop. The benefit of running a manually installed and configured LEMP stack is the avoidance of control panels such as cPanels and such. In addition, the RAM memory of your server would be less consumed. At the end, you are saving money and resources. Please note that at the time of this article, the versions of software were the following: Ubuntu 14.04 Prestashop 1.6.0.14 This does not mean that this lesson will not work with other versions, but keep in mind compatibility issues. Prerequisite: Please have the most common Ubuntu repositories added to your repositories list. Step 1: Login into your freshly installed Ubuntu as root or as the user you created during installation. Step 2: Follow the following instructions carefully. Please be advised that the instructions are chronological in order. The parts in red are what needs to be changed by you. Step 3: Attached, are the host file. Copy the lines inside of them and paste into the host file you created above in "# General & Security Configurations". The following configuration supports http only. If you want to enable https, uncomment the ssl lines and tweak them up properly. For non-www to www redirection: Look for attachments. For www to non-www redirection: Look for attachments. That's all for today! Please remember to give back to the community. This lesson took weeks to become what it is right now. Any suggestions and ideas in the scope of this article are welcome. For moderators, you are welcome to fix, add and reformat any part of this article. - Phil Host files.zip
  8. It is solved. For all those who move from other servers to apache or nginx, you need to give www-data the freedom to write to presta folder or the www folder. chown www-data:www-data -R /var/www/ OR chown www-data:www-data -R /var/www/prestashop
  9. I'm starting to get a better understanding of the situation right now. The Prestashop i'm working on right now was installed on a local windows IIS and then was moved to a Linux server. nginx has the user www-data active but it doesn't have any permissions on the files since the files were hosted previously by IIS not Apache. I have found the commands that give folders 755 and files 644 recursively but the question now is how do I assign the www folder to the www-data user to take control? find * -type d -print0 | xargs -0 chmod 0755 # for directories find . -type f -print0 | xargs -0 chmod 0644 # for files Thanks.
  10. Can you checkout the php logs or Apache logs? what does it say? In addition, how much ram space are you dedicating for php? Open up php.ini and search for (ctrl+w) memory_limit, what is it?
  11. Hello Steve, I just hate how this crucial thing is not given any importance by the presta team. The issue is that prestashop uses an email library called Swift mailer. Things got going while they didn't update the library equipped with presta. I have trying to figure out the emailing issues with prestashop and it turned out to be the library. SMTP with prestashop does not work period. I just wished someone informed of all this at the time but i'm here anyway to save you time. you got two solutions, whether buy this update for the library or update them yourself which would be difficult if you don't have knowledge of whats going on: https://www.bellini-services.com/shop/modifications/39-swift-mailer-upgrade-better-support-for-ssltls.html Please refer to this subject for further info: https://www.prestashop.com/forums/topic/387290-smtp-configuration-error-help-requested/ I have used that update and since then, I have kissed SMTP issues a goodbye. Good luck.
  12. This seems to be advanced, try to report it to the forge? http://forge.prestashop.com/secure/Dashboard.jspa
  13. You need to show the advanced settings of Host records, DNS servers. From there it would be easy to setup.
×
×
  • Create New...