Jump to content

trying to activate script


verynew2php

Recommended Posts

Hi please forgive me if I don't give enough info to begin with for the task at hand.

 

I installed a script and the next step is to activate it. 

I have done step 1, 2, and now i am up to step 3

1. Create a My-SQL database and username and password for it.
2. Open the file 'dbconfig.php'
update the My-SQL details there.
3. Upload files to server and run createtables.php file , 
it will create the tables
 
 
When i go to run createtables.php it give me a server error
When i go into the File manager it shows me the path to get to that file "Createtables.php" however when i attempt to run it the error comes up 
 
public_html/25/AdvancedForcedmatrix use this (1)/10x10AdvancedForcedmatrix/10x10AdvancedForcedmatrix/10x10AdvancedForcedmatrix/createtables.php
 
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator,  and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

 

Any suggestions 

 

Here is a copy of the pic that i took to show you the path in order to run.

 

http://  screenshot .co/#!/dadd61f1f5 

Link to comment
Share on other sites

Admin I am looking into that now

[Fri Sep 15 23:44:27 2017] [error] [client 50.126.152.122] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: http://25.ywyfunding.com/home/ywyfcom/public_html/25/AdvancedForcedmatrix%20use%20this%20(1)/10x10AdvancedForcedmatrix/10x10AdvancedForcedmatrix/10x10AdvancedForcedmatrix/createtables.php
[Fri Sep 15 23:44:27 2017] [error] [client 50.126.152.122] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: http://25.ywyfunding.com/home/ywyfcom/public_html/25/AdvancedForcedmatrix%20use%20this%20(1)/10x10AdvancedForcedmatrix/10x10AdvancedForcedmatrix/10x10AdvancedForcedmatrix/createtables.php
[Fri Sep 15 23:44:18 2017] [error] [client 50.126.152.122] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: http://25.ywyfunding.com/home/ywyfcom/public_html/25/AdvancedForcedmatrix%20use%20this%20(1)/10x10AdvancedForcedmatrix/10x10AdvancedForcedmatrix/10x10AdvancedForcedmatrix/createtables.php
[Fri Sep 15 23:44:18 2017] [error] [client 50.126.152.122] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: http://25.ywyfunding.com/home/ywyfcom/public_html/25/AdvancedForcedmatrix%20use%20this%20(1)/10x10AdvancedForcedmatrix/10x10AdvancedForcedmatrix/10x10AdvancedForcedmatrix/createtables.php
[Fri Sep 15 14:32:55 2017] [error] [client 50.126.152.122] Directory index forbidden by Options directive: /home/ywyfcom/public_html/25/
Link to comment
Share on other sites

Oookay, guess we don't put the paths aside after all.

 

First you need to fix that crazy path there.

public_html/25/AdvancedForcedmatrix use this (1)/10x10AdvancedForcedmatrix/10x10AdvancedForcedmatrix/10x10AdvancedForcedmatrix/createtables.php
Move everything so that it is in

public_html/25/10x10AdvancedForcedmatrix/createtables.php
Then the URL you should try (I think) is

http://25.ywyfunding.com/10x10AdvancedForcedmatrix/createtables.php
and see if it still complains about redirects.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.