Problem after updating Joomla 3.5 and PHP7

22.03.2016 22:55
#1
hedkandi1
User hedkandi1
Name: Dick
30.01.2014
Сообщения: 333
Quote
Problem after updating Joomla 3.5 and PHP7

Today i received a blank receiver order with a strange date in top.
I updated Joomshop, went to PHP7 and Updated Joomla to 3.5.0

See attachment.

How to fix it?
_6703d8aae21beba075392dbb7524a7f0.pdf

 
23.03.2016 07:51
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25854
Quote
Aw: Problem after updating Joomla 3.5 and PHP7

url?
admin login?
ftp?

 
23.03.2016 08:58
#3
hedkandi1
User hedkandi1
Name: Dick
30.01.2014
Сообщения: 333
Quote
Aw: Problem after updating Joomla 3.5 and PHP7

PM Send

 
23.03.2016 12:02
#4
hedkandi1
User hedkandi1
Name: Dick
30.01.2014
Сообщения: 333
Quote
Aw: Problem after updating Joomla 3.5 and PHP7

Extra Problem.

When a customer rigistered on the shop it will not automatically get the registered status.
See attachment.
Aw: Problem after updating Joomla 3.5 and PHP7

 
23.03.2016 13:30
#5
FrankG.
User FrankG.
Name: Frank
30.11.2011
Сообщения: 1600
Quote
Aw: Problem after updating Joomla 3.5 and PHP7

Dat heeft niets met de Shop te maken.

De instellingen zijn in Joomla -> Gebruikers -> Opties -> Accountactivatie voor nieuwe gebruikers = ???

Daar zijn 3 mogelikheden

- de user is meteen actief
- de admin activeert de user
- de user krijgt een mail met een link om te activeren

Groetjes Frank

 
23.03.2016 13:35
#6
hedkandi1
User hedkandi1
Name: Dick
30.01.2014
Сообщения: 333
Quote
Aw: Problem after updating Joomla 3.5 and PHP7

Die instelling stond volgens mij al goed?
Aw: Problem after updating Joomla 3.5 and PHP7

 
23.03.2016 13:55
#7
FrankG.
User FrankG.
Name: Frank
30.11.2011
Сообщения: 1600
Quote
Aw: Problem after updating Joomla 3.5 and PHP7

hedkandi1 - 23.03.2016 13:35
Die instelling stond volgens mij al goed?

Aw: Problem after updating Joomla 3.5 and PHP7


Последнее изменение: 23.03.2016 13:56
 
24.03.2016 08:15
#8
hedkandi1
User hedkandi1
Name: Dick
30.01.2014
Сообщения: 333
Quote
Aw: Problem after updating Joomla 3.5 and PHP7

Error after copying a new article:


23000 - Er heeft zich een fout voorgedaan.

SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '0-371' for key 'PRIMARY'

Terug naar controlepaneel

 
24.03.2016 14:43
#9
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25854
Quote
Aw: Problem after updating Joomla 3.5 and PHP7

Problem in mysql PDO
function insertid not works.

/libraries/joomla/database/driver/pdo.php

/**
* Method to get the auto-incremented value from the last INSERT statement.
*
* @return string The value of the auto-increment field from the last inserted row.
*
* @since 12.1
*/
public function insertid()
{
$this->connect();

// Error suppress this to prevent PDO warning us that the driver doesn't support this operation.
return @$this->connection->lastInsertId();
}

 
24.03.2016 14:55
#10
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25854
Quote
Aw: Problem after updating Joomla 3.5 and PHP7

Fixed.
Configuration / Database Settings
Database Type: mysqli

 
24.03.2016 14:56
#11
hedkandi1
User hedkandi1
Name: Dick
30.01.2014
Сообщения: 333
Quote
Aw: Problem after updating Joomla 3.5 and PHP7

My hero.

Thanks a lot.

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.