herbsandhelpers 4 Posted June 7 Has there now been a new release? I was going to ask my hosting company to try and help with the installation. Where can I get the latest release? email me here if needed: info@herbalmedicibeuk.com Lorraine Share this post Link to post Share on other sites
osCommerce-Official 239 Posted June 7 2 hours ago, herbsandhelpers said: Has there now been a new release? I was going to ask my hosting company to try and help with the installation. Where can I get the latest release? email me here if needed: info@herbalmedicibeuk.com Lorraine Good evening! It is coming soon, for now please feel free to review its public demo at https://demo.oscommerce.com/ (front end and back end) Share this post Link to post Share on other sites
herbsandhelpers 4 Posted June 8 Sorry I got my email address wrong: info@herbalmedicineuk.com Share this post Link to post Share on other sites
rlroger 0 Posted July 27 Been pulling my hair out for hours now. No way I will admit how many. Default installation of Apache at least on Ubuntu 20.04, does not enable .htaccess If .htaccess is not enabled you will have the problem that is described in this post. No admin page, basically all you get is the splash screen. I know I am a idiot, I knew this already, but you know, I forgot :-) Now I have it installed on a fresh server, it appears to be working. Now I can have some fun! Share this post Link to post Share on other sites
Dieef5 0 Posted July 28 (edited) I downloaded yesterday and could not install. Locally with xampp php 8 and windows environment, the same errors appear as Lorraine (I tried 3x) And on my Hosting Server with cpanel, it spends hours and hours extracting and never ends. (I tried 3x too) Is there a simpler way that we can do it manually? Well, this extraction doesn't work! (PS: Sorry for the English, I'm from Brazil) Edited July 28 by Dieef5 Share this post Link to post Share on other sites
osCommerce-Official 239 Posted July 28 23 minutes ago, Dieef5 said: I downloaded yesterday and could not install. Locally with xampp php 8 and windows environment, the same errors appear as Lorraine (I tried 3x) And on my Hosting Server with cpanel, it spends hours and hours extracting and never ends. (I tried 3x too) Is there a simpler way that we can do it manually? Well, this extraction doesn't work! (PS: Sorry for the English, I'm from Brazil) Could you please send us access and we will check the server? While we are doing it, you can try osCommerce on our server free of charge, with ftp and dB access Share this post Link to post Share on other sites
Jack_mcs 1,126 Posted July 28 @osCommerce-OfficialI installed this on a sub-domain. The shop side works fine but when I try logging in to admin I get this failure: Quote Error (#400) Unable to verify your data submission. The above error occurred while the Web server was processing your request. Please contact us if you think this is a server error. Thank you. I clicked off the tab and tried refreshing and the error number changed to 32. Any thoughts? Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Need Help? See this thread and provide the information requested. How to Upgrade to the latest version Recommended SEO Addons Share this post Link to post Share on other sites
osCommerce-Official 239 Posted July 28 @Jack_mcs asked my colleagues for an advise. Will message you soon! Share this post Link to post Share on other sites
pandrei 1 Posted July 29 23 hours ago, Jack_mcs said: @osCommerce-OfficialI installed this on a sub-domain. The shop side works fine but when I try logging in to admin I get this failure: I clicked off the tab and tried refreshing and the error number changed to 32. Any thoughts? Hi Jack_mcs, Try the following: 1. Open lib/backend/controllers/LoginController.php in any editor and uncomment line #43 public $enableCsrfValidation = false; 2. Save the file and try to login again if it does work and you can access command line for your server - show us the result of this command (it must be command line, I suspect your php raises some warnings): php -v Share this post Link to post Share on other sites
herbsandhelpers 4 Posted July 31 Okay I’ve just seen that the new release is out. Very much looking forward to getting going with it. I hope it installs … 1 osCommerce-Official reacted to this Share this post Link to post Share on other sites
osCommerce-Official 239 Posted July 31 5 hours ago, herbsandhelpers said: Okay I’ve just seen that the new release is out. Very much looking forward to getting going with it. I hope it installs … Great! Please try to install it. Should it have any problems, we would appreciate being able to log into your server (under an NDA) to check and find a solution. At the same time, you're able to have it installed onto one of our servers, free of charge, with FTP and mySQL access - just choose "Host with osCommerce" and follow the installation wizard. Share this post Link to post Share on other sites
Jack_mcs 1,126 Posted July 31 On 7/29/2022 at 1:24 PM, pandrei said: if it does work and you can access command line for your server - show us the result of this command (it must be command line, I suspect your php raises some warnings): I changed the file as mentioned but the failure is the same. The php version is 7.4.30. Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Need Help? See this thread and provide the information requested. How to Upgrade to the latest version Recommended SEO Addons Share this post Link to post Share on other sites
pandrei 1 Posted August 1 On 7/31/2022 at 6:51 PM, Jack_mcs said: I changed the file as mentioned but the failure is the same. The php version is 7.4.30. Thanks. Did you check php version by using command line? And one more question. Could you check log files here: lib/backend/runtime/logs/ If there are some logs, show us their names and send list.log as private message if possible. Share this post Link to post Share on other sites
pandrei 1 Posted August 1 On 7/31/2022 at 6:51 PM, Jack_mcs said: I changed the file as mentioned but the failure is the same. The php version is 7.4.30. Hi again, Jack! Your admin page is now working, but as I suspected, your php has some mistakes in configuration and always throws a warning: Module 'imagick' already loaded in Unknown This may be the cause of other errors, so I recommend you to pay attention to this warning and find out where the imagick module is included twice. Share this post Link to post Share on other sites