SilverStripe Installation

Status
Not open for further replies.

mcm85

New Member
Messages
5
Reaction score
0
Points
0
Hi,

I'm having some trouble installing SilverSprite v2.2.0.

I have php level 2.

I configured my mySQL database correctly, and it was confirmed by the installation page of SS v2.2.0.

Once I click install on that page, it proceeds to the installation pages, and the following are displayed:

Installing SilverStripe...

I am now running through the installation steps (this should take about 30 seconds)

If you receive a fatal error, refresh this page to continue the installation

Creating 'mysite/_config.php'...
Creating '.htaccess' file...
Building database schema...

waited for 30 minutes, and nothing happened. Refreshed the page and is sent me back to the previous installation page.

Please help

Thanks.

MC
 

Russ

<b>Retired *****</b>
Messages
3,168
Reaction score
2
Points
38
We need alittle more info than this, does it ever list an error? Also, try logging into cPanel, yourdomain.x10hosting.com:2028, under the "Logs" section, click on and review the error log. Usually, if its a server error it'll be in there.
 

mcm85

New Member
Messages
5
Reaction score
0
Points
0
K

Let me check, I'm pretty new to all this stuff, I'll grab the log info.
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Hello,

You have any links to any websites, etc, I could see this script at?
 

mcm85

New Member
Messages
5
Reaction score
0
Points
0
ALERT - function within blacklist called: dl() (attacker '205.251.103.181', file '/home/mcm85/public_html/auth_openid/code/Auth/OpenID/BigMath.php', line 379)
ALERT - function within blacklist called: dl() (attacker '205.251.103.181', file '/home/mcm85/public_html/auth_openid/code/Auth/OpenID/BigMath.php', line 379



Line 379 is in bold:
// Try to load dynamic modules.
if (!$loaded) {
foreach ($extension['modules'] as $module) {
if (@dl($module . "." . PHP_SHLIB_SUFFIX)) {
$loaded = true;
break;
}
}
}
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
205
Points
63
We do not allow DL to be enabled. This allows you to dynamically load modules which is a huge security risk. This is one of the first things most hosts shut off in their PHP configuration. You'll have to seek support from the script creator to see if there is a work around.
 
Status
Not open for further replies.
Top