xampp

Blank admin page on Magento 2.3.0 CE in localhost

耗尽温柔 提交于 2019-11-29 07:08:45
I have installed Magento 2.3 on my local-machine, installation goes fine. I can access my store at localhost/magento . I tried to access my admin page localhost/magento/admin_pogi but it gives me a blank page and redirected to the url http://localhost/magento/admin_pogi/admin/index/index/key/a062e79f617010c42b07d662103d5142cd9bbe86314fb54da3e4cb5542b11eee/ . What I have tried so far is to enable development mode, and I see this error on my admin page: 1 exception(s): Exception #0 (Magento\Framework\Exception\ValidatorException): Invalid template file: 'C:/xampp/htdocs/magento/vendor/magento

MySQL error 1064 syntax but everything seems fine

人盡茶涼 提交于 2019-11-29 06:57:33
Im using xampp control panel and from there i start the process for apache and mysql. Then i go to mysql workbench and server status seems to be ok, here is some info Host: Windows-PC Socket: C:/xampp/mysql/mysql.sock Port: 3306 Version 10.1.31-MariaDB mariadb.org binary distribution Compiled For: Win32(32) Configuratin File: unknown Then everytime when i try to add the foreign key for my dummy schema like: ALTER TABLE `puppies`.`animals` ADD INDEX `Breed_idx` (`BreedID` ASC) VISIBLE; ; ALTER TABLE `puppies`.`animals` ADD CONSTRAINT `Breed` FOREIGN KEY (`BreedID`) REFERENCES `puppies`.`breeds`

Enabling SSL Support for CURL in XAMPP

瘦欲@ 提交于 2019-11-29 06:48:42
I am using an encoded PHP script, which requires SSL support for CURL. I am currently using XAMPP for local development and need to know how to update the default CURL such that SSL is enabled over it. The reason I am looking for an upgrade/support is that I am getting the following error, which when googled up and etc. I understand that SSL is not supported for CURL on my machine. SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed Anyone have any recommendations for me, please? My Current local

How to install multiple XAMPP versions OR Multiple PHP versions on MAC OS X 10.7 Lion

岁酱吖の 提交于 2019-11-29 06:29:53
I need to do some work on a legacy system that requires PHP 5.2 I already have XAMP 1.7.3 installed but this version has PHP 5.3. Since this a work I might do for a couple of times in the next months, I was thinking about installing a XAMP version that runs PHP 5.2 At the same time I'm involved into some work that requires me to use PHP 5.3, so I just can`t uninstall my current XAMP version and install one that uses PHP 5.2 On XAMPP Download Website it's pretty clear that on installing any XAMPP version it will remove previous one. I've done some research but couldn't find a way to get around

Incompatibility with Mysql 5.7(Expression #1 of ORDER BY clause is not in SELECT list)

倖福魔咒の 提交于 2019-11-29 06:06:28
When I Executes the follwoing query i have received the Exception Error Code: 3065 Expression #1 of ORDER BY clause is not in SELECT list, references column 'webstore.level_depth' which is not in SELECT list; this is incompatible with DISTINCT My Query SELECT DISTINCT c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite FROM `pj_category_shop` cs, `pj_category` c INNER JOIN `pj_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 2 ) WHERE (c.`active` = 1 OR c.`id_category` = 2) AND cs.`id_category` = c.`id_category` AND cs.`id_shop` =

localhost blocked on Chrome with “Privacy Error”

无人久伴 提交于 2019-11-29 05:49:58
Google Chrome is blocking localhost . I'm using XAMPP with Apache localhost , ports 80 and 443 . Google Chrome is up to date. I'm getting the following error: Your connection is not private Attackers might be trying to steal your information from localhost (for example, passwords, messages, or credit cards). NET::ERR_CERT_COMMON_NAME_INVALID Try this: In Chrome, put in chrome://flags/#allow-insecure-localhost in the address bar. Enable the option that says "Allow invalid certificates for resources loaded from localhost". Restart Chrome, and it should allow the site. From Chrome version 63, it

XAMPP or MAMP on Mac OS X 10.6.2 (Snow Leopard) [closed]

余生长醉 提交于 2019-11-29 05:35:38
问题 I just bought a new MacBook Pro which comes with Snow Leopard 10.6.2 (Mac OS X 10.6.2). I am used to using XAMPP as my local development server on XP. Since Mac OS X is based on Unix, I was thinking on activating/installing all the necessary stuff as I would normally do on Linux. However, I am not quite ready to be playing around with the system at this point so having an external package would be a nice temporary solution I think. The question is whether I should go with MAMP or XAMPP. Does

PHP session_start fails

蓝咒 提交于 2019-11-29 04:25:24
I'm trying to start the session in a header page in my webiste. But it seems there might be some sort of bug because it fails with the following error: Warning: session_start() [function.session-start]: open(\xampp\tmp\sess_a7430aab4dd08d5fc0d511f781f41fe5, O_RDWR) failed: No such file or directory (2) in D:\Development\PHP\tt\Include\header.php on line 3 I'm using the default settings for xampp, everything is straight out of the box. For some reason its failing to open the file. however when i go to the directory with the session files in it, the files are there, they are just empty. Is this

PhpMyAdmin not working on localhost

眉间皱痕 提交于 2019-11-29 04:05:47
问题 Xampp version:1.7.7 (installed it on external hard drive), operating system: Windows 8, installed version 4.1.7 of phpMyAdmin and copied config.inc.php from my old version of phpmyadmin to the new phpmyadmin version (4.1.7) When I type localhost/phpMyAdmin I get the error message: Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again. If you think this is a server error, please contact the webmaster. Error

Error #1046 - No database selected SQL import on XAMPP

柔情痞子 提交于 2019-11-29 03:13:26
I am trying to import the SQL database from my Drupal production site into a sandbox testing site on my local machine. I currently use XAMPP on my machine here at work. I have downloaded my db aipiadxxm_if9DHdr.sql and then I go to the phpMyAdmin on http://localhost/phpmyadmin/index.php then to -> Import. After I import the db I get this Error: SQL query: -- -- Database: `aipiadxxm_if9DHdr.sql` -- -- -------------------------------------------------------- -- -- Table structure for table `if9d_access` -- CREATE TABLE IF NOT EXISTS `if9d_access` ( `aid` int( 11 ) NOT NULL AUTO_INCREMENT , `mask