Need help installing DDLCMS, Please

Status
Not open for further replies.

Karim

Active Member
30
2009
0
0
I'm trying to install DDLCMS Script on my website but it gives me an error:

DDLCMS Installation Script

The form contained one or more errors or the database connection details are incorrect. Please, go back and try again.


I don't know what's the problem. All information I entered is correct " databases ..etc "



all requirements to run this script is installed and enabled ..


so could you please help me??
 
22 comments
I checked info that i entered . I made small mistake entering database user but i fixed it now and it's working, thanks
 
Check your .htaccess

This .htaccess file content:

Code:
ErrorDocument 404 http://ddlmania.org

RewriteEngine on
RewriteRule free-download-(.*)\.htm$ /index.php?q=$1
RewriteRule page-(.*)\.htm$ /index.php?page=$1
RewriteRule free-direct-download-(.*)-(.*)\.htm$ /go.php?go=Download&id=$1&title=$2
RewriteRule free-xxx-direct-download-(.*)-(.*)\.htm$ /go2.php?go=Download&id=$1&title=$2
RewriteRule top-direct-download-(.*)-(.*)\.htm$ /go.php?go=Download&id=$1&title=$2&top=1
RewriteRule top-xxx-direct-download-(.*)-(.*)\.htm$ /go2.php?go=Download&id=$1&title=$2&top=1
RewriteRule query-(.*)-(.*)\.htm$ /index.php?q=$1&page=$2
RewriteRule type-(.*)\.htm$ /index.php?type=$1
RewriteRule porno-(.*)\.htm$ /xxxindex.php?type=$1

RewriteRule gamespg-(.*)\.htm$ /index.php?type=Game&page=$1
RewriteRule appspg-(.*)\.htm$ /index.php?type=App&page=$1
RewriteRule tvpg-(.*)\.htm$ /index.php?type=TV&page=$1
RewriteRule moviespg-(.*)\.htm$ /index.php?type=Movie&page=$1
RewriteRule musicpg-(.*)\.htm$ /index.php?type=Music&page=$1
RewriteRule ebookpg-(.*)\.htm$ /index.php?type=eBook&page=$1
RewriteRule templatepg-(.*)\.htm$ /index.php?type=Template&page=$1
RewriteRule scriptpg-(.*)\.htm$ /index.php?type=Script&page=$1
RewriteRule xxxpg-(.*)\.htm$ /xxxindex.php?type=Xxx&page=$1
RewriteRule otherpg-(.*)\.htm$ /index.php?type=Other&page=$1

RewriteRule gamesquery-(.*)-(.*)\.htm$ /index.php?type=Game&q=$1&page=$2
RewriteRule appsquery-(.*)-(.*)\.htm$ /index.php?type=App&q=$1&page=$2
RewriteRule tvquery-(.*)-(.*)\.htm$ /index.php?type=TV&q=$1&page=$2
RewriteRule moviesquery-(.*)-(.*)\.htm$ /index.php?type=Movie&q=$1&page=$2
RewriteRule musicquery-(.*)-(.*)\.htm$ /index.php?type=Music&q=$1&page=$2
RewriteRule ebookquery-(.*)-(.*)\.htm$ /index.php?type=eBook&q=$1&page=$2
RewriteRule templatequery-(.*)-(.*)\.htm$ /index.php?type=Template&q=$1&page=$2
RewriteRule scriptquery-(.*)-(.*)\.htm$ /index.php?type=Script&q=$1&page=$2
RewriteRule xxxquery-(.*)-(.*)\.htm$ /xxxindex.php?type=Xxx&q=$1&page=$2
RewriteRule otherquery-(.*)-(.*)\.htm$ /index.php?type=Other&q=$1&page=$2

RewriteRule top-(.*)\.htm$ /top.php?toptype=$1

RewriteRule mirror-(.*)\.htm$ /mirror.php?m=$1

RewriteRule topsites/?$ http://ddlmania.org

RewriteRule file-(.*)-(.*)\.htm$ /download$1.php

RewriteRule news-(.*)-(.*)\.html$ /news/page.php?id=$1&title=$2

RewriteCond %{REQUEST_URI} ^\/cachedpg\/(.*)$
RewriteRule ^(.*)$ /frame2.php?pg=%1

Please help me to solve this problem...
 
mmm strange, its nothing to do with the .htaccess....

I take it the server has everything required for the script? Guess it must have to of passed the install page.. mmm
 
It's strange problem and i don't know why this error appears

Do I have to modify permission to any file??

I tried many ways to solve this error but no way had worked for me and the error just keep showing up!
 
  • Chmod the following folders to 777:
    • edit
    • topsites
    • topsites/cache
    • topsites/data
    • topsites/data/pages
    • topsites/data/reject
    • topsites/templates


  • Chmod the following files to 666:
    • custom_dictionary.txt
    • rss.xml
    • all files in the "edit" folder (except .htaccess)
    • all files in the "topsites/data" folder (except .htaccess)
    • all files in the "topsites/templates" folder (except .htaccess)
    • all files in the "topsites/cache" folder
 
  • Chmod the following folders to 777:
    • edit
    • topsites
    • topsites/cache
    • topsites/data
    • topsites/data/pages
    • topsites/data/reject
    • topsites/templates


  • Chmod the following files to 666:
    • custom_dictionary.txt
    • rss.xml
    • all files in the "edit" folder (except .htaccess)
    • all files in the "topsites/data" folder (except .htaccess)
    • all files in the "topsites/templates" folder (except .htaccess)
    • all files in the "topsites/cache" folder

Thanks DEVIANCE

I followed your instruction Exactly ,I changed permissions but still not working
 
The rss only works after you add your first custom page in the ACP.... I still have no idea what is causing the 500 error. @sandin0, i take it youe have checked the script requirements and the server meets them?
 
Status
Not open for further replies.
Back
Top