mirror of
https://github.com/SuiteCRM/SuiteCRM.git
synced 2026-03-02 19:16:58 -05:00
Upgrade Wizard blank page if no permissions #4332
Labels
No labels
Area: API
Area: Campaigns
Area: Cases
Area: Clean Up
Area: Clean Up: Performance
Area: Dashlets
Area: Databases
Area: Developer Tools
Area: Elasticsearch
Area: Elasticsearch
Area: Emails
Area: Emails:Campaigns
Area: Emails:Cases
Area: Emails:Compose
Area: Emails:Config
Area: Emails:Templates
Area: Environment
Area: Installation
Area: Language
Area: Mobile
Area: Module
Area: PDFs
Area: PHP8
Area: Reports
Area: Studio
Area: Styling
Area: Upgrading
Area: Workflow
Area:Activity Stream
Area:Calls
Area:Import
Area:Projects
Area:Search
Area:Surveys
Area:Themes
Area:Users
Branch:Hotfix
Good First Issue
Hacktoberfest
Help Wanted
PR:Community Contribution
PR:Type:Enhancement
Priority:Critical
Priority:Important
Priority:Moderate
Severity: Major
Severity: Minor
Severity: Moderate
Status: Requires Code Review
Status: Requires Updates
Status: Stale
Status: Team Investigating
Status:Assessed
Status:Fix Proposed
Status:Needs Assessed
Status:Requires Automated Tests
Type: Bug
Type:Deprecated
Type:Discussion
Type:Duplicate
Type:Invalid
Type:Question
Type:Suggestion
Type:Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SuiteCRM-SuiteCRM#4332
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tsmgeek on GitHub (Jun 18, 2020).
I have noted an issue when going to Step 1 of the upgrade wizard it gives a blank page, this did not happen when we upgraded from 7.8.x -> 7.10.x.
Ive tracked the issue down to the recursiveiterator when you have owner/group on folders/files which does allow access.
SuiteCRM 7.10.x
@pgorod commented on GitHub (Jun 19, 2020):
Your trying to upgrade exactly from which version, to which version?
Did you add the patch as mentioned in the Release notes?
https://docs.suitecrm.com/admin/releases/7.11.x/
@tsmgeek commented on GitHub (Jun 19, 2020):
I was going from v7.10.25 ->7.10.27
Yup I uploaded the patch and did install on it.
Even now on the 7.10.27 release it does it, not sure exactly why the cache has differeing user:group but must be due to the background crons.
@pgorod commented on GitHub (Jun 19, 2020):
Thanks. And do you have any relevant messages in the logs at the time of the white screen?
Please check both
suitecrm.logandphp_errors.log@ghost commented on GitHub (Jun 22, 2020):
i want to append:
upgrading from 7.8.30 to 7.10.27 showing the same:
i saw fatal errors from mysqli but now i have recovered my installation.
i have added the patch.
@mattlorimer commented on GitHub (Jun 22, 2020):
@hahaxd35 do you see any error in PHP logs, also what is your setup, PHP version, Windows/Linux etc?
@ghost commented on GitHub (Jun 24, 2020):
i saw fatal errors from mysqli
Setup is:
Linux Debian 8 (planing to upgrade)
PHP 5.6.40
i can do a upgrade today a send you the logs
@ghost commented on GitHub (Jun 25, 2020):
This i have set in apache2/php.ini and cli/php.ini
max_execution_time = 6000
max_input_time = 6000
post_max_size = 800M
upload_max_filesize = 200M
default_socket_timeout = 6000
memory_limit = -1
Wizard:
Minimale PHP-Version 5.6.40-0+deb8u9. Die empfohlene PHP-Version ist 7.1.0 oder höher.
1
XML Parsen OK
cURL Modul OK
MBStrings-Modul OK
IMAP Modul OK
PHP-Einstellungen: Sicherer Modus OK
PHP-Einstellungen: Speicher-Limit OK (Unlimitiert)
Zip Unterstützung OK
PCRE-Version OK
PHP-Einstellungen: Stream OK
Speicherort der php.ini /etc/php5/apache2/php.ini
/var/log/apache2/php.log
[25-Jun-2020 18:35:36 Europe/Berlin] PHP Fatal error: Call to undefined method EmailAddress::getSendConfirmOptInEmailActionLinkDefs() in /var/www/html/SuiteCRM/cache/upgrades/temp/hXmJiz/SuiteCRM-Upgrade-7.8.x-to-7.10.27/modules/Leads/metadata/detailviewdefs.php on line 51
upgradewizard.log
@samus-aran commented on GitHub (Jul 28, 2020):
Just trying to understand the thread. Interested to highlight there were more upgrade improvements in release https://docs.suitecrm.com/admin/releases/7.10.x/#_7_10_26
Is it worth doing a test to that version and then 7.10.25?