Web Hosting Forum | Lunarpages


*
Welcome, Guest. Please login or register.
Did you miss your activation email?



Login with username, password and session length
February 09, 2012, 06:55:55 PM

Pages: [1]   Go Down
  Print  
Author Topic: 500 error on phplist install  (Read 1616 times)
deadly_risk
Über Jedi
*****
Offline Offline

Posts: 2960


Jornada Del Muerto


WWW
« on: April 25, 2005, 02:33:34 PM »

I used fantastico to install phpList today, and am still getting a Internal Server Error when I navigate to its install directory to try and work it. The domain has been registerd and pointed to lp's ns4 and ns5 name servers for 96 hours or so now, so it should be fully propogated. The install with fantastico went without error so I dunno whats wrong, file permissions maybe?

The install directory is http://davismedsolutions.com/list

And I also have 2 mySQL databases (and I didnt order the second) the one fantastico created and another one named "Test", which has no tables and is compleatly empty.

// figuerd I would post here before bothering support.
Logged

-Mann, KE5FMN
There are only two certainties: Death and Texas

Disclaimer:
If it aint Texas or the badlands of New Mexico, dont belive anything I say about a state.

Save the Wells!
www.cdbaby.com/cd/everyotherfate
JamesG
Web Designer UK
Berserker Poster
*****
Offline Offline

Posts: 12038


Web Designer


WWW
« Reply #1 on: April 25, 2005, 02:43:29 PM »

deadly_risk, what are the file permission of the files were looking at?
Logged

deadly_risk
Über Jedi
*****
Offline Offline

Posts: 2960


Jornada Del Muerto


WWW
« Reply #2 on: April 25, 2005, 02:45:26 PM »

Quote from: Garvey
deadly_risk, what are the file permission of the files were looking at?


fantastico set everything to 644 now that I pay attention to it
Logged

-Mann, KE5FMN
There are only two certainties: Death and Texas

Disclaimer:
If it aint Texas or the badlands of New Mexico, dont belive anything I say about a state.

Save the Wells!
www.cdbaby.com/cd/everyotherfate
deadly_risk
Über Jedi
*****
Offline Offline

Posts: 2960


Jornada Del Muerto


WWW
« Reply #3 on: April 26, 2005, 07:34:17 PM »

[Tue Apr 26 16:13:12 2005] [alert] [client 24.175.179.211] /home/davis2/public_html/list/.htaccess: Invalid command 'php_value', perhaps mis-spelled or defined by a module not included in the server configuration

// in the error log

edit: my .htaccess

Quote


DirectoryIndex index.php index.html

<FilesMatch "\.(php|inc)$">
Order allow,deny
deny from all
</FilesMatch>
<FilesMatch "(index.php|dl.php|ut.php|download.php)$">
Order allow,deny
allow from all
</FilesMatch>
php_value magic_quotes_gpc on

Logged

-Mann, KE5FMN
There are only two certainties: Death and Texas

Disclaimer:
If it aint Texas or the badlands of New Mexico, dont belive anything I say about a state.

Save the Wells!
www.cdbaby.com/cd/everyotherfate
Lupine1647
Berserker Poster
*****
Offline Offline

Posts: 10868


« Reply #4 on: April 26, 2005, 09:06:49 PM »

deadly_risk, LunarPages' uses SuPHP, so you can't make PHP configurations in the .htaccess file, see http://www.lunarforums.com/forum/viewtopic.php?t=20444
Logged
deadly_risk
Über Jedi
*****
Offline Offline

Posts: 2960


Jornada Del Muerto


WWW
« Reply #5 on: April 26, 2005, 09:14:33 PM »

Quote from: Lupine1647
deadly_risk, LunarPages' uses SuPHP, so you can't make PHP configurations in the .htaccess file, see http://www.lunarforums.com/forum/viewtopic.php?t=20444


I didn't do any of it, it was all fantastico.

edit: its on the sedna server so I know its a little knew, maybe a growing pain?
Logged

-Mann, KE5FMN
There are only two certainties: Death and Texas

Disclaimer:
If it aint Texas or the badlands of New Mexico, dont belive anything I say about a state.

Save the Wells!
www.cdbaby.com/cd/everyotherfate
Lupine1647
Berserker Poster
*****
Offline Offline

Posts: 10868


« Reply #6 on: April 26, 2005, 09:15:20 PM »

Looks like Fantastico needs a beating  Grr..!!  Grr..!!
Logged
deadly_risk
Über Jedi
*****
Offline Offline

Posts: 2960


Jornada Del Muerto


WWW
« Reply #7 on: April 26, 2005, 09:18:17 PM »

Quote from: Lupine1647
Looks like Fantastico needs a beating  Grr..!!  Grr..!!


Well I figerd it was a fluke when I installed it the first time and it didn't work, so I used fantastico to remove it and my mySQL database and then reinstall it just to make sure, and she still dont work.

hark! do I smell a manual install?
Logged

-Mann, KE5FMN
There are only two certainties: Death and Texas

Disclaimer:
If it aint Texas or the badlands of New Mexico, dont belive anything I say about a state.

Save the Wells!
www.cdbaby.com/cd/everyotherfate
katrina1
Guest
« Reply #8 on: April 27, 2005, 12:31:54 AM »

See http://helpdesk.lunarpages.com/faq.php?do=article&articleid=265

Also, remove "php_value magic_quotes_gpc on"  from .htaccess, create a php.ini file in public_html, add that line to it as "magic_quotes_gpc = On", then add "suPHP_ConfigPath /home/username/public_html" to .htaccess and change username to your cpanel username.
Logged
deadly_risk
Über Jedi
*****
Offline Offline

Posts: 2960


Jornada Del Muerto


WWW
« Reply #9 on: April 27, 2005, 03:01:01 PM »

Quote from: katrina1
See http://helpdesk.lunarpages.com/faq.php?do=article&articleid=265

Also, remove "php_value magic_quotes_gpc on"  from .htaccess, create a php.ini file in public_html, add that line to it as "magic_quotes_gpc = On", then add "suPHP_ConfigPath /home/username/public_html" to .htaccess and change username to your cpanel username.


Many Thanks Applause  Applause
Logged

-Mann, KE5FMN
There are only two certainties: Death and Texas

Disclaimer:
If it aint Texas or the badlands of New Mexico, dont belive anything I say about a state.

Save the Wells!
www.cdbaby.com/cd/everyotherfate
katrina1
Guest
« Reply #10 on: April 27, 2005, 09:27:03 PM »

You're welcome. We have FAQs now on all the Fantatsico script installs including how to fix errors and any other quirks. http://helpdesk.lunarpages.com/faq.php
Logged
walter4
Spacescooter Operator
*****
Offline Offline

Posts: 31


« Reply #11 on: November 19, 2005, 06:34:23 AM »

I tried all this, I've installed the list 3x and still cannot get to the admin area, also it seems like fantastico is doing some things that were mentioned in this thread already but not the last step.
Logged
Pages: [1]   Go Up
  Print  
 
Jump to: