[SOLVED] Error 404 in phpMyAdmin since update to Apache 2.4

Hi!
I had an error 404 when I was trying to access pma. I resolved my problem by creating a symbolic link like this:
/srv/http$ sudo ln -s /usr/share/webapps/phpMyAdmin/ phpmyadmin
It works now... but I don't know if it is the right solution to do this.
I haven't seen any reference to a symbolic link in the wiki, but if I just follow the wiki, I get the error 404.
How did you solve it?
Last edited by Creak (2014-03-27 01:10:19)

Ok I'm really sorry, I did follow the wiki article by the book, but it happens that I added a "#", in httpd.conf, at the beginning of the line that loads the httpd-phpmyadmin.conf... (facepalm)
It was probably during the merges of httpd.conf.pacnew.
But thanks Tarqi, it's your answer that made me wonder because I knew the alias was already in the phpmyadmin conf file
Last edited by Creak (2014-03-27 01:12:10)

Similar Messages

  • HT201442 every time i try to update my ipad, something (error) happends. why dont u fix that for us? why is this always complicated? how may i solve error 3194 now? why updating a software version is so complicated?

    every time i try to update my ipad, something (error) happends. why dont u fix that for us? why is this always complicated? how may i solve error 3194 now? why updating a software version is so complicated?

    Did you take a look at the link that you tagged?

  • [SOLVED] error 404 in package downloads

    i tried to install firefox, opera, pm-utils,polkit-gnome gvfs.
    while installation i am getting this errors as mentioned below and nothing got installed and everything is pending hence.
    1.for firefox 2 packages were not downloaded and no install happened
    2.opera not at all downloading
    3.pm utils the same like opera
    4.for polkit-gnome gvfs a few missing and thus again pending work.
    I am trying from yesterday and also did today, i am getting the same results.
    here is a snippet of one of the error .
    sudo pacman -S firefox
    resolving dependencies...
    looking for inter-conflicts...
    Targets (9): hunspell-1.3.2-1 libevent-2.0.19-1 libnotify-0.7.5-1
    libvpx-1.1.0-1 mime-types-8-1 mozilla-common-1.4-3 nspr-4.9.1-1
    nss-3.13.5-1 firefox-14.0.1-1
    Total Download Size: 0.22 MiB
    Total Installed Size: 49.99 MiB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from extra...
    error: failed retrieving file 'nspr-4.9.1-1-x86_64.pkg.tar.xz' from archlinux.polymorf.fr : The requested URL returned error: 404
    error: failed retrieving file 'nspr-4.9.1-1-x86_64.pkg.tar.xz' from mirror.de.leaseweb.net : The requested URL returned error: 404
    error: failed retrieving file 'nspr-4.9.1-1-x86_64.pkg.tar.xz' from mirror.nl.leaseweb.net : The requested URL returned error: 404
    error: failed retrieving file 'nspr-4.9.1-1-x86_64.pkg.tar.xz' from mirror.rit.edu : The requested URL returned error: 404
    warning: failed to retrieve some files from extra
    error: failed to commit transaction (download library error)
    Errors occurred, no packages were upgraded.
    I am just putting one error message as it is same for the rest of all other packages. You see as above in firefox one package is pending, balance got downloaded yesterday. Similar happened in polkit-gnome gvfs . Whereas for opera and pm-utils upower nothing got downloaded at all.
    In all the 4 cases i got the same error with no downloads or partial downloads .
    Now these mirrors have been fast and best for me uptil now and no issue with them.
    So basically what these error is and what i should do about the same to complete the installation.
    Last edited by beopen (2012-08-12 10:20:37)

    WonderWoofy wrote:
    Have you done pacman -Sy lately?  It may be that your database is not in sync with the mirrors, so it is trying to retrieve package versions that aren't there.
    Edit: I was too slow...
    i have done the pacman -Syu just a week back and everything is uptodate.
    @tomk
    Short answer: pacman -Syu, not pacman -S.
    Secondly do you install firefox or any other package with pacman -Syu firefox or pacman -S [packagename] ????
    i have atleast so far installed everrything with pacman -S packagename
    this is what the pacman wiki says
    Installing specific packages
    To install a single package or list of packages (including dependencies), issue the following command:
    # pacman -S package_name1 package_name2 ...
    lastly i solved the problem and the installation went right by unchecking a few more mirrors and the same went alright now.
    So for the moment i am labelling the query as solved.
    Thanks.

  • SOLVED Sqlitebrowser won't load since update changed dependency to Qt5

    I think this is the first qt5 program I've tried to run.  I didn't even have the qt5-base package until sqlitebrowser updated and pulled it down as a new dependency.  Anywhere here's the error I'm getting which seems to be common among qt5 apps but I can't find a solution:
    $ sqlitebrowser
    This application failed to start because it could not find or load the Qt platform plugin "xcb".
    Available platform plugins are: eglfs, kms, linuxfb, minimal, minimalegl, offscreen, xcb.
    Reinstalling the application may fix this problem.
    Aborted
    I already have the xcb packages though is what confuses me
    $ pacman -Qs xcb
    local/cairo 1.12.16-2
    Cairo vector graphics library
    local/lib32-libxcb 1.10-2
    X11 client-side library (32-bit)
    local/libxcb 1.10-2
    X11 client-side library
    local/xcb-proto 1.10-2
    XML-XCB protocol descriptions
    local/xcb-util 0.3.9-1
    Utility libraries for XC Binding
    local/xcb-util-image 0.3.9-1
    Utility libraries for XC Binding - Port of Xlib's XImage and XShmImage functions
    local/xcb-util-keysyms 0.3.9-1
    Utility libraries for XC Binding - Standard X key constants and conversion to/from keycodes
    local/xcb-util-renderutil 0.3.9-1
    Utility libraries for XC Binding - Convenience functions for the Render extension
    local/xcb-util-wm 0.4.1-1
    Utility libraries for XC Binding - client and window-manager helpers for ICCCM
    I'm running KDE if it matters.  Since KDE is qt4 based, maybe there's a conflict there.  Really not sure at this point.
    Last edited by weirddan455 (2014-07-03 10:30:33)

    Korrode wrote:
    Do you have libxkbcommon-x11 installed?
    EDIT: https://bugs.archlinux.org/task/40569
    The nice folks on IRC helped me conclude that that was indeed the package I was missing and installing it solved my problem.  I'm thinking about filing a bug report on qt5-base suggesting they add libxkbcommon-x11 as a dependency (right now it's only an optional dependency) as it's very small, doesn't have many dependencies of its own, and nearly everyone running qt5 at the moment is going to be running X
    If they're trying to make qt5 not dependent on X for Wayland support, they're already failing anyway because qt5-base depends on libxrender and libxi which both depend on libx11.  Libxkbcommon actually does not depend on libx11 and it's only dependency besides glibc (installed on nearly 100% of Arch systems) is the 5MB xkeyboard-config with no dependencies of its own and installed on 94% of Arch systems as it's required by xorg-server-common.
    EDIT:  And bug reported:
    https://bugs.archlinux.org/task/41055
    EDIT 2:  Marking this as solved.  The initial bug report for adding the dependency to qt5-base was denied so I filed one for sqlitebrowser and the developer added the dependency there.
    https://bugs.archlinux.org/task/41056
    Last edited by weirddan455 (2014-07-03 10:29:29)

  • [SOLVED]NetworkManager won't work since updating to KDE 4.3.4

    Hello there,
    I'm running Arch64 on Qosmio X300 notebook. I have just updated to KDE 4.3.4 and since the update the NetworkManager won't connect to my wifi (I haven't tried wired yet). I use following packages for NetworkManager and KNetworkManager applet
    kdeplasma-applets-networkmanager 1047027-1
    networkmanager 0.7.2-1
    There seems to be nothing strange in the daemons.log, but the KNMgr tray icon keeps saying "Networking information not available" and when I click it I get "Network Management Disabled" instead of the usual menu. I still can configure network manually and wicd is also working fine.
    I remember putting my notebook to suspend-to-disk by mistake instead of shutting it down right after the update, so that's when it might have gone crazy. I tried reinstalling NetworkManager and the KDE applet and googling around a bit, but nothing has helped so far...
    Last edited by MadCat_X (2009-12-02 18:34:55)

    NM is definitely running, "ps aux | grep Network" gives me
    root 1573 0.0 0.0 61976 3876 ? Ss 01:35 0:00 /usr/sbin/NetworkManager
    root 1589 0.0 0.0 68868 3176 ? S 01:35 0:00 /usr/sbin/nm-system-settings --config /etc/NetworkManager/nm-system-settings.conf
    madcat 1849 0.0 0.0 8360 976 pts/2 S+ 01:36 0:00 grep Network
    I tried uninstall -reinstall method, but the plasma applet still sticks to the "Networking information not available" message.
    This is how the NM related info in daemon.log looks like
    Dec 2 01:35:34 Qosmio-X300 NetworkManager: <info> starting...
    Dec 2 01:35:34 Qosmio-X300 NetworkManager: <WARN> nm_generic_enable_loopback(): error -17 returned from rtnl_addr_add():
    Dec 2 01:35:34 Qosmio-X300 NetworkManager: <info> Found radio killswitch /org/freedesktop/Hal/devices/pci_8086_4232_rfkill_phy0_wlan
    Dec 2 01:35:34 Qosmio-X300 NetworkManager: <info> Trying to start the supplicant...
    Dec 2 01:35:34 Qosmio-X300 NetworkManager: <info> Trying to start the system settings daemon...
    Dec 2 01:35:35 Qosmio-X300 nm-system-settings: Loaded plugin keyfile: (c) 2007 - 2008 Red Hat, Inc. To report bugs please use the NetworkManager mailing list.

  • [SOLVED] gnome-power-manager issues since update?

    Since maybe an update (I'm not sure), gnome-power-manager isn't launched anymore. No battery applet, suspend and hibernation buttons.
    acpid, pm-utils are on.
    By launching it in terminal, it gives:
    ~$ gnome-power-manager
    (gnome-power-manager:3238): libupower-glib-WARNING **: Couldn't enumerate devices: Launch helper exited with unknown return code 127
    TI:17:42:09 TH:0x10cf090 FI:gpm-engine.c FN:gpm_engine_coldplug_idle_cb,834
    - failed to get device list: Launch helper exited with unknown return code 127
    Traceback:
    gnome-power-manager() [0x419a64]
    gnome-power-manager() [0x41904e]
    /usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x1f3) [0x7f72b683abf3]
    /usr/lib/libglib-2.0.so.0(+0x423d0) [0x7f72b683b3d0]
    /usr/lib/libglib-2.0.so.0(g_main_loop_run+0x182) [0x7f72b683ba42]
    gnome-power-manager() [0x40f11b]
    /lib/libc.so.6(__libc_start_main+0xfd) [0x7f72b6239c3d]
    gnome-power-manager() [0x407a49]
    So would libupower-glib bug?
    Last edited by feNNec (2011-01-16 19:03:59)

    yes there is:
    $ ./upowerd start
    ./upowerd: error while loading shared libraries: libusb-1.0.so.0: cannot open shared object file: No such file or directory
    libusb-1.0.8-1 is installed
    What's this daemon for?

  • [Solved] errors with keys after pacman update?

    Hi,
    I installed pacman 4.0.1-4, but now this is what happens when I try and update.
    Proceed with installation? [Y/n] Y
    (28/28) checking package integrity [######################] 100%
    error: binutils-multilib: signature from "Jan Alexander Steffens (heftig) <[email protected]>" is unknown trust
    error: libcap-ng: signature from "Ionut Biru <[email protected]>" is unknown trust
    error: cifs-utils: signature from "Tobias Powalowski <[email protected]>" is unknown trust
    error: cmake: signature from "Dave Reisner <[email protected]>" is unknown trust
    error: colord: signature from "Ionut Biru <[email protected]>" is unknown trust
    error: lib32-glibc: signature from "Jan Alexander Steffens (heftig) <[email protected]>" is unknown trust
    error: lib32-gcc-libs: signature from "Jan Alexander Steffens (heftig) <[email protected]>" is unknown trust
    error: gcc-libs-multilib: signature from "Jan Alexander Steffens (heftig) <[email protected]>" is unknown trust
    error: gcc-multilib: signature from "Jan Alexander Steffens (heftig) <[email protected]>" is unknown trust
    error: perl: key "6D1655C14CE1C13E" is unknown
    error: key "6D1655C14CE1C13E" could not be looked up remotely
    error: openssl: signature from "Pierre Schmitz <[email protected]>" is unknown trust
    error: git: signature from "Dan McGee <[email protected]>" is unknown trust
    error: gpgme: signature from "Dave Reisner <[email protected]>" is unknown trust
    error: gvfs: signature from "Dave Reisner <[email protected]>" is unknown trust
    error: inetutils: key "FCF2CB179205AC90" is unknown
    :: Import PGP key 9205AC90, "Eric Belanger <[email protected]>", created 2011-04-19? [Y/n] Y
    error: key "Eric Belanger <[email protected]>" could not be imported
    error: intltool: key "FCF2CB179205AC90" is unknown
    :: Import PGP key 9205AC90, "Eric Belanger <[email protected]>", created 2011-04-19? [Y/n] ^C
    Interrupt signal received
    When pacman updated it suggested that I run this command,
    sudo pacman-key --init
    I know that usually I would say yes to a key and pacman should remember it, but what are all the errors?
    Last edited by mich04 (2012-01-20 17:19:26)

    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl -C - -f %u > %o
    #CleanMethod = KeepInstalled
    Architecture = auto
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options (all disabled by default)
    #UseSyslog
    #ShowSize
    #UseDelta
    #TotalDownload
    #CheckSpace
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # - URLs will have $arch replaced by the name of the architecture
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # The testing repositories are disabled by default. To enable, uncomment the
    # repo name header and Include lines. You can add preferred servers immediately
    # after the header, and they will be used before the default mirrors.
    #[testing]
    #Include = /etc/pacman.d/mirrorlist
    [core]
    Include = /etc/pacman.d/mirrorlist
    [extra]
    Include = /etc/pacman.d/mirrorlist
    #[community-testing]
    #Include = /etc/pacman.d/mirrorlist
    [community]
    Include = /etc/pacman.d/mirrorlist
    # If you want to run 32 bit applications on your x86_64 system,
    # enable the multilib repositories as required here.
    #[multilib-testing]
    #Include = /etc/pacman.d/mirrorlist
    [multilib]
    Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    Here it is.

  • How can I solve the never ending sync since updating to ios5?

    I'm running Lion and when I upgraded my iPone 3GS to iOS5 I can no longer sync.  It freezes with the message "Waiting for sync to start".

    I was stuck at that same message through three iOS restore cycles.
    I just got off the phone with Apple Support and resolved my issue. It just needed a re-installation of iTunes.
    My case is with Windows and iPhone 4, though. Good luck.

  • Since I updated FF to ver 4 I can't access my att yahoo mail. (Error 404)

    I get error 404: "The requested url was not found on this server." I can access my ATT.NET mail using IE with the same url that I've always used on FF with no problem. Nothing else has been changed other than updating to FF4. I reinstalled FF4 with no help. Do you know if I can dl an older version of FF? Any help will be greatly appreciated. Thanks, George

    Do you know which version of Exchange Server you're using? We just got 2010 and I can get into the app and view messages in the reading (preview) pane, but it's very confusing compared with 2003. Does it matter whether you choose the full OWA or the basic/light OWA?
    Rather than re-install, you may want to test in Firefox's Safe Mode to rule out an add-on conflict.
    First, I recommend backing up your Firefox settings in case something goes wrong. See [https://support.mozilla.com/en-US/kb/Backing+up+your+information Backing up your information]. (You can copy your entire Firefox profile folder somewhere outside of the Mozilla folder.)
    Next, try starting Firefox in Firefox
    [http://support.mozilla.com/kb/Safe+Mode Safe Mode]. Be careful not to "reset" anything permanently if you didn't back up.
    Does that fix it?

  • Since updating to 10.4 getting error message on startup 'AppleSyncNotifier.exe – Entry Point Not Found, The procedure entry point xmlTextReaderConstName could not be located in the dynamic link library libxml2.dll.'. How do I fix this annoying problem?

    Since updating to 10.4 I've been getting this error message on computer startup
    'AppleSyncNotifier.exe – Entry Point Not Found
    The procedure entry point xmlTextReaderConstName could not be located in the dynamic link library libxml2.dll.'.
    Please help me fix this annoying problem?
    belle

    This is the fix I got from discussions and it worked for me.  It is copied below.  I just did the manual fix which I have underlined. Good luck! Regards, Belle.
    This can occur because libmxl2.dll is not in your C:\Program Files\Common Files\Apple\Mobile Device Support folder.
    There have been some issues with this and other dlls not being in the right place (or not being everywhere they should be) since the 10.3.1.55 iTunes update.
    However, I note that the 10.4 iTunes update is now out - surprisingly quickly - so try installing that, rebooting, and see if your issue is solved.
    If it isn't, though, here's the manual fix:-
    With Windows Explorer, navigate to your C:\Program Files\Common Files\Apple\Apple Application Support folder.
    Copy the libmxl2.dll that you should find there, navigate to the nearby Mobile Device Support folder, and Paste it in there also.
    Reboot and see if all is well.
    I actually had the issue with SQLite3.dll, and the above fix worked for me (I found it in an April 2010 posting!).
    I passed on the fix as above for the similar issue with libmxl2.dll to someone who had exactly your problem, and he reported that it fixed it for him.

  • Tried to check on updates for CS6 64 bit - Received message saying application manager may be damaged - download and install new copy - when I try this I receive message ERROR 404 I have a PC - any help would be gratefully received - thanks - William

    Tried to check on updates for CS6 64 bit - Received message saying application manager may be damaged - download and install new copy - when I try this I receive message ERROR 404 I have a PC - any help would be gratefully received - thanks - William

    reset your preferences:
    dreamweaver:  http://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs4-cs5.html
    flash:  http://helpx.adobe.com/flash/kb/re-create-preferences-flash-professional.html
    indesign:  https://forums.adobe.com/thread/526990
    lightroom:  http://www.lightroomforums.net/showthread.php?14226-Resetting-%28or-Trashing-%29-the-Light room-Preferences-file
    photoshop:  https://forums.adobe.com/thread/375776
    if that fails, uninstall ps, clean (Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6) and reinstall.  then use the manual updates.

  • How can I to solve the error 404?

    I received  this message: https://caldav.calendar.yahoo.com/principals/users/MYEMAIL ADDRESS
    http error 404
    Please, how to solve it?

    hpuche wrote:
    Thank you toNiel and Kappy. However, I did not write the caldav link. It is the imac that it is looking to update the calendar from my iphone and ipad wiht the computer and it does not seem to find them. I never wrote any of those links that the error message shows. Therefore, I do not know where to change the address. The server is apple's server, not mine.
    That is not an Apple Server, it is a Yahoo Server, the iMac did not create it, Yahoo did and supplied it to your iMac. Call Yahoo tech support so you may to verify or correct the address.
    https://caldav.calendar.yahoo.com/principals/users/MYEMAIL

  • Has anyone encountered drastic shorter battery life both on iphone 5 and ipad since updating to iOS 6.1.2? How can this problem be solved?

    Dear all,
    I am new to this community even though I have been a Apple user for years, so please forgive me if this question is not in the right section.
    Has anyone encountered drastic shorter battery life both on iphone 5 and ipad since updating to iOS 6.1.2? I've always been happy with these two products until the update - now the battery life is considerably shorter which is extremely frustrating.
    How can this problem be solved? Is there any way to go back to the previous version?
    Thanks for your help.

    If you update using iTunes the phone is first wiped clean, then the new OS is installed, and finally the backup is restored. After this finishes if you sync your music should be restored. Music is not in the backup, because it is already on your computer and duplicating it would use up a lot of hard disk space.
    An OTA update just patches what has changed; it does not disturb content.

  • Ever since updating to new OS, my iphone won't sync to itunes. When I plug in the phone to the PC, it says I need to update itunes to 10.6.3 or later. I did, but still get the same error message.

    Ever since updating to new OS, my iphone won't sync to itunes. When I plug in the phone to the PC, dialog box says I need to update itunes to 10.6.3 or later. I did that update, but still get the same error message.
    Can anyone offer suggestions?
    Thanks!

    Since it told me to update, I updated to 10.7.
    Then when I plugged in the phone again, it gave the same message that I need to update itunes.

  • Since updating to Firefox 3.6.15, I can no longer print coupons from SmartSource. The error message is that Java is not detected. The check box is longer showing in the Options/Content of this version of Firefox, so I can not enable it.

    # Question
    Since updating to Firefox 3.6.15, I can no longer print coupons from SmartSource. The error message is that Java is not detected. The check box is longer showing in the Options/Content of this version of Firefox, so I can not enable it.

    Same PC as I used to post the question. When I go to the "plug in check" page, it shows I am up to date and it is not disabled.
    Java(TM) Platform SE 6 U24
    Next Generation Java Plug-in 1.6.0_24 for Mozilla browsers 1.6.0.24

Maybe you are looking for

  • How to show alternate rows in different colors?

    How to show alternate rows in different colors? Thanks

  • Solution Accelerator for AP question

    Hi, I am working on Solution Accelerator for AP invoice automation. I click on EBSR12 zoom -> process invoices -> login to IPM page -> select an invoice in manual entry queue -> click on Request for invoice information and assign a user from whom I n

  • GIVE ME SOME SUGGESTIONS ON THIS OBJECT

    There is a requirement to move the Sales Order information associated with the third party Sales orders, mainly Customer PO number to the Purchase Orders. The information need to be stored in the PO idoc. We are not planning to store this information

  • Little help?

    Very new to Java and just trying to get my bearings. I tried this bit of code and can't figure out why it fails. It manages to get all the strings from input (3 strings, in this case), but fails to exit the while loop. However, it finishes successful

  • Why won't iweb publish any new changes to my website?

    Why won't iweb publish any new changes to my website?