content page will not open
Posted: Mon Sep 22, 2025 4:33 pm
Hi Guys:
Doing an upgrade of store on 1.0.8.4 Start by going to modules content to uninstall GDPR. Content page returns page isn't working http ERROR 500. Downloaded 1.0.8.4 did clean setup and still get the same error. Reran all SQL from 1.0.8.0 which I had updated from the day before.
Server running php 8.3 dropped back to 8.1 and returned with no resolve.
Found database collation was utf8mb3 updated to utf8mb4 still no solution.
Error log is the same in the clean install as in the live install
Error log:
[22-Sep-2025 17:06:08 Europe/London] PHP Deprecated: Return type of database_core::query($sql, $resultmode = MYSQLI_STORE_RESULT) should either be compatible with mysqli::query(string $query, int $result_mode = MYSQLI_STORE_RESULT): mysqli_result|bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../includes/system/versioned/1.0.8.1/database_core.php on line 61
[22-Sep-2025 17:06:08 Europe/London] PHP Deprecated: Return type of mysql_session::open($save_path, $session_name) should either be compatible with SessionHandler::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../includes/system/versioned/1.0.8.3/mysql_session.php on line 27
[22-Sep-2025 17:06:08 Europe/London] PHP Deprecated: Return type of mysql_session::close() should either be compatible with SessionHandler::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../includes/system/versioned/1.0.8.3/mysql_session.php on line 15
[22-Sep-2025 17:06:08 Europe/London] PHP Deprecated: Return type of mysql_session::read($key) should either be compatible with SessionHandler::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../includes/system/versioned/1.0.8.3/mysql_session.php on line 31
[22-Sep-2025 17:06:08 Europe/London] PHP Deprecated: Return type of mysql_session::write($key, $value) should either be compatible with SessionHandler::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../includes/system/versioned/1.0.8.3/mysql_session.php on line 47
[22-Sep-2025 17:06:08 Europe/London] PHP Deprecated: Return type of mysql_session::destroy($key) should either be compatible with SessionHandler::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../includes/system/versioned/1.0.8.3/mysql_session.php on line 19
[22-Sep-2025 17:06:08 Europe/London] PHP Deprecated: Return type of mysql_session::gc($maxlifetime) should either be compatible with SessionHandler::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../includes/system/versioned/1.0.8.3/mysql_session.php on line 23
[22-Sep-2025 17:06:08 Europe/London] PHP Deprecated: Return type of mysql_session::validateId($key) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../includes/system/versioned/1.0.8.3/mysql_session.php on line 42
[22-Sep-2025 17:06:08 Europe/London] PHP Deprecated: Return type of mysql_session::updateTimestamp($key, $ignore) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../includes/system/versioned/1.0.8.3/mysql_session.php on line 38
[22-Sep-2025 17:06:08 Europe/London] PHP Deprecated: Creation of dynamic property messageStack::$messages is deprecated in .../includes/system/versioned/1.0.5.1/message_stack.php on line 23
Thanking you in advance for whatever help you can provide
Ron
Doing an upgrade of store on 1.0.8.4 Start by going to modules content to uninstall GDPR. Content page returns page isn't working http ERROR 500. Downloaded 1.0.8.4 did clean setup and still get the same error. Reran all SQL from 1.0.8.0 which I had updated from the day before.
Server running php 8.3 dropped back to 8.1 and returned with no resolve.
Found database collation was utf8mb3 updated to utf8mb4 still no solution.
Error log is the same in the clean install as in the live install
Error log:
[22-Sep-2025 17:06:08 Europe/London] PHP Deprecated: Return type of database_core::query($sql, $resultmode = MYSQLI_STORE_RESULT) should either be compatible with mysqli::query(string $query, int $result_mode = MYSQLI_STORE_RESULT): mysqli_result|bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../includes/system/versioned/1.0.8.1/database_core.php on line 61
[22-Sep-2025 17:06:08 Europe/London] PHP Deprecated: Return type of mysql_session::open($save_path, $session_name) should either be compatible with SessionHandler::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../includes/system/versioned/1.0.8.3/mysql_session.php on line 27
[22-Sep-2025 17:06:08 Europe/London] PHP Deprecated: Return type of mysql_session::close() should either be compatible with SessionHandler::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../includes/system/versioned/1.0.8.3/mysql_session.php on line 15
[22-Sep-2025 17:06:08 Europe/London] PHP Deprecated: Return type of mysql_session::read($key) should either be compatible with SessionHandler::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../includes/system/versioned/1.0.8.3/mysql_session.php on line 31
[22-Sep-2025 17:06:08 Europe/London] PHP Deprecated: Return type of mysql_session::write($key, $value) should either be compatible with SessionHandler::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../includes/system/versioned/1.0.8.3/mysql_session.php on line 47
[22-Sep-2025 17:06:08 Europe/London] PHP Deprecated: Return type of mysql_session::destroy($key) should either be compatible with SessionHandler::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../includes/system/versioned/1.0.8.3/mysql_session.php on line 19
[22-Sep-2025 17:06:08 Europe/London] PHP Deprecated: Return type of mysql_session::gc($maxlifetime) should either be compatible with SessionHandler::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../includes/system/versioned/1.0.8.3/mysql_session.php on line 23
[22-Sep-2025 17:06:08 Europe/London] PHP Deprecated: Return type of mysql_session::validateId($key) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../includes/system/versioned/1.0.8.3/mysql_session.php on line 42
[22-Sep-2025 17:06:08 Europe/London] PHP Deprecated: Return type of mysql_session::updateTimestamp($key, $ignore) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../includes/system/versioned/1.0.8.3/mysql_session.php on line 38
[22-Sep-2025 17:06:08 Europe/London] PHP Deprecated: Creation of dynamic property messageStack::$messages is deprecated in .../includes/system/versioned/1.0.5.1/message_stack.php on line 23
Thanking you in advance for whatever help you can provide
Ron