News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Installed - meet minimum requirements - doesn't work

Started by Renegd98, November 22, 2014, 08:32:04 AM

Previous topic - Next topic

Renegd98

Hi,

  I have installed the new Beta 1 version. Fresh install and I have installed and used SMF for over 10 years.

  Here are my version from my host Cpanel site:

Apache version   2.2.29
PHP version   5.4.24
MySQL version   5.5.40-36.1-log

Install and at step 5, after admin creation it just has a blank page and never completes.

It is stcuk at: http://www.xxxxx.com/newsmf/install.php?step=5 [nofollow]

Any ideas?

Rumpa

Just upgrade your PHP version to 5.5

and your problem will be solve I think.

Antes

There must be some other configuration from server-side effecting this, my host is also on php5.4 and I don't have problem installing SMF 2.1 Beta 1

Did you check the requirements page and compare your setup? Maybe a function in your host disabled or limited.

vbgamer45

Lets try and see if we can figure out.
Edit install.php file in the directory
Find

<?php

Add after

ini_set("display_errors",1);


And repeat your install and see if anything changes on step 5
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Renegd98


Renegd98

It reports the following error:

Parse error: syntax error, unexpected '{' in /home2/xxxxxxxx/public_html/newsmf/Sources/Subs-Password.php on line 10

vbgamer45

Hmm looks like this code

namespace {

Causes the issue.

seems like the namespace doesn't have  name worked on my test site but  I am using older php version

Try changing namespace { to namespace bcryptnamespace {
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Renegd98

Parse error: syntax error, unexpected '{' in /home2/xxxxxxx/public_html/newsmf/Sources/Subs-Password.php on line 10

I tried

namespace bcryptnamespace {
and
bcryptnamespace {

Both errored. The above error is from the bcryptnamespace {

vbgamer45

Hmm try
namespace bcryptnamespace;

And remove the } bracket


We are trying now by removing the brackets { }
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro


Dragooon

Post/PM a link to phpinfo

EDIT: also post the latest error and attach a copy of your Subs-Password.php

Renegd98

The attached is the edits requested to the file.

Parse error: syntax error, unexpected T_STRING in /home2/xxxxxxxx/public_html/newsmf/Sources/Subs-Password.php on line 10

Pm'd phpinfo link




Dragooon

Your phpinfo says it's 5.2.17, please ask your host whats up.

Renegd98

Dragoon, I am checking now WTH is up. CPanel one version and phinfo another. Thanks, My fault i know better to believable cpanel, should of ran phpinfo myself.

Advertisement: