Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
5answers
13k views

Error on creating connection to PDO in PHP

Today, I removed and reinstalled the latest version of lampp in order to move to php 5.30, and suddenly a very simple app is failing to connect to the mysql database. I'm using PDO to connect, and ...
1
vote
1answer
46 views

PHP exec throwing unexpected results

I am trying to automate my deployment using phing. I get the below error when I use svnlastrevision task Execution of target "builddiff" failed for the following reason: ...
1
vote
2answers
35 views

How do I create an alternative root for XAMPP?

I understand that the root of xampp is the htcdocs directory - but I want to create my own directory in my home folder and have that server as my root so that I don't have to go through a million ...
1
vote
1answer
104 views

Best Practices for Resolving Permission issues Using XAMPP (LAMPP) on a Linux machine

Problem I've recently started using Linux on one of my laptops. I installed XAMPP (LAMPP) which I'm very familiar with on the Mac and Window OS in order to develop my WordPress themes etc. I keep ...
1
vote
2answers
483 views

“Symbolic link not allowed or link target not accessible” on fresh installed XAMPP for Linux

I just fresh installed XAMPP for Linux (version 1.7.4) on my laptop (Ubuntu 11.04 x64). And then I made link on my htdocs folder to my project folder $pwd /opt/lampp/htdocs $sudo ln -s ...
1
vote
0answers
64 views

Xampp Unix - Absolute file paths?

Environment: Lampp on a Ubuntu build Problem: When I was doing web development on a windows server the include('/'); <script src="/style.css"... referred to the web root directory and it was ...
1
vote
1answer
173 views

Connecting to lampp mysql database using C on Linux

I downloaded and installed Xampp for linux latest "Development package" from xampp website. Now I want to connect to mysql database with C and it seems mysql.h is not included in above package. I ...
1
vote
1answer
235 views

andLinux + LAMPP better than XAMPP?

What do you think, andLinux beta2 + LAMPP 1.7.4 are better than XAMPP 1.7.4??? (both under windows, obviously) Because im currently using joomla 1.6 with andLinux beta2 + LAMPP 1.7.4 and i dont have ...
1
vote
1answer
177 views

How to setup multiple subdomains on lampp?

I need to set up multiple projects on lampp. How can i create sub domains for these multiple projects. My projects are in cakePHP. Can anyone help me?
1
vote
1answer
499 views

Mysql start fails with Operating System error 13

I have XAMPP on my Ubuntu Lucid system and everything worked fine. But there seems to be some problem now and mysql wouldn't start. I had tried to recover a few Drupal databases and hence copied ...
0
votes
3answers
23 views

Lampp/Apache - Make files not available from htdocs folder via HTTP

i have lampp installed on my maschine with apache. I dont even know if that is relevant for my question... i am trying to create a way (php, html) for users (from my website) to download files which ...
0
votes
2answers
43 views

Installing Python on Apache

Since self-explaining text didnt work, I will make it 50 times shorter. I'm on Ubuntu 11.10 with XAMPP and other stuff in /opt/lampp/ How to add python there?
0
votes
0answers
22 views

Linking tmp folder, lampp, xampp for windows, and my remote hosting service

So I have this tiny problem with the following php script, in that the script works fine on my live site, as well as my localhost when I'm in Ubuntu running Lampp (xampp for linux). But it does not ...
0
votes
0answers
39 views

How do in connect netbeans and lampp(xampp for linux) on fedora os

Actually i am using netbeans on linux Fedora plate form i am unable to connect netbeans with lampp on this operating system and also want to attach the database with the xampp. i need your help to sot ...
0
votes
1answer
29 views

What user does Lampp run under?

I was wondering what user Lampp runs under. For instance, if I install apache without lampp it runs under the user apache. Thank you.
0
votes
1answer
76 views

lampp error 403 - Access Forbidden

I have lampp installed in Fedora, and i have used it without problems for a long time, i was working with the cake framework without issues, i tried to copy the codeigniter folder (from the framework ...
0
votes
2answers
90 views

Can't find where the socket configuration is in XAMPP for Windows

I'm using Netbeans 7.0.1 in a PHP project. I've installed XAMPP 1.7 in Windows 7 64 bits with the installer we can find in xampp.org. I've changed the port of apache from 80 and 443 to 81 and 442 ...
0
votes
0answers
66 views

CakePHP 1.3 Auth Component: Activating Auth Component dsiables User Controller “Add” action

I have just set up a cakephp (v1.3) site on localhost LAMPP (XAMPP for Linux) development setup. The site is working fine, as long as I don't include the Auth component. The moment I include the Auth ...
0
votes
1answer
63 views

How to change the sender name of email on Ubuntu

I just installed ssmtp to send email with LAMP on Ubuntu. And a simple script like this: <?php $additional_headers = 'From: someone@testing.com' . "\r\n"; $res = ...
0
votes
2answers
83 views

Use crontab in Ubuntu with LAMPP

I googled for quite some time already, but I still can't find how to setup crontab with lampp. I need to run a PHP script for every 15 minutes. So, in bash: $ sudo -i # crontab -e I get a nano ...
0
votes
1answer
246 views

RockMongo, “Unable to load dynamic library '/…/mongo.so' - wrong ELF class: ELFCLASS64 in Unknown”

I just installed RockMongo by extracting all the files to a lampp web folder /opt/lampp/htdocs/rockMongo/. Visiting index.php shows To make things right, you must install php_mongo module. Here ...
0
votes
1answer
105 views

How do I make XAMPP use the paths from my Wordpress themes folder?

I'm having an issue where I have a local Wordpress install on my Ubuntu machine using XAMPP and I'm trying to work on a theme from scratch. The problem is that any path in index.php that's supposed to ...
0
votes
0answers
18 views

Can not use get_meta_tags in Ubuntu Lampp, connection refused

I try to connect remote site from my laptop lampp. get_meta_tags doesn't work on Ubuntu Lamp, but on other computer with windows it worked. It says connection refused.
0
votes
1answer
118 views

Solr PHP extension is not working after manual installation?

I have successfully compiled Solr PHP extension It took me a whole day :S. I have compiled the code and also copied the solr.so extension file to /opt/lampp/lib/php/extensions. I also edited my ...
0
votes
0answers
123 views

FFMPEG shell execution with PHP - Unusual Error Because of GCC

I've been trying to debug the PHP Script, but the error message that I receive is very unusual. CP, MV , WHOAMI - all these commands work with shell_exec FFMPEG is installed apache user - nobody ...
0
votes
1answer
248 views

Ubuntu Environment Variables for Apache

I have some variables written in /etc/environment NLS_DATE_FORMAT=DD/MM/YYYY NLS_DATE_LANGUAGE=SPANISH NLS_LANG=SPANISH_SPAIN.WE8ISO8859P1 However, when I open the shell in Ubuntu and I start lampp ...
0
votes
1answer
163 views

How to connect existing MYSQL with an XAMPP in linux server

In my server, MYSQl is installed and it has some databases. I have installed xampp (LAMPP) in the server. My problem is , now there are two mysql and it is clashing. My xampp is in /opt/lampp folder ...
0
votes
1answer
120 views

Enable xml DOM in lamp

All xml parsing functions are not working in local server, i am using LAMPP server with PHP Version 5.2.9, how to enable this? i.e getting the error: Fatal error: Call to undefined function ...
0
votes
2answers
97 views

Remove the path part to acccess my website

I got a rather easy problem. How do I remove the path to my website called domain.com? I've got a lampp server where I put one folder called "domain" in the htdocs folder and to access my website I ...
0
votes
0answers
200 views

Linux - Couldn't load MySql

I am extremely new to linux, i have setup a lampp server in my linux system, and i started lampp but couldn't start MySql,i am getting the following command. Starting XAMPP for Linux 1.7.1... ...
0
votes
0answers
156 views

Installing libssh2 for a cakephp project deployed using lampp [closed]

I need to do SFTP connections on my application and I decided to use libssh2 for that. Can anyone point me as to how to install libssh2 for a cakephp project deployed on lampp? (I use ubuntu 10.10) ...
0
votes
1answer
179 views

Create a subdomain in LAMPP

How can I create a subdomain in LAMPP ? for example http://subdomain.localhost/ Thanks
0
votes
1answer
387 views

Lampp on Ubuntu - httpd.conf

Hey, I've got Lampp installed in Ubuntu and I want to get .htaccess working but I don't know how. And, yes, I have searched all over google. Cheers,
0
votes
2answers
616 views

curl_init() function not working

Hi I tries PHP Post Request inside a POST Request thinking it might be useful to me and my code is given below $sub_req_url = "http://localhost/index1.php"; $ch = curl_init($sub_req_url); $encoded = ...
0
votes
1answer
148 views

Error in saving form data to Google Spreadsheets Using PHP and the Google Docs API

While saving my data in google spreadsheet using php via google doc api, i got the following error. How to include the required library files in php? Warning: require_once(Zend/Loader.php) ...
0
votes
1answer
99 views

How to configure local web server such that it should switch between one php version to another

I'm developing one web application, using PHP eclipse IDE. For an instance i want to switch from one PHP version to another version which resides in different location. Below is my working ...
0
votes
1answer
1k views

How to add Solr PECL extension into lampp (xampp) stack

Is it possible to add PECL extensions into a lampp stack? If so, how can it be done? I am specifically interested in http://www.php.net/manual/en/book.solr.php extension. EDIT: when installing this ...
0
votes
1answer
1k views

'htdocs' folder in XAMPP for linux belongs to “nobody” after installing, why?

after installing XAMPP on linux i have seen the folder "htdocs" belongs to "nobody". Has this any intention? Do you think owning that folder is a good practice? Regards Javi