Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Sign In
Not a member yet? Click here to register.
Forgot Password?
Navigation

Change from HTTP to HTTPS locks account registration !??

Last updated on 7 years ago
T
TillyNewbie
Posted 8 years ago
Admin - Settings - Main - Change from HTTP to HTTPS, locks account registration!?

With http web site setting under MAin seting and Admin has to verify new accounts registration works fine

With https web stie setting New User is registered in DB but will not show upp as new user at website after change from http to https under Main settings. Now https autoamatic change Website setting to e-mail verification On and sends e-mal to the new member with link what not work!?

I use PHPFusion 7.02.07

How works the http vs https funktion under Main settings and why affect this registration of new user accounts??
F
FalkSuper Admin
Posted 8 years ago
Use a .htaccess and force https at all times,
ie,
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
T
TillyNewbie
Posted 8 years ago
Thanks Falk I will try to put that strings in my .htaccess but how should a good working .htaccess look like?

My active .htaccess;

#-------------------------
# Added by (My provider)
# To use php5.3 comment this out
# #AddType application/x-httpd-php52 php52 php
#-------------------------

## Disable cache
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule (.*) - [L,E=Cache-Control:no-cache]
</IfModule>

## Enable register_globals
php_flag register_globals on

## SPAM IP Block
order allow,deny
deny from IP
deny from IP

allow from all
F
FalkSuper Admin
Posted 8 years ago
Add these lines below your current RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
T
TillyNewbie
Posted 8 years ago
Hi Falk!

Got fatal error below with PHP server version 5.2 and have tried change to server version 7.0 with same results!

Below error at Line 295 in maincore.php problem with DB???


Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /hsphere/local/home/tilly1082/rng-php.1082.se/maincore.php:295 Stack trace: #0 /hsphere/local/home/tilly1082/rng-php.1082.se/maincore.php(91): dbconnect('mydb16.surftown...', 'tilly10_tillyad...', 'DBTilly67', 'tilly10_rng2'wink #1 /hsphere/local/home/tilly1082/rng-php.1082.se/news.php(18): require_once('/hsphere/local/...'wink #2 {main} thrown in /hsphere/local/home/tilly1082/rng-php.1082.se/maincore.php on line 295
D
douwe_yntemaSenior Member
Posted 8 years ago
Fusion 7.02.07 wil not run on php 7 unless u use an update package for it
T
TillyNewbie
Posted 8 years ago
Have had same problem with php server version 5.xx
Will upgrade php-fusion 7.02.07 to 9 but can't do that before this error got fixed or I have to install a brand new ver 9 or something else that works
D
douwe_yntemaSenior Member
Posted 8 years ago
Are you sure mysql driver is enabled on php5.x? The errro message says not
T
TillyNewbie
Posted 8 years ago

douwe_yntema wrote:

@douwe_yntema - Are you sure mysql driver is enabled on php5.x? The errro message says not


I have no clue and how to follow up if mysql driver is enabled or not.
...mysql driver has to be enabled at my webhotell PHP server right?
C
ChanSuper Admin
Posted 8 years ago
Hi there,

PHPFusion 7 strictly needs PHP 5.5 (minimum) - 5.6.8 (maximum), anything else, it will generate and be faulty.
Please change the PHP version according to my advice and you'll be running it smoothly.
T
TillyNewbie
Posted 8 years ago

Chan wrote:

@Chan - Hi there,

PHPFusion 7 strictly needs PHP 5.5 (minimum) - 5.6.8 (maximum), anything else, it will generate and be faulty.
Please change the PHP version according to my advice and you'll be running it smoothly.



Thanks Chan but I have made an new installation of PHPFusion 9.0 version instead but have some Error issues…
server.php
/infusions/forum/index.php
Line: 563

New Solved Ignored Delete
online_users_panel.php
/members.php
Line: 41

PHP ? (minimum) - ? (maximum) for PHPFusion 9.0. Think my server running PHP 7.11
C
ChanSuper Admin
Posted 7 years ago
Min is PHP 5.6.8 , and there should be no supposed maximum. I'm personally using PHP 7.2.11
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot reply in this discussion thread.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You can download attachments in this forum.
You cannot up or down-vote on the post in this discussion thread.
You cannot set up a bounty in this discussion thread.
Moderator: Support Team
Users who participated in discussion: Falk, Chan, Tilly, douwe_yntema