Home | Posts RSS | Comments RSS | Login

xampp 1.8.0 phpmyadmin access forbidden[solved]

Wednesday, July 18, 2012
Prolem
after upgrade to 1.8.0 from 1.7.7 under Ubuntu 12.04, i am not able to open PHPMyAdmin.
Even though i am on localhost i get this error message:
Access forbidden!

New XAMPP security concept:

Access to the requested object is only available from the local network.

This setting can be configured in the file "httpd-xampp.conf".

If you think this is a server error, please contact the webmaster.

Error 403

localhost
Apache/2.4.2 (Unix) OpenSSL/1.0.1c PHP/5.4.4


Answer:

Re: Error 403 for phpmyadmin [Solved]

Postby MrJxN » 14. July 2012 22:11
I was searching for this as I had the exact same problem. I tried the OP's solution first and it worked a charm. Thanks :)

In case this makes it more clear (especially for beginners), the steps I took (After backing up the original httpd-xampp.conf) :

In a terminal:
CODE: SELECT ALL
sudo gedit /opt/lampp/etc/extra/httpd-xampp.conf


In gedit, Find: 


And add the line to the :
Require all granted

After this, the section reads:
CODE: SELECT ALL

    AllowOverride AuthConfig Limit
    Order allow,deny
    Allow from all
    Require all granted


Save the file, close gedit, then back at the terminal:
CODE: SELECT ALL
/opt/lampp/lampp restart


http://localhost/phpmyadmin/ now correctly loads.

MrJxN

How To Get Rid Of Internal System Error Apport Popups In Ubuntu

Wednesday, June 20, 2012
Sorry, Ubuntu 12.04 has experienced an internal error
http://www.webupd8.org/2012/06/how-to-get-rid-of-internal-system-error.html

Apport is a debugging tool that automatically generates crash reports. In the final Ubuntu 12.04 release, Apport seems to be enabled by default (unlike in the previous Ubuntu versions) and at least on my system, I keep getting "Sorry, Ubuntu 12.04 has experienced an internal error" popups, which can't be reported, a few times a day (Apport bug already reported).

To get rid of these annoying Apport popups, you can disable Apport, especially since most of the time there are no visible errors / crashes anyway. Sure, this won't solve the actual errors, but at least you won't get those frequent Apport "internal system error" dialogs anymore.

To disable Apport, you need to edit "/etc/default/apport" with a text editor such as Gedit (as root):
sudo gedit /etc/default/apport
and change "enabled" from "1" to "0", then save the file.

You can always re-enable it later on if you want, by changing "enabled" from "0" back to "1", or you can enable Apport temporarily, using the following command:
sudo service apport start force_start=1

how to install Motioneye driver in linux for sony VAIO

Tuesday, June 19, 2012
here is the link https://launchpad.net/~r5u87x-loader/+archive/ppa



PPA description

Packages for r5u87x – a bunch of userspace tools to help manage cameras based on Ricoh R5U87x chipsets (http://bitbucket.org/ahixon/r5u87x/)
Packaging request: bug #120434
The packages provided (both source and binary) include only the loader software and do not contain the microcode, whose copyright and license status is unclear. Instead, a simple shell script is provided that can download and install the microcode directly from the upstream repository.
Installation
========
1. sudo add-apt-repository ppa:r5u87x-loader/ppa
2. sudo apt-get update
3. sudo apt-get install r5u87x
4. sudo /usr/share/r5u87x/r5u87x-download-firmware.sh
Supported hardware
================
05ca:1803 Flybook V5
05ca:1810 HP Pavilion Webcam
05ca:1835 Sony Camera VGP-VCC5 (used on Sony Vaio SZ laptops)
05ca:1836 Sony Camera VGP-VCC4 (used on Sony Vaio FE laptops)
05ca:1837 Sony Camera VGP-VCC4 (used on Sony Vaio FZ laptops)
05ca:1839 Sony Camera VGP-VCC6 (used on Sony Vaio CR laptops)  my is CR520D
05ca:183a Sony Camera VGP-VCC7 (used on Sony Vaio SZ and TZ11 laptops)
05ca:183b Sony Camera VGP-VCC8 (used on Sony Vaio FZ laptops)
05ca:183e Sony Camera VGP-VCC9 (used on Sony Vaio FZ laptops)
05ca:1841 Fujitsu F01 / Fujitsu Lifebook U810
Note
====
The repo also contains a package called r5u87x-loader. This now serves only as a transitional package to r5u87x, and it is kept here only because it has been referenced in bug #120434.