This forum is no longer active. Please post your questions to our new community site

Recent Posts by okkare

Subscribe to Recent Posts by okkare 16 post(s) found

07 Mar, 2009 04:16 AM
Avatar okkare 16 post(s)

Topic: MAMPStack / install extensions

Can either of you please show the shell command you used, with options?

 
07 Mar, 2009 02:55 AM
Avatar okkare 16 post(s)

Topic: Stacks suggestions / magento

I second this. Magento state-of-the-art open source.

 
07 Mar, 2009 02:46 AM
Avatar okkare 16 post(s)

Topic: LAMPStack / Suggested Additions/Fixes To *AMP Stacks

I’ve tried insatlling libmcrypt4, mcrypt and php5mcrypt via synaptic package manager (and restarting my machine) but no joy. Although maybe they need to be installed elsewhere?

 
06 Mar, 2009 11:17 PM
Avatar okkare 16 post(s)

Topic: LAMPStack / Suggested Additions/Fixes To *AMP Stacks

It does look like mcrypt is installed, but it needs to be uncommented in the php.ini file.

However, I have uncommented it and I am still getting an error from magento saying that it is not loaded. Any ideas?

 
06 Mar, 2009 07:44 PM
Avatar okkare 16 post(s)

Topic: LAMPStack / .htaccess files being ignored?

Yepp. Did so with ./home/noah/lampstack/ctlscript.sh restart, numerous times.

I discovered that there’s usually two or more httpds running on my computer at once. Not sure why, or how to stop it. But I think that’s the reason I have to restart after I make any changes.

 
06 Mar, 2009 03:49 AM
Avatar okkare 16 post(s)

Topic: LAMPStack / Adding PHP extensions

First of all, you have to uncomment it in php.ini.

From there, I’m not sure. I am also trying to install Magento and it’s telling me too that it’s no enabled.

EDIT My mistake, those extensions are for Windows and I don’t think uncommenting them will do anything.

 
06 Mar, 2009 03:25 AM
Avatar okkare 16 post(s)

Topic: LAMPStack / .htaccess files being ignored?

Fixed by restarting the computer >,<

 
06 Mar, 2009 01:14 AM
Avatar okkare 16 post(s)

Topic: LAMPStack / .htaccess files being ignored?

I think I just thought of somthing. There was one install of Bitnami that I aborted mid-way. It left some files that I deleted. But sometimes when I try start Apache I get an error that it can’t bind to port 80, as if something was already running with it. Is it possible there is another Apache running and taking over? Doesn’t really make total sense but how can I check this and uninstall it if need be.

 
06 Mar, 2009 01:08 AM
Avatar okkare 16 post(s)

Topic: LAMPStack / .htaccess files being ignored?

Hmm… so even if I change the directories to something other than htdocs, thats where my site stays. But if I make syntax errors in the httpd, it won’t start apache.

So I know it’s reading the httpd, but it seems to be ignoring it.

:( Help.

 
05 Mar, 2009 10:14 PM
Avatar okkare 16 post(s)

Topic: LAMPStack / .htaccess files being ignored?

Question, what should the directory paths be? Full system path?

Here’s mine:

There seems to be an error when posting certain code on the board

Here’s a link instead:
http://pastebin.com/m71ef639c

 
05 Mar, 2009 08:05 AM
Avatar okkare 16 post(s)

Topic: LAMPStack / .htaccess files being ignored?

The htaccess files that are needed for my wordpress and Magento sites seem to be ignored, despite all odds. I’m using the plain LAMP stack, and I’m trying to run a backed-up wordpress on it.

It reads likes this in the httpd.conf file in apache2/conf:

<directory> Options All AllowOverride All
</directory>

Don’t know what I’m missing. I can’t even do Redirects.

Is there a mod missing from the LAMP stack that I need to install? I’ve set the htaccess to 777 too.

Shoudld I try use an example httpd? Which ones should allow for htacces to work?

 
05 Mar, 2009 12:26 AM
Avatar okkare 16 post(s)

Topic: Trac / .htaccess forwarding in the /apache2/htdocs directory?

This didn’t fix the problem for me, and I think it has something to do with Ubuntu.

 
04 Mar, 2009 08:45 PM
Avatar okkare 16 post(s)

Topic: LAMPStack / Can't sign in to phpmyadmin, mysql not running?

Thanks a lot! Works now.

 
04 Mar, 2009 07:54 PM
Avatar okkare 16 post(s)

Topic: LAMPStack / Can't sign in to phpmyadmin, mysql not running?

I can’t sign in to phpmyadmin or MySQL Administrator using (using root and my password).

MySQL Administrator gives me this error:

Could not connect to host ‘localhost’.
MySQL Error Nr. 2002
Can’t connect to local MySQL server through socket ’/home/noah/lampstack/mysql/tmp/mysql.sock’ (2)

phpmyadmin does ask for the password, but doesn’t accept it and asks again for it repeatedly.

All my php pages appear blank at the moment, no errors.

I also tried:

sudo /home/noah/lampstack/mysql/scripts/ctl.sh mysql start

It returned not errors, but MySQL still does not appear in the process list and I still cannot sign in.

Also, last night when I had the server computer on, the internet would die for the whole network, even though System Monitor showed almost no network activity. I even did modprobe -r forcedeth (my network drivers) and the internet still didn’t work for my laptop. But as soon as I shut down the computer, bam, the other computers worked again.

Anyway, hopefully it doesn’t happen again.

 
04 Mar, 2009 09:17 AM
Avatar okkare 16 post(s)

Topic: Drupal / Error installing in Ubuntu

Hey, like I said, I can chmod fine, but there’s still the error.

The solution is to install ia32-libs.

System > Administration > Synaptic Package Manager > Click Search > enter “ia32-libs” and press enter > check the box next to the search result and verify the prompts that come up > click apply and verify and prompts

Then try ./butnamit-lampstack… again.

 
04 Mar, 2009 08:25 AM
Avatar okkare 16 post(s)

Topic: Drupal / Error installing in Ubuntu

I am having this error as well. Check this out if you don’t believe me:

noah@okcomputer:$ cd Desktop
noah@okcomputer:
/Desktop$ dir
bitnami-lampstack-1.1-1-linux-installer.bin
noah@okcomputer:/Desktop$ ./bitnami-lampstack-1.1-1-linux-installer.bin
bash: ./bitnami-lampstack-1.1-1-linux-installer.bin: No such file or directory
noah@okcomputer:
/Desktop$

I don’t know why it’s formatting that way. But I am in the right directory, and I still get the error. Also in Ubuntu. Also tried

sudo ./bitnami-lampstack-1.1-1-linux-installer.bin

Also tried moving it to another folder. And tried

chown noah bitnami-lampstack-1.1-1-linux-installer.bin

I have no problem performing chmod on it though.

And this is for the LAMP Stack, not Drupal.