PDA

View Full Version : Problems installing Article Script


combe17
04-26-2007, 11:08 PM
Hi !
I get the following message when trying to use Article Script,

The requested URL /Test/page_1/ was not found on this server.
(Test is the name of my category)

I had serious problems when trying to copy the files to my server.
Can i have missed a file? I got the db to work. I have checked that
i can store data in db. I am using the latest release of AS, version 1.6.4

All help are greatly appreciated.
Even if you don't exactly recognize the problem, all suggestion since will help.


Regards Combe

combe17
04-28-2007, 12:53 AM
I have still not solved the problem in the last post. I have compered the release 1.6.3 and 1.6.4 and noticed that the release 1.6.4 do not have a .htacess file. Is this correct? Is the release 1.6.4 a uppgrade that requries that you first install release 1.6.3?

Regards Combe

James
04-28-2007, 01:49 AM
sorry I am not familiar with this script I will have to check for you.
I would upload the htaccess from the 1.6.3 zip file just to see if it will work.

combe17
05-01-2007, 08:59 PM
Hi again!
I am still struggling with trying to get my articles script to work. I have now first installed version 1.6.3 and after that installed version 1.6.4. The installation partly works. You can add articles, but can't access them. (Se error printout below when trying to access the files).

Since i am no PHP programmer I am having a hard time to understand what happens. I have googled to try to understand what the problem might be. As I has understood it, it is something wrong with the configuration, (I might be wrong since I am only guessing).

Regards Combe


The error printout i get when trying to access a articles stored in the db are:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

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

James
05-01-2007, 09:42 PM
appears to be an htaccess problem. Pm me the url please and if you want me to take a look ftp information.

combe17
05-01-2007, 09:44 PM
Solved the problem in last reply by editning the .htaccess file.


To the following:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [QSA,L]


I have still a strange behaviour in my installation.

Regards Combe