Advertisement
Blank page after upgrading from 3.10.12 to 4.4.9
Moderator: General Support Moderators
Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
-
- Joomla! Apprentice
- Posts: 33
- Joined: Thu Feb 14, 2008 12:51 am
Blank page after upgrading from 3.10.12 to 4.4.9
Hello,
Upgraded from 3.10.12 to 4.4.9 and the website is showing a blank page and will not load. If I change the template to the included template, I see a Gantry error (I am using a RocketTheme template). Uninstalling and reinstalling Gantry did not resolve the issue. I also tried running FPA script and get a 404 error when I point to *domain*/fpa-en.php. If I turn debugging on, I get an out of memory error.
Any help is greatly appreciated.
Upgraded from 3.10.12 to 4.4.9 and the website is showing a blank page and will not load. If I change the template to the included template, I see a Gantry error (I am using a RocketTheme template). Uninstalling and reinstalling Gantry did not resolve the issue. I also tried running FPA script and get a 404 error when I point to *domain*/fpa-en.php. If I turn debugging on, I get an out of memory error.
Any help is greatly appreciated.
Advertisement
- AMurray
- Joomla! Master
- Posts: 10356
- Joined: Sat Feb 13, 2010 7:35 am
- Location: Australia
Re: Blank page after upgrading from 3.10.12 to 4.4.9
Please post the FPA report so the forum users can review your hosting and Joomla environments.
FPA - Forum Post Assistant - under Forum Rules (red box).
A blank page indicates PHP errors. You need to turn on the Error Reporting (in the Joomla configuration.php file there's a variable for that).
Change public $error_reporting = 'default'; to public $error_reporting = 'maximum';
Additionally, you can turn on debug:
public $debug = false; change to public $debug = true;
Open configuration.php in a text editor. E.g. Windows Notepad (personally I use one called Notepad++).
FPA - Forum Post Assistant - under Forum Rules (red box).
A blank page indicates PHP errors. You need to turn on the Error Reporting (in the Joomla configuration.php file there's a variable for that).
Change public $error_reporting = 'default'; to public $error_reporting = 'maximum';
Additionally, you can turn on debug:
public $debug = false; change to public $debug = true;
Open configuration.php in a text editor. E.g. Windows Notepad (personally I use one called Notepad++).
Regards - A Murray
General Support Moderator
General Support Moderator
-
- Joomla! Apprentice
- Posts: 33
- Joined: Thu Feb 14, 2008 12:51 am
Re: Blank page after upgrading from 3.10.12 to 4.4.9
Thank you for the reply, unable to run the FPA as it returns a 404 error. I was able to get the site back up and running for the most part but had to uninstall several extensions and manually cleanup the DB which is never a good thing.
- Webdongle
- Joomla! Master
- Posts: 44772
- Joined: Sat Apr 05, 2008 9:58 pm
Re: Blank page after upgrading from 3.10.12 to 4.4.9
If site.com/fpa-en.php throws a 404 error then there is something wrong your end. Create a test.html "hello world" file and a test.php one, See if both can be reached?
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
-
- Joomla! Apprentice
- Posts: 33
- Joined: Thu Feb 14, 2008 12:51 am
Re: Blank page after upgrading from 3.10.12 to 4.4.9
Update: I was able to get the site back up and running for the most part but had to uninstall several extensions and manually cleanup the DB which is never a good thing.
New Issue: SEF URLs are no longer working, all links referencing the SEF URLs fail with a 404. If I use the non-SEF link I am able to see the page.
Any ideas?
New Issue: SEF URLs are no longer working, all links referencing the SEF URLs fail with a 404. If I use the non-SEF link I am able to see the page.
Any ideas?
- Webdongle
- Joomla! Master
- Posts: 44772
- Joined: Sat Apr 05, 2008 9:58 pm
Re: Blank page after upgrading from 3.10.12 to 4.4.9
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
-
- Joomla! Apprentice
- Posts: 33
- Joined: Thu Feb 14, 2008 12:51 am
Re: Blank page after upgrading from 3.10.12 to 4.4.9
Rewrite is already enabled and was enabled prior to the upgrade.
##### RewriteEngine enabled - BEGIN
RewriteEngine On
##### RewriteEngine enabled - END
# PHP FastCGI fix for HTTP Authorization
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
##### RewriteBase set - BEGIN
RewriteBase /
##### RewriteBase set - END
Any other thoughts?
##### RewriteEngine enabled - BEGIN
RewriteEngine On
##### RewriteEngine enabled - END
# PHP FastCGI fix for HTTP Authorization
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
##### RewriteBase set - BEGIN
RewriteBase /
##### RewriteBase set - END
Any other thoughts?
- toivo
- Joomla! Master
- Posts: 17931
- Joined: Thu Feb 15, 2007 5:48 am
- Location: Sydney, Australia
Re: Blank page after upgrading from 3.10.12 to 4.4.9
Please post the results from the Forum Post Assistant (FPA) by following the instructions at https://forumpostassistant.github.io/docs/ so that the configuration can be reviewed.
Toivo Talikka, Global Moderator
-
- Joomla! Apprentice
- Posts: 33
- Joined: Thu Feb 14, 2008 12:51 am
Re: Blank page after upgrading from 3.10.12 to 4.4.9
Here are the FPA results, I did receive a message "Your site has many extensions installed, the post output exceededs the forum post limit. Please run the FPA twice and make two seperate posts/replies.
First run without the plugins selected
Run again with only the plugins selected"
This report is with plugins selected.
First run without the plugins selected
Run again with only the plugins selected"
This report is with plugins selected.
Forum Post Assistant (v1.6.7) : 14-Nov-2024 wrote:Basic Environment :: wrote:Joomla! Instance :: Joomla! 4.4.9-Stable (Pamoja) 15-October-2024
Joomla! Configured :: Yes | Read-Only (444) |
Configuration Options :: Offline: false | SEF: true | SEF Suffix: false | SEF ReWrite: true | .htaccess/web.config: Yes | GZip: false | Cache: false | CacheTime: 15 | CacheHandler: file | CachePlatformPrefix: false | FTP Layer: false | Proxy: false | LiveSite: | Session lifetime: 60 | Session handler: database | Shared sessions: false | SSL: 2 | Error Reporting: default | Site Debug: false | Language Debug: false | Default Access: Public | Unicode Slugs: false | dbConnection Type: mysqli | PHP Supports J! 4.4.9: Yes | Database Supports J! 4.4.9: Yes | Database Credentials Present: Yes |
Host Configuration :: OS: Linux | OS Version: 3.10.0-1160.119.1.vz7.224.4 | Technology: x86_64 | Web Server: Apache | Encoding: gzip, deflate, br, zstd | System TMP Writable: Yes | Free Disk Space : 44.41 GiB |
PHP Configuration :: Version: 8.0.30 | PHP API: cgi-fcgi | Session Path Writable: Yes | Display Errors: 0 | Error Reporting: 32759 | Log Errors To: error_log | Last Known Error: 13th November 2024 20:57:27. | Register Globals: | Magic Quotes: | Safe Mode: | Allow url fopen: No | Open Base: | Uploads: 1 | Max. Upload Size: 16M | Max. POST Size: 16M | Max. Input Time: 60 | Max. Execution Time: 30 | Memory Limit: 512M
Database Configuration :: Version: 5.6.51 (Client:mysqlnd 8.0.30) | Database Size: 180.50 MiB | #of Tables with config prefix: 168 | #of other Tables: 5 | User Privileges : GRANT ALLDetailed Environment :: wrote:PHP Extensions :: Core (8.0.30) | date (8.0.30) | libxml (8.0.30) | openssl (8.0.30) | pcre (8.0.30) | zlib (8.0.30) | filter (8.0.30) | hash (8.0.30) | json (8.0.30) | pcntl (8.0.30) | readline (8.0.30) | Reflection (8.0.30) | SPL (8.0.30) | session (8.0.30) | standard (8.0.30) | cgi-fcgi (8.0.30) | bcmath (8.0.30) | calendar (8.0.30) | ctype (8.0.30) | curl (8.0.30) | dba (8.0.30) | dom (20031129) | enchant (8.0.30) | mbstring (8.0.30) | fileinfo (8.0.30) | ftp (8.0.30) | gd (8.0.30) | gettext (8.0.30) | gmp (8.0.30) | iconv (8.0.30) | imap (8.0.30) | intl (8.0.30) | ldap (8.0.30) | exif (8.0.30) | mysqlnd (mysqlnd 8.0.30) | odbc (8.0.30) | PDO (8.0.30) | pgsql (8.0.30) | Phar (8.0.30) | posix (8.0.30) | pspell (8.0.30) | shmop (8.0.30) | SimpleXML (8.0.30) | snmp (8.0.30) | soap (8.0.30) | sockets (8.0.30) | sqlite3 (8.0.30) | sysvmsg (8.0.30) | sysvsem (8.0.30) | sysvshm (8.0.30) | tokenizer (8.0.30) | xml (8.0.30) | xmlwriter (8.0.30) | xsl (8.0.30) | zip (1.19.5) | mysqli (8.0.30) | pdo_mysql (8.0.30) | PDO_ODBC (8.0.30) | pdo_pgsql (8.0.30) | pdo_sqlite (8.0.30) | xmlreader (8.0.30) | Zend Engine (4.0.30) |
Potential Missing Extensions ::
Switch User Environment :: PHP CGI: Yes | Server SU: Yes | PHP SU: Yes | Potential Ownership Issues: NoFolder Permissions :: wrote:Core Folders :: images/ (755) | components/ (755) | modules/ (755) | plugins/ (755) | language/ (755) | templates/ (755) | cache/ (755) | logs/ (755) | tmp/ (755) | administrator/components/ (755) | administrator/modules/ (755) | administrator/language/ (755) | administrator/templates/ (755) | administrator/logs/ (755) | api/ (755) |
Elevated Permissions (First 10) ::Database Information :: wrote:Database statistics :: Uptime: 515945 | Threads: 1 | Questions: 7932123 | Slow queries: 18 | Opens: 26500 | Flush tables: 1 | Open tables: 128 | Queries per second avg: 15.373 |Extensions Discovered :: wrote:Components :: Site ::
Core ::
3rd Party::
Components :: Admin ::
Core :: com_content (4.0.0) 1 | com_ajax (4.0.0) 1 | com_postinstall (4.0.0) 1 | com_installer (4.0.0) 1 | com_actionlogs (3.9.0) 1 | com_finder (4.0.0) 1 | com_tags (4.0.0) 1 | com_categories (4.0.0) 1 | com_plugins (4.0.0) 1 | com_messages (4.0.0) 1 | com_search (3.0.0) 1 | com_modules (4.0.0) 1 | com_privacy (3.9.0) 1 | com_joomlaupdate (4.0.3) 1 | com_guidedtours (4.3.0) 1 | com_workflow (4.0.0) 1 | com_cpanel (4.0.0) 1 | com_scheduler (4.1.0) 1 | com_templates (4.0.0) 1 | com_mails (4.0.0) 1 | com_users (4.0.0) 1 | com_fields (4.0.0) 1 | com_wrapper (4.0.0) 1 | com_checkin (4.0.0) 1 | com_newsfeeds (4.0.0) 1 | com_cache (4.0.0) 1 | com_contenthistory (4.0.0) 1 | com_config (4.0.0) 1 | com_banners (4.0.0) 1 | com_languages (4.0.0) 1 | com_redirect (4.0.0) 1 | com_associations (4.0.0) 1 | com_menus (4.0.0) 1 | com_media (3.0.0) 1 | com_login (4.0.0) 1 | com_admin (4.0.0) 1 |
3rd Party:: com_akeebabackup (9.9.10) 1 | com_arkeditor (2.11) 1 | TreeLink (1.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/font.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/image.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/wysiwygarea.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/sourcearea.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/undo.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/find.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/colordialog.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/autogrow.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/removeformat.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/video.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/audio.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/templates.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/toolbar.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/tab.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/pastetext.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/format.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/filebrowser.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/contextmenu.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/editingblock.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/showborders.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/indent.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/smiley.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/colorbutton.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/dialog.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/pastefromword.xml) (0.2) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/scayt.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/showblocks.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/jabout.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/flash.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/enterkey.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/link.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/imagedragndrop.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/replace.xml) (0.1) ? | Ark Editor Vote Module (1.0.0) ? | Ark Editor Cpanel Module (1.0.0) ? | Ark Editor Pro Module (1.0.0) ? | Ark Editor Update Module (1.0.0) ? | Ark Editor Control Panel (1.0.0) ? | Ark Editor Statistical Module (1.0.0) ? | com_rseventspro (1.14.7) 1 | com_rsform (3.3.9) 1 | COM_CONDITIONS (24.11.1459) 1 | COM_CONTENTTEMPLATER (12.1.2PRO) 1 | com_admintools (7.6.2) 1 | COM_REGULARLABSMANAGER (9.0.2) 1 | com_gantry5 (5.5.19) 1 |
Modules :: Site ::
Core :: mod_stats (3.0.0) 1 | mod_custom (3.0.0) 1 | mod_search (3.0.0) 1 | mod_login (3.0.0) 1 | mod_footer (3.0.0) 1 | mod_tags_popular (3.1.0) 1 | mod_articles_popular (3.0.0) 1 | mod_tags_similar (3.1.0) 1 | mod_articles_archive (3.0.0) 1 | mod_related_items (3.0.0) 1 | mod_menu (3.0.0) 1 | mod_articles_categories (3.0.0) 1 | mod_whosonline (3.0.0) 1 | mod_wrapper (3.0.0) 1 | mod_syndicate (3.0.0) 1 | mod_random_image (3.0.0) 1 | mod_articles_news (3.0.0) 1 | mod_banners (3.0.0) 1 | mod_breadcrumbs (3.0.0) 1 | mod_articles_latest (3.0.0) 1 | mod_languages (3.5.0) 1 | mod_users_latest (3.0.0) 1 | mod_finder (3.0.0) 1 | mod_articles_category (3.0.0) 1 | mod_feed (3.0.0) 1 |
3rd Party:: Custom Inline HTML (1.0) 1 | MOD_RSEVENTSPRO_EVENTS (1.11) 1 | Tags - Filter (1.0.3) 1 | MOD_RSEVENTSPRO_SLIDER (1.11) 1 | mod_gantry5_particle (5.5.19) 1 | RSForm! Pro Module (3.1.0) 1 | MOD_RSEVENTSPRO_CALENDAR (1.13) 1 | MOD_RSEVENTSPRO_UPCOMING (1.10) 1 | MOD_RSEVENTSPRO_MAP (1.14) 1 |
Modules :: Admin ::
Core :: mod_custom (3.0.0) 1 | mod_privacy_status (4.0.0) 1 | mod_title (3.0.0) 1 | mod_user (4.0.0) 1 | mod_submenu (3.0.0) 1 | mod_popular (3.0.0) 1 | mod_toolbar (3.0.0) 1 | mod_logged (3.0.0) 1 | mod_sampledata (3.8.0) 1 | mod_login (3.0.0) 1 | mod_version (3.0.0) 1 | mod_stats_admin (3.0.0) 1 | mod_frontend (4.0.0) 1 | mod_privacy_dashboard (3.9.0) 1 | mod_multilangstatus (3.0.0) 1 | mod_guidedtours (4.3.0) 1 | mod_menu (3.0.0) 1 | mod_latest (3.0.0) 1 | mod_latestactions (3.9.0) 1 | mod_loginsupport (4.0.0) 1 | mod_quickicon (3.0.0) 1 | mod_post_installation_messages (4.0.0) 1 | mod_messages (4.0.0) 1 | mod_feed (3.0.0) 1 |
3rd Party:: Ark Editor Vote Module (1.0.0) ? | Ark Editor Cpanel Module (1.0.0) ? | Ark Editor Pro Module (1.0.0) ? | Ark Editor Update Module (1.0.0) ? | Ark Editor Statistical Module (1.0.0) ? |
Libraries ::
Core ::
3rd Party:: file_fof40 (4.1.0) ? | Regular Labs Library (24.11.1459) 1 | Extly Platform v2 Library (2.26.0) 1 |
Plugins ::
Core :: plg_extension_finder (4.0.0) 1 | plg_extension_joomla (3.0.0) 1 | plg_extension_namespacemap (4.0.0) 1 | plg_finder_tags (3.0.0) 1 | plg_finder_contacts (3.0.0) 1 | plg_finder_content (3.0.0) 1 | plg_finder_categories (3.0.0) 1 | plg_finder_newsfeeds (3.0.0) 1 | plg_search_tags (3.0.0) 1 | plg_search_contacts (3.0.0) 1 | plg_search_content (3.0.0) 1 | plg_search_categories (3.0.0) 1 | plg_search_newsfeeds (3.0.0) 1 | plg_webservices_modules (4.0.0) 1 | plg_webservices_templates (4.0.0) 1 | plg_webservices_plugins (4.0.0) 1 | plg_webservices_messages (4.0.0) 1 | plg_webservices_tags (4.0.0) 1 | plg_webservices_menus (4.0.0) 1 | plg_webservices_users (4.0.0) 1 | plg_webservices_banners (4.0.0) 1 | plg_webservices_media (4.1.0) 1 | plg_webservices_config (4.0.0) 1 | plg_webservices_content (4.0.0) 1 | plg_webservices_redirect (4.0.0) 1 | plg_webservices_languages (4.0.0) 1 | plg_webservices_installer (4.0.0) 1 | plg_webservices_privacy (4.0.0) 1 | plg_webservices_newsfeeds (4.0.0) 1 | plg_sampledata_multilang (4.0.0) 1 | plg_multifactorauth_webauthn (4.2.0) 0 | plg_multifactorauth_totp (3.2.0) 1 | plg_multifactorauth_fixed (4.2.0) 0 | plg_multifactorauth_yubikey (3.2.0) 1 | plg_multifactorauth_email (4.2.0) 0 | plg_captcha_recaptcha (3.4.0) 1 | plg_captcha_recaptcha_invisible (3.8) 1 | plg_task_check_files (4.1) 1 | plg_task_demo_tasks (4.1) 1 | plg_task_site_status (4.1) 1 | plg_task_requests (4.1) 1 | plg_quickicon_extensionupdate (3.0.0) 1 | plg_quickicon_downloadkey (4.0.0) 1 | plg_quickicon_eos (4.4.0) 1 | plg_quickicon_joomlaupdate (3.0.0) 1 | plg_quickicon_phpversioncheck (3.7.0) 1 | plg_quickicon_overridecheck (4.0.0) 1 | plg_quickicon_privacycheck (3.9.0) 1 | plg_fields_editor (3.7.0) 1 | plg_fields_integer (3.7.0) 1 | plg_fields_url (3.7.0) 1 | plg_fields_text (3.7.0) 1 | plg_fields_color (3.7.0) 1 | plg_fields_calendar (3.7.0) 1 | plg_fields_list (3.7.0) 1 | plg_fields_checkboxes (3.7.0) 1 | plg_fields_user (3.7.0) 1 | plg_fields_media (3.7.0) 1 | plg_fields_radio (3.7.0) 1 | plg_fields_subform (4.0.0) 1 | plg_fields_sql (3.7.0) 1 | plg_fields_usergrouplist (3.7.0) 1 | plg_fields_textarea (3.7.0) 1 | plg_fields_imagelist (3.7.0) 1 | plg_authentication_joomla (3.0.0) 1 | plg_authentication_cookie (3.0.0) 1 | plg_authentication_ldap (3.0.0) 0 | plg_user_profile (3.0.0) 0 | plg_user_joomla (3.0.0) 1 | plg_user_token (3.9.0) 1 | plg_user_terms (3.9.0) 0 | plg_user_contactcreator (3.0.0) 0 | plg_behaviour_taggable (4.0.0) 1 | plg_behaviour_versionable (4.0.0) 1 | plg_behaviour_compat (4.4.0) 1 | plg_api-authentication_token (4.0.0) 1 | plg_api-authentication_basic (4.0.0) 0 | plg_content_pagebreak (3.0.0) 1 | plg_content_finder (3.0.0) 1 | plg_content_joomla (3.0.0) 1 | plg_content_fields (3.7.0) 1 | plg_content_pagenavigation (3.0.0) 1 | plg_content_loadmodule (3.0.0) 1 | plg_content_emailcloak (3.0.0) 1 | plg_content_vote (3.0.0) 1 | plg_content_confirmconsent (3.9.0) 0 | plg_system_httpheaders (4.0.0) 0 | plg_system_stats (3.5.0) 1 | plg_system_logrotation (3.9.0) 1 | plg_system_webauthn (4.0.0) 1 | plg_system_shortcut (4.2.0) 1 | plg_system_accessibility (4.0.0) 0 | plg_system_remember (3.0.0) 1 | plg_system_sessiongc (3.8.6) 1 | plg_system_privacyconsent (3.9.0) 0 | plg_system_debug (3.0.0) 1 | plg_system_fields (3.7.0) 1 | plg_system_cache (3.0.0) 0 | plg_system_languagecode (3.0.0) 0 | plg_system_sef (3.0.0) 1 | plg_system_guidedtours (4.3.0) 1 | plg_system_updatenotification (3.5.0) 1 | plg_system_languagefilter (3.0.0) 0 | plg_system_task_notification (4.1) 1 | plg_system_actionlogs (3.9.0) 1 | plg_system_log (3.0.0) 1 | plg_system_redirect (3.0.0) 0 | plg_system_jooa11y (4.2.0) 1 | plg_system_highlight (3.0.0) 1 | plg_system_logout (3.0.0) 1 | plg_system_schedulerunner (4.1) 1 | plg_system_skipto (4.0.0) 1 | plg_actionlog_joomla (3.9.0) 1 | plg_editors-xtd_pagebreak (3.0.0) 1 | plg_editors-xtd_article (3.0.0) 1 | plg_editors-xtd_readmore (3.0.0) 1 | plg_editors-xtd_fields (3.7.0) 1 | plg_editors-xtd_module (3.5.0) 1 | plg_editors-xtd_menu (3.7.0) 1 | plg_editors-xtd_image (3.0.0) 0 | plg_workflow_featuring (4.0.0) 1 | plg_workflow_notification (4.0.0) 1 | plg_workflow_publishing (4.0.0) 1 | plg_installer_override (4.0.0) 1 | plg_installer_packageinstaller (3.6.0) 1 | plg_installer_urlinstaller (3.6.0) 1 | plg_installer_folderinstaller (3.6.0) 1 | plg_installer_webinstaller (4.0.0) 1 | plg_media-action_rotate (4.0.0) 1 | plg_media-action_crop (4.0.0) 1 | plg_media-action_resize (4.0.0) 1 | plg_privacy_consents (3.9.0) 1 | plg_privacy_message (3.9.0) 1 | plg_privacy_user (3.9.0) 1 | plg_privacy_actionlogs (3.9.0) 1 | plg_privacy_content (3.9.0) 1 | plg_filesystem_local (4.0.0) 1 | Filesystem - Ark Editor (4.0.0) 1 |
3rd Party:: plg_gantry5_preset (5.5.19) 1 | Extension - Arkeditor (1.0) 1 | Extension - ArkManager (1.0) 0 | Extension - Inline editing Plugin H (1.0) ? | plg_finder_rseventspro (1.5) 0 | Page Cache - RSForm! Pro (1.0.0) 1 | ArkEditor - Article (1.0) 1 | ArkEditor - Table Definition (1.0) 1 | ArkEditor - Upload Widget (1.0) 1 | ArkEditor - Browse Browser (1.0) 0 | ArkEditor - ReadMore (1.0) 1 | ArkEditor - Image Resize (1.0) 1 | ArkEditor - Format (1.0) 1 | ArkEditor - Focus Manager (1.0) 1 | ArkEditor - Table Resize (1.0) 1 | ArkEditor - Content CSS (1.0) 1 | ArkEditor - Line Utilites (1.0) 1 | ArkEditor - XML (1.0) 1 | ArkEditor - SourceDialog (1.0) 1 | ArkEditor - Ajax (1.0) 1 | ArkEditor - SEF Resource Processor (1.0) 1 | ArkEditor - HTML5 Video (1.0) 1 | ArkEditor - Image Manager (1.0) 1 | ArkEditor - About (1.0) 1 | ArkEditor - Auto Stylesheet Parser (1.0) 1 | ArkEditor - Magicline (1.0) 1 | ArkEditor - Div backgrounds (1.0) 1 | ArkEditor - Upload Inline (1.0) 1 | ArkEditor - Pre-loader (1.0) 1 | ArkEditor - JMenu (1.0) 1 | ArkEditor - Paragraph Data Processo (1.0) ? | ArkEditor - ARK Media Button (1.0) 1 | ArkEditor - Upload File (1.0) 1 | ArkEditor - Block Level Linkt (1.0) 1 | ArkEditor - Inline Save content (1.0) 1 | ArkEditor - Toolbar Switcher (1.0) 1 | ArkEditor - Menu Links (1.0) 1 | ArkEditor - ARK Media (1.0) 1 | ArkEditor - QuickTable (1.0) 1 | ArkEditor - CodeMirror (1.0) 1 | ArkEditor - Notification Aggregator (1.0) 1 | ArkEditor - Versions (1.0) 1 | ArkEditor - Core CSS (1.0) 1 | ArkEditor - Close (1.0) 1 | ArkEditor - Widget (1.0) 1 | ArkEditor - PageBreak (1.0) 1 | ArkEditor - Widget (1.0) 1 | ArkEditor - Styles combo (1.0) 1 | ArkEditor - File Tools (1.0) 1 | ArkEditor - Image2 (1.0) 1 | ArkEditor - Upload Image (1.0) 1 | ArkEditor - Document (1.0) 1 | ArkEditor - Browse Popup (1.0) 0 | ArkEditor - UI Header (1.0) 1 | ArkEditor - Widget Selection (1.0) 1 | ArkEditor - Clipboard (1.0) 1 | ArkEditor - Paste From Word (1.0) 1 | ArkEditor - Styles Override (1.0) 1 | ArkEditor - Inline AutoSave content (1.0) 1 | ArkEditor - Notification (1.0) 1 | ArkEditor - Link (1.0) 1 | ArkEditor - Ark Widget Button (1.0) 1 | ArkEditor - HTML5 Audio (1.0) 1 | plg_search_rseventspro (1.1) 1 | PLG_WEBSERVICES_AKEEBABACKUP (9.9.10) 1 | Ajax - TreeLink (1.0) 1 | Ajax - Ark File upload (1.0) 1 | Ajax - Arkbootstrap (1.0) 1 | Ajax - Ark Image Resize (1.0) 1 | Ajax - Arktypography (1.0) 1 | Ajax - Ark upload (1.0) 1 | Ajax - Inline content editing (1.0.2b) 1 | Ajax - Arktemplates (1.0) 1 | Ajax - Inline Mode State listener (1.0) 1 | Ajax - Ark Image upload (1.0) 1 | Template Button - Ark Editor (1.0.0) 1 | ArkEvents - ArkEditor modal plugin (1.1) 1 | ArkEvents - ArkEditor Enviroment pl (1.1) ? | ArkEvents - Format plugin (1.0) 1 | ArkEvents - ArkEditor HTML Entities (1.1) ? | ArkEvents - ArkEditor extra plugins (1.0) 1 | ArkEvents - ArkEditor acl plugin (1.1) 1 | ArkEvents - ArkEditor Magicline plu (1.1) ? | ArkEvents - ArkEditor core plugins (1.0) 1 | ArkEvents - Autostylesheet Filter p (1.0) ? | ArkEvents - ArkEditor Element plugi (1.1) ? | ArkEvents - ArkEditor extra plugins (1.0) 1 | ArkEvents - ArkEditor configuration (1.1) ? | ArkEvents - Load Mobile Toolbar (1.0) 1 | ArkEvents - Auto CSS Filter plugin (1.0) 1 | ArkEvents - Toolbar Language plugin (1.0) 1 | ArkEvents - ArkEditor Load Componen (1.0) ? | ArkEvents - ArkEditor Flash plugin (1.0) 1 | ArkEvents - Paste From Word (1.0) 1 | PLG_TASK_AKEEBABACKUP (9.9.10) 1 | PLG_TASK_ADMINTOOLS (7.6.2) 1 | plg_quickicon_gantry5 (5.5.19) 1 | PLG_QUICKICON_AKEEBABACKUP (9.9.10) 1 | Quick Icon - Ark Editor (3.0.0) 1 | Inine Fields- Editor Type (1.0) 1 | Inine Fields- Integer Type (1.0) 1 | Inine Fields- Text Type (1.0) 1 | Inine Fields- Media Type (1.0) 1 | Inine Fields- Textarea Type (1.0) 1 | Content - Inline content editing fi (1.0) ? | plg_content_rseventspro (1.5) 0 | Content - RSForm! Pro (3.0.1) 1 | Content - ARK Redirect Plugin (1.0) 1 | Content - Inline content editing (1.0) 1 | Content - Ark Editor FormFields J4 (1.0) ? | plg_system_gantry5 (5.5.19) 1 | PLG_SYSTEM_CONTENTTEMPLATER (12.1.2PRO) 1 | System - RSForm! Pro Offline Paymen (3.1.5) ? | System - RSForm! Pro PayPal (3.1.5) 1 | PLG_SYSTEM_RSEPROPAYPAL (1.6) 1 | System - RSForm! Pro Payment (3.1.5) 1 | System - ARK Versions (1.0) 1 | System - Reset SEF Base (3.0) 1 | PLG_SYSTEM_BACKUPONUPDATE (9.9.10) 1 | System - Ark Bootstrap (1.0) 1 | System - RSForm! Pro (3.0.1) 1 | System - Typography by ARK (1.0) 1 | PLG_SYSTEM_RSFORMCONSOLE (1.0.0) 0 | PLG_SYSTEM_ADMINTOOLS (7.6.2) 1 | System - ArkEditor Modal plugin (1.0) 1 | System - Joomla Media Manager Exten (1.0) ? | System - RSForm! Pro reCAPTCHA v3 (3.1.4) 1 | System - Inline content editing (1.0) 1 | System - RSForm! Pro Constant Conta (3.1.2) ? | System - RSForm! Pro Delete Submiss (1.0.0) ? | System - RSForm! Pro - RSEvents!Pro (3.2.3) 1 | PLG_SYSTEM_REGULARLABS (24.11.1459) 1 | System - ArkEditor User plugin (2.0) 1 | System - ARK k2ExtraFields (1.0) 1 | System - RSEvents!Pro PDF plugin (1.22) 0 | System - Inline History (1.0) 1 | System - ArkMedia Table Observer (1.0) 1 | System - Inline HTML Module Version (1.0) ? | RSEvents!Pro Offline payment (1.5) 0 | PLG_ACTIONLOG_AKEEBABACKUP (9.9.10) 1 | PLG_ACTIONLOG_CONTENTTEMPLATER (12.1.2PRO) 1 | PLG_ACTIONLOG_REGULARLABSMANAGER (9.0.2) 1 | PLG_ACTIONLOG_ADMINTOOLS (7.6.2) 1 | PLG_ACTIONLOG_CONDITIONS (24.11.1459) 1 | PLG_EDITORS-XTD_CONTENTTEMPLATER (12.1.2PRO) 1 | PLG_CONSOLE_AKEEBABACKUP (9.9.10) 1 | PLG_CONSOLE_ADMINTOOLS (7.6.2) 1 | Inline - Arkeditor (1.0) 1 | Installer - Arkeditor (1.0) 1 | plg_installer_rseventspro (1.0) 1 | plg_installer_rsform (1.0.0) 1 | Installer - Arkwidget (1.0) 1 | Editor - ARKEditor (2.11) 1 | plg_editors_codemirror (5.65.15) 1 | plg_editors_tinymce (5.10.9) 1 | plg_privacy_rseventspro (1.0) 1 |Templates Discovered :: wrote:Templates :: Site :: rt_requiem (1.5.0) 1 | cassiopeia (1.0) 1 |
Templates :: Admin :: atum (1.0) 1 |
Last edited by toivo on Thu Nov 14, 2024 9:48 pm, edited 1 time in total.
Reason: mod note: disabled smilies in post Options for readability
Reason: mod note: disabled smilies in post Options for readability
-
- Joomla! Apprentice
- Posts: 33
- Joined: Thu Feb 14, 2008 12:51 am
Re: Blank page after upgrading from 3.10.12 to 4.4.9
Without plugins selected:
Forum Post Assistant (v1.6.7) : 14-Nov-2024 wrote:Basic Environment :: wrote:Joomla! Instance :: Joomla! 4.4.9-Stable (Pamoja) 15-October-2024
Joomla! Configured :: Yes | Read-Only (444) |
Configuration Options :: Offline: false | SEF: true | SEF Suffix: false | SEF ReWrite: true | .htaccess/web.config: Yes | GZip: false | Cache: false | CacheTime: 15 | CacheHandler: file | CachePlatformPrefix: false | FTP Layer: false | Proxy: false | LiveSite: | Session lifetime: 60 | Session handler: database | Shared sessions: false | SSL: 2 | Error Reporting: default | Site Debug: false | Language Debug: false | Default Access: Public | Unicode Slugs: false | dbConnection Type: mysqli | PHP Supports J! 4.4.9: Yes | Database Supports J! 4.4.9: Yes | Database Credentials Present: Yes |
Host Configuration :: OS: Linux | OS Version: 3.10.0-1160.119.1.vz7.224.4 | Technology: x86_64 | Web Server: Apache | Encoding: gzip, deflate, br, zstd | System TMP Writable: Yes | Free Disk Space : 44.41 GiB |
PHP Configuration :: Version: 8.0.30 | PHP API: cgi-fcgi | Session Path Writable: Yes | Display Errors: 0 | Error Reporting: 32759 | Log Errors To: error_log | Last Known Error: 13th November 2024 20:57:27. | Register Globals: | Magic Quotes: | Safe Mode: | Allow url fopen: No | Open Base: | Uploads: 1 | Max. Upload Size: 16M | Max. POST Size: 16M | Max. Input Time: 60 | Max. Execution Time: 30 | Memory Limit: 512M
Database Configuration :: Version: 5.6.51 (Client:mysqlnd 8.0.30) | Database Size: 180.50 MiB | #of Tables with config prefix: 168 | #of other Tables: 5 | User Privileges : GRANT ALLDetailed Environment :: wrote:PHP Extensions :: Core (8.0.30) | date (8.0.30) | libxml (8.0.30) | openssl (8.0.30) | pcre (8.0.30) | zlib (8.0.30) | filter (8.0.30) | hash (8.0.30) | json (8.0.30) | pcntl (8.0.30) | readline (8.0.30) | Reflection (8.0.30) | SPL (8.0.30) | session (8.0.30) | standard (8.0.30) | cgi-fcgi (8.0.30) | bcmath (8.0.30) | calendar (8.0.30) | ctype (8.0.30) | curl (8.0.30) | dba (8.0.30) | dom (20031129) | enchant (8.0.30) | mbstring (8.0.30) | fileinfo (8.0.30) | ftp (8.0.30) | gd (8.0.30) | gettext (8.0.30) | gmp (8.0.30) | iconv (8.0.30) | imap (8.0.30) | intl (8.0.30) | ldap (8.0.30) | exif (8.0.30) | mysqlnd (mysqlnd 8.0.30) | odbc (8.0.30) | PDO (8.0.30) | pgsql (8.0.30) | Phar (8.0.30) | posix (8.0.30) | pspell (8.0.30) | shmop (8.0.30) | SimpleXML (8.0.30) | snmp (8.0.30) | soap (8.0.30) | sockets (8.0.30) | sqlite3 (8.0.30) | sysvmsg (8.0.30) | sysvsem (8.0.30) | sysvshm (8.0.30) | tokenizer (8.0.30) | xml (8.0.30) | xmlwriter (8.0.30) | xsl (8.0.30) | zip (1.19.5) | mysqli (8.0.30) | pdo_mysql (8.0.30) | PDO_ODBC (8.0.30) | pdo_pgsql (8.0.30) | pdo_sqlite (8.0.30) | xmlreader (8.0.30) | Zend Engine (4.0.30) |
Potential Missing Extensions ::
Switch User Environment :: PHP CGI: Yes | Server SU: Yes | PHP SU: Yes | Potential Ownership Issues: NoFolder Permissions :: wrote:Core Folders :: images/ (755) | components/ (755) | modules/ (755) | plugins/ (755) | language/ (755) | templates/ (755) | cache/ (755) | logs/ (755) | tmp/ (755) | administrator/components/ (755) | administrator/modules/ (755) | administrator/language/ (755) | administrator/templates/ (755) | administrator/logs/ (755) | api/ (755) |
Elevated Permissions (First 10) ::Database Information :: wrote:Database statistics :: Uptime: 516223 | Threads: 1 | Questions: 7946256 | Slow queries: 18 | Opens: 26662 | Flush tables: 1 | Open tables: 128 | Queries per second avg: 15.393 |Extensions Discovered :: wrote:Components :: Site ::
Core ::
3rd Party::
Components :: Admin ::
Core :: com_content (4.0.0) 1 | com_ajax (4.0.0) 1 | com_postinstall (4.0.0) 1 | com_installer (4.0.0) 1 | com_actionlogs (3.9.0) 1 | com_finder (4.0.0) 1 | com_tags (4.0.0) 1 | com_categories (4.0.0) 1 | com_plugins (4.0.0) 1 | com_messages (4.0.0) 1 | com_search (3.0.0) 1 | com_modules (4.0.0) 1 | com_privacy (3.9.0) 1 | com_joomlaupdate (4.0.3) 1 | com_guidedtours (4.3.0) 1 | com_workflow (4.0.0) 1 | com_cpanel (4.0.0) 1 | com_scheduler (4.1.0) 1 | com_templates (4.0.0) 1 | com_mails (4.0.0) 1 | com_users (4.0.0) 1 | com_fields (4.0.0) 1 | com_wrapper (4.0.0) 1 | com_checkin (4.0.0) 1 | com_newsfeeds (4.0.0) 1 | com_cache (4.0.0) 1 | com_contenthistory (4.0.0) 1 | com_config (4.0.0) 1 | com_banners (4.0.0) 1 | com_languages (4.0.0) 1 | com_redirect (4.0.0) 1 | com_associations (4.0.0) 1 | com_menus (4.0.0) 1 | com_media (3.0.0) 1 | com_login (4.0.0) 1 | com_admin (4.0.0) 1 |
3rd Party:: com_akeebabackup (9.9.10) 1 | com_arkeditor (2.11) 1 | TreeLink (1.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/font.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/image.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/wysiwygarea.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/sourcearea.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/undo.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/find.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/colordialog.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/autogrow.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/removeformat.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/video.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/audio.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/templates.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/toolbar.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/tab.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/pastetext.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/format.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/filebrowser.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/contextmenu.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/editingblock.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/showborders.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/indent.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/smiley.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/colorbutton.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/dialog.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/pastefromword.xml) (0.2) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/scayt.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/showblocks.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/jabout.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/flash.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/enterkey.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/link.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/imagedragndrop.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/replace.xml) (0.1) ? | Ark Editor Vote Module (1.0.0) ? | Ark Editor Cpanel Module (1.0.0) ? | Ark Editor Pro Module (1.0.0) ? | Ark Editor Update Module (1.0.0) ? | Ark Editor Control Panel (1.0.0) ? | Ark Editor Statistical Module (1.0.0) ? | com_rseventspro (1.14.7) 1 | com_rsform (3.3.9) 1 | COM_CONDITIONS (24.11.1459) 1 | COM_CONTENTTEMPLATER (12.1.2PRO) 1 | com_admintools (7.6.2) 1 | COM_REGULARLABSMANAGER (9.0.2) 1 | com_gantry5 (5.5.19) 1 |
Modules :: Site ::
Core :: mod_stats (3.0.0) 1 | mod_custom (3.0.0) 1 | mod_search (3.0.0) 1 | mod_login (3.0.0) 1 | mod_footer (3.0.0) 1 | mod_tags_popular (3.1.0) 1 | mod_articles_popular (3.0.0) 1 | mod_tags_similar (3.1.0) 1 | mod_articles_archive (3.0.0) 1 | mod_related_items (3.0.0) 1 | mod_menu (3.0.0) 1 | mod_articles_categories (3.0.0) 1 | mod_whosonline (3.0.0) 1 | mod_wrapper (3.0.0) 1 | mod_syndicate (3.0.0) 1 | mod_random_image (3.0.0) 1 | mod_articles_news (3.0.0) 1 | mod_banners (3.0.0) 1 | mod_breadcrumbs (3.0.0) 1 | mod_articles_latest (3.0.0) 1 | mod_languages (3.5.0) 1 | mod_users_latest (3.0.0) 1 | mod_finder (3.0.0) 1 | mod_articles_category (3.0.0) 1 | mod_feed (3.0.0) 1 |
3rd Party:: Custom Inline HTML (1.0) 1 | MOD_RSEVENTSPRO_EVENTS (1.11) 1 | Tags - Filter (1.0.3) 1 | MOD_RSEVENTSPRO_SLIDER (1.11) 1 | mod_gantry5_particle (5.5.19) 1 | RSForm! Pro Module (3.1.0) 1 | MOD_RSEVENTSPRO_CALENDAR (1.13) 1 | MOD_RSEVENTSPRO_UPCOMING (1.10) 1 | MOD_RSEVENTSPRO_MAP (1.14) 1 |
Modules :: Admin ::
Core :: mod_custom (3.0.0) 1 | mod_privacy_status (4.0.0) 1 | mod_title (3.0.0) 1 | mod_user (4.0.0) 1 | mod_submenu (3.0.0) 1 | mod_popular (3.0.0) 1 | mod_toolbar (3.0.0) 1 | mod_logged (3.0.0) 1 | mod_sampledata (3.8.0) 1 | mod_login (3.0.0) 1 | mod_version (3.0.0) 1 | mod_stats_admin (3.0.0) 1 | mod_frontend (4.0.0) 1 | mod_privacy_dashboard (3.9.0) 1 | mod_multilangstatus (3.0.0) 1 | mod_guidedtours (4.3.0) 1 | mod_menu (3.0.0) 1 | mod_latest (3.0.0) 1 | mod_latestactions (3.9.0) 1 | mod_loginsupport (4.0.0) 1 | mod_quickicon (3.0.0) 1 | mod_post_installation_messages (4.0.0) 1 | mod_messages (4.0.0) 1 | mod_feed (3.0.0) 1 |
3rd Party:: Ark Editor Vote Module (1.0.0) ? | Ark Editor Cpanel Module (1.0.0) ? | Ark Editor Pro Module (1.0.0) ? | Ark Editor Update Module (1.0.0) ? | Ark Editor Statistical Module (1.0.0) ? |
Libraries ::
Core ::
3rd Party:: file_fof40 (4.1.0) ? | Regular Labs Library (24.11.1459) 1 | Extly Platform v2 Library (2.26.0) 1 |
Templates Discovered :: wrote:Templates :: Site :: rt_requiem (1.5.0) 1 | cassiopeia (1.0) 1 |
Templates :: Admin :: atum (1.0) 1 |
- Webdongle
- Joomla! Master
- Posts: 44772
- Joined: Sat Apr 05, 2008 9:58 pm
Re: Blank page after upgrading from 3.10.12 to 4.4.9
Allow url fopen: No ... Should be Yes. Speak to your Host
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
-
- Joomla! Apprentice
- Posts: 33
- Joined: Thu Feb 14, 2008 12:51 am
Re: Blank page after upgrading from 3.10.12 to 4.4.9
Ok, enabled fopen and no change, new FPA info below.
Forum Post Assistant (v1.6.7) : 14-Nov-2024 wrote:Basic Environment :: wrote:Joomla! Instance :: Joomla! 4.4.9-Stable (Pamoja) 15-October-2024
Joomla! Configured :: Yes | Read-Only (444) |
Configuration Options :: Offline: false | SEF: true | SEF Suffix: false | SEF ReWrite: true | .htaccess/web.config: Yes | GZip: false | Cache: false | CacheTime: 15 | CacheHandler: file | CachePlatformPrefix: false | FTP Layer: false | Proxy: false | LiveSite: | Session lifetime: 60 | Session handler: database | Shared sessions: false | SSL: 2 | Error Reporting: default | Site Debug: false | Language Debug: false | Default Access: Public | Unicode Slugs: false | dbConnection Type: mysqli | PHP Supports J! 4.4.9: Yes | Database Supports J! 4.4.9: Yes | Database Credentials Present: Yes |
Host Configuration :: OS: Linux | OS Version: 3.10.0-1160.119.1.vz7.224.4 | Technology: x86_64 | Web Server: Apache | Encoding: gzip, deflate, br, zstd | System TMP Writable: Yes | Free Disk Space : 44.41 GiB |
PHP Configuration :: Version: 8.0.30 | PHP API: cgi-fcgi | Session Path Writable: Yes | Display Errors: 0 | Error Reporting: 32759 | Log Errors To: error_log | Last Known Error: 13th November 2024 20:57:27. | Register Globals: | Magic Quotes: | Safe Mode: | Allow url fopen: 1 | Open Base: | Uploads: 1 | Max. Upload Size: 16M | Max. POST Size: 16M | Max. Input Time: 60 | Max. Execution Time: 30 | Memory Limit: 512M
Database Configuration :: Version: 5.6.51 (Client:mysqlnd 8.0.30) | Database Size: 180.58 MiB | #of Tables with config prefix: 168 | #of other Tables: 5 | User Privileges : GRANT ALLDetailed Environment :: wrote:PHP Extensions :: Core (8.0.30) | date (8.0.30) | libxml (8.0.30) | openssl (8.0.30) | pcre (8.0.30) | zlib (8.0.30) | filter (8.0.30) | hash (8.0.30) | json (8.0.30) | pcntl (8.0.30) | readline (8.0.30) | Reflection (8.0.30) | SPL (8.0.30) | session (8.0.30) | standard (8.0.30) | cgi-fcgi (8.0.30) | bcmath (8.0.30) | calendar (8.0.30) | ctype (8.0.30) | curl (8.0.30) | dba (8.0.30) | dom (20031129) | enchant (8.0.30) | mbstring (8.0.30) | fileinfo (8.0.30) | ftp (8.0.30) | gd (8.0.30) | gettext (8.0.30) | gmp (8.0.30) | iconv (8.0.30) | imap (8.0.30) | intl (8.0.30) | ldap (8.0.30) | exif (8.0.30) | mysqlnd (mysqlnd 8.0.30) | odbc (8.0.30) | PDO (8.0.30) | pgsql (8.0.30) | Phar (8.0.30) | posix (8.0.30) | pspell (8.0.30) | shmop (8.0.30) | SimpleXML (8.0.30) | snmp (8.0.30) | soap (8.0.30) | sockets (8.0.30) | sqlite3 (8.0.30) | sysvmsg (8.0.30) | sysvsem (8.0.30) | sysvshm (8.0.30) | tokenizer (8.0.30) | xml (8.0.30) | xmlwriter (8.0.30) | xsl (8.0.30) | zip (1.19.5) | mysqli (8.0.30) | pdo_mysql (8.0.30) | PDO_ODBC (8.0.30) | pdo_pgsql (8.0.30) | pdo_sqlite (8.0.30) | xmlreader (8.0.30) | Zend Engine (4.0.30) |
Potential Missing Extensions ::
Switch User Environment :: PHP CGI: Yes | Server SU: Yes | PHP SU: Yes | Potential Ownership Issues: NoFolder Permissions :: wrote:Core Folders :: images/ (755) | components/ (755) | modules/ (755) | plugins/ (755) | language/ (755) | templates/ (755) | cache/ (755) | logs/ (755) | tmp/ (755) | administrator/components/ (755) | administrator/modules/ (755) | administrator/language/ (755) | administrator/templates/ (755) | administrator/logs/ (755) | api/ (755) |
Elevated Permissions (First 10) ::Database Information :: wrote:Database statistics :: Uptime: 522964 | Threads: 2 | Questions: 8347287 | Slow queries: 18 | Opens: 27223 | Flush tables: 1 | Open tables: 128 | Queries per second avg: 15.961 |Extensions Discovered :: wrote:Components :: Site ::
Core ::
3rd Party::
Components :: Admin ::
Core :: com_content (4.0.0) 1 | com_ajax (4.0.0) 1 | com_postinstall (4.0.0) 1 | com_installer (4.0.0) 1 | com_actionlogs (3.9.0) 1 | com_finder (4.0.0) 1 | com_tags (4.0.0) 1 | com_categories (4.0.0) 1 | com_plugins (4.0.0) 1 | com_messages (4.0.0) 1 | com_search (3.0.0) 1 | com_modules (4.0.0) 1 | com_privacy (3.9.0) 1 | com_joomlaupdate (4.0.3) 1 | com_guidedtours (4.3.0) 1 | com_workflow (4.0.0) 1 | com_cpanel (4.0.0) 1 | com_scheduler (4.1.0) 1 | com_templates (4.0.0) 1 | com_mails (4.0.0) 1 | com_users (4.0.0) 1 | com_fields (4.0.0) 1 | com_wrapper (4.0.0) 1 | com_checkin (4.0.0) 1 | com_newsfeeds (4.0.0) 1 | com_cache (4.0.0) 1 | com_contenthistory (4.0.0) 1 | com_config (4.0.0) 1 | com_banners (4.0.0) 1 | com_languages (4.0.0) 1 | com_redirect (4.0.0) 1 | com_associations (4.0.0) 1 | com_menus (4.0.0) 1 | com_media (3.0.0) 1 | com_login (4.0.0) 1 | com_admin (4.0.0) 1 |
3rd Party:: com_akeebabackup (9.9.10) 1 | com_arkeditor (2.11) 1 | TreeLink (1.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/font.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/image.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/wysiwygarea.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/sourcearea.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/undo.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/find.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/colordialog.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/autogrow.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/removeformat.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/video.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/audio.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/templates.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/toolbar.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/tab.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/pastetext.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/format.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/filebrowser.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/contextmenu.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/editingblock.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/showborders.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/indent.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/smiley.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/colorbutton.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/dialog.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/pastefromword.xml) (0.2) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/scayt.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/showblocks.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/jabout.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/flash.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/enterkey.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/link.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/imagedragndrop.xml) (0.1) ? | Unknown (administrator/components/com_arkeditor/editor/plugins/replace.xml) (0.1) ? | Ark Editor Vote Module (1.0.0) ? | Ark Editor Cpanel Module (1.0.0) ? | Ark Editor Pro Module (1.0.0) ? | Ark Editor Update Module (1.0.0) ? | Ark Editor Control Panel (1.0.0) ? | Ark Editor Statistical Module (1.0.0) ? | com_rseventspro (1.14.7) 1 | com_rsform (3.3.9) 1 | COM_CONDITIONS (24.11.1459) 1 | COM_CONTENTTEMPLATER (12.1.2PRO) 1 | com_admintools (7.6.2) 1 | COM_REGULARLABSMANAGER (9.0.2) 1 | com_gantry5 (5.5.19) 1 |
Modules :: Site ::
Core :: mod_stats (3.0.0) 1 | mod_custom (3.0.0) 1 | mod_search (3.0.0) 1 | mod_login (3.0.0) 1 | mod_footer (3.0.0) 1 | mod_tags_popular (3.1.0) 1 | mod_articles_popular (3.0.0) 1 | mod_tags_similar (3.1.0) 1 | mod_articles_archive (3.0.0) 1 | mod_related_items (3.0.0) 1 | mod_menu (3.0.0) 1 | mod_articles_categories (3.0.0) 1 | mod_whosonline (3.0.0) 1 | mod_wrapper (3.0.0) 1 | mod_syndicate (3.0.0) 1 | mod_random_image (3.0.0) 1 | mod_articles_news (3.0.0) 1 | mod_banners (3.0.0) 1 | mod_breadcrumbs (3.0.0) 1 | mod_articles_latest (3.0.0) 1 | mod_languages (3.5.0) 1 | mod_users_latest (3.0.0) 1 | mod_finder (3.0.0) 1 | mod_articles_category (3.0.0) 1 | mod_feed (3.0.0) 1 |
3rd Party:: Custom Inline HTML (1.0) 1 | MOD_RSEVENTSPRO_EVENTS (1.11) 1 | Tags - Filter (1.0.3) 1 | MOD_RSEVENTSPRO_SLIDER (1.11) 1 | mod_gantry5_particle (5.5.19) 1 | RSForm! Pro Module (3.1.0) 1 | MOD_RSEVENTSPRO_CALENDAR (1.13) 1 | MOD_RSEVENTSPRO_UPCOMING (1.10) 1 | MOD_RSEVENTSPRO_MAP (1.14) 1 |
Modules :: Admin ::
Core :: mod_custom (3.0.0) 1 | mod_privacy_status (4.0.0) 1 | mod_title (3.0.0) 1 | mod_user (4.0.0) 1 | mod_submenu (3.0.0) 1 | mod_popular (3.0.0) 1 | mod_toolbar (3.0.0) 1 | mod_logged (3.0.0) 1 | mod_sampledata (3.8.0) 1 | mod_login (3.0.0) 1 | mod_version (3.0.0) 1 | mod_stats_admin (3.0.0) 1 | mod_frontend (4.0.0) 1 | mod_privacy_dashboard (3.9.0) 1 | mod_multilangstatus (3.0.0) 1 | mod_guidedtours (4.3.0) 1 | mod_menu (3.0.0) 1 | mod_latest (3.0.0) 1 | mod_latestactions (3.9.0) 1 | mod_loginsupport (4.0.0) 1 | mod_quickicon (3.0.0) 1 | mod_post_installation_messages (4.0.0) 1 | mod_messages (4.0.0) 1 | mod_feed (3.0.0) 1 |
3rd Party:: Ark Editor Vote Module (1.0.0) ? | Ark Editor Cpanel Module (1.0.0) ? | Ark Editor Pro Module (1.0.0) ? | Ark Editor Update Module (1.0.0) ? | Ark Editor Statistical Module (1.0.0) ? |
Libraries ::
Core ::
3rd Party:: file_fof40 (4.1.0) ? | Regular Labs Library (24.11.1459) 1 | Extly Platform v2 Library (2.26.0) 1 |
Plugins ::
Core :: plg_extension_finder (4.0.0) 1 | plg_extension_joomla (3.0.0) 1 | plg_extension_namespacemap (4.0.0) 1 | plg_finder_tags (3.0.0) 1 | plg_finder_contacts (3.0.0) 1 | plg_finder_content (3.0.0) 1 | plg_finder_categories (3.0.0) 1 | plg_finder_newsfeeds (3.0.0) 1 | plg_search_tags (3.0.0) 1 | plg_search_contacts (3.0.0) 1 | plg_search_content (3.0.0) 1 | plg_search_categories (3.0.0) 1 | plg_search_newsfeeds (3.0.0) 1 | plg_webservices_modules (4.0.0) 1 | plg_webservices_templates (4.0.0) 1 | plg_webservices_plugins (4.0.0) 1 | plg_webservices_messages (4.0.0) 1 | plg_webservices_tags (4.0.0) 1 | plg_webservices_menus (4.0.0) 1 | plg_webservices_users (4.0.0) 1 | plg_webservices_banners (4.0.0) 1 | plg_webservices_media (4.1.0) 1 | plg_webservices_config (4.0.0) 1 | plg_webservices_content (4.0.0) 1 | plg_webservices_redirect (4.0.0) 1 | plg_webservices_languages (4.0.0) 1 | plg_webservices_installer (4.0.0) 1 | plg_webservices_privacy (4.0.0) 1 | plg_webservices_newsfeeds (4.0.0) 1 | plg_sampledata_multilang (4.0.0) 1 | plg_multifactorauth_webauthn (4.2.0) 0 | plg_multifactorauth_totp (3.2.0) 1 | plg_multifactorauth_fixed (4.2.0) 0 | plg_multifactorauth_yubikey (3.2.0) 1 | plg_multifactorauth_email (4.2.0) 0 | plg_captcha_recaptcha (3.4.0) 1 | plg_captcha_recaptcha_invisible (3.8) 1 | plg_task_check_files (4.1) 1 | plg_task_demo_tasks (4.1) 1 | plg_task_site_status (4.1) 1 | plg_task_requests (4.1) 1 | plg_quickicon_extensionupdate (3.0.0) 1 | plg_quickicon_downloadkey (4.0.0) 1 | plg_quickicon_eos (4.4.0) 1 | plg_quickicon_joomlaupdate (3.0.0) 1 | plg_quickicon_phpversioncheck (3.7.0) 1 | plg_quickicon_overridecheck (4.0.0) 1 | plg_quickicon_privacycheck (3.9.0) 1 | plg_fields_editor (3.7.0) 1 | plg_fields_integer (3.7.0) 1 | plg_fields_url (3.7.0) 1 | plg_fields_text (3.7.0) 1 | plg_fields_color (3.7.0) 1 | plg_fields_calendar (3.7.0) 1 | plg_fields_list (3.7.0) 1 | plg_fields_checkboxes (3.7.0) 1 | plg_fields_user (3.7.0) 1 | plg_fields_media (3.7.0) 1 | plg_fields_radio (3.7.0) 1 | plg_fields_subform (4.0.0) 1 | plg_fields_sql (3.7.0) 1 | plg_fields_usergrouplist (3.7.0) 1 | plg_fields_textarea (3.7.0) 1 | plg_fields_imagelist (3.7.0) 1 | plg_authentication_joomla (3.0.0) 1 | plg_authentication_cookie (3.0.0) 1 | plg_authentication_ldap (3.0.0) 0 | plg_user_profile (3.0.0) 0 | plg_user_joomla (3.0.0) 1 | plg_user_token (3.9.0) 1 | plg_user_terms (3.9.0) 0 | plg_user_contactcreator (3.0.0) 0 | plg_behaviour_taggable (4.0.0) 1 | plg_behaviour_versionable (4.0.0) 1 | plg_behaviour_compat (4.4.0) 1 | plg_api-authentication_token (4.0.0) 1 | plg_api-authentication_basic (4.0.0) 0 | plg_content_pagebreak (3.0.0) 1 | plg_content_finder (3.0.0) 1 | plg_content_joomla (3.0.0) 1 | plg_content_fields (3.7.0) 1 | plg_content_pagenavigation (3.0.0) 1 | plg_content_loadmodule (3.0.0) 1 | plg_content_emailcloak (3.0.0) 1 | plg_content_vote (3.0.0) 1 | plg_content_confirmconsent (3.9.0) 0 | plg_system_httpheaders (4.0.0) 0 | plg_system_stats (3.5.0) 1 | plg_system_logrotation (3.9.0) 1 | plg_system_webauthn (4.0.0) 1 | plg_system_shortcut (4.2.0) 1 | plg_system_accessibility (4.0.0) 0 | plg_system_remember (3.0.0) 1 | plg_system_sessiongc (3.8.6) 1 | plg_system_privacyconsent (3.9.0) 0 | plg_system_debug (3.0.0) 1 | plg_system_fields (3.7.0) 1 | plg_system_cache (3.0.0) 0 | plg_system_languagecode (3.0.0) 0 | plg_system_sef (3.0.0) 1 | plg_system_guidedtours (4.3.0) 1 | plg_system_updatenotification (3.5.0) 1 | plg_system_languagefilter (3.0.0) 0 | plg_system_task_notification (4.1) 1 | plg_system_actionlogs (3.9.0) 1 | plg_system_log (3.0.0) 1 | plg_system_redirect (3.0.0) 0 | plg_system_jooa11y (4.2.0) 1 | plg_system_highlight (3.0.0) 1 | plg_system_logout (3.0.0) 1 | plg_system_schedulerunner (4.1) 1 | plg_system_skipto (4.0.0) 1 | plg_actionlog_joomla (3.9.0) 1 | plg_editors-xtd_pagebreak (3.0.0) 1 | plg_editors-xtd_article (3.0.0) 1 | plg_editors-xtd_readmore (3.0.0) 1 | plg_editors-xtd_fields (3.7.0) 1 | plg_editors-xtd_module (3.5.0) 1 | plg_editors-xtd_menu (3.7.0) 1 | plg_editors-xtd_image (3.0.0) 0 | plg_workflow_featuring (4.0.0) 1 | plg_workflow_notification (4.0.0) 1 | plg_workflow_publishing (4.0.0) 1 | plg_installer_override (4.0.0) 1 | plg_installer_packageinstaller (3.6.0) 1 | plg_installer_urlinstaller (3.6.0) 1 | plg_installer_folderinstaller (3.6.0) 1 | plg_installer_webinstaller (4.0.0) 1 | plg_media-action_rotate (4.0.0) 1 | plg_media-action_crop (4.0.0) 1 | plg_media-action_resize (4.0.0) 1 | plg_privacy_consents (3.9.0) 1 | plg_privacy_message (3.9.0) 1 | plg_privacy_user (3.9.0) 1 | plg_privacy_actionlogs (3.9.0) 1 | plg_privacy_content (3.9.0) 1 | plg_filesystem_local (4.0.0) 1 | Filesystem - Ark Editor (4.0.0) 1 |
3rd Party:: plg_gantry5_preset (5.5.19) 1 | Extension - Arkeditor (1.0) 1 | Extension - ArkManager (1.0) 0 | Extension - Inline editing Plugin H (1.0) ? | plg_finder_rseventspro (1.5) 0 | Page Cache - RSForm! Pro (1.0.0) 1 | ArkEditor - Article (1.0) 1 | ArkEditor - Table Definition (1.0) 1 | ArkEditor - Upload Widget (1.0) 1 | ArkEditor - Browse Browser (1.0) 0 | ArkEditor - ReadMore (1.0) 1 | ArkEditor - Image Resize (1.0) 1 | ArkEditor - Format (1.0) 1 | ArkEditor - Focus Manager (1.0) 1 | ArkEditor - Table Resize (1.0) 1 | ArkEditor - Content CSS (1.0) 1 | ArkEditor - Line Utilites (1.0) 1 | ArkEditor - XML (1.0) 1 | ArkEditor - SourceDialog (1.0) 1 | ArkEditor - Ajax (1.0) 1 | ArkEditor - SEF Resource Processor (1.0) 1 | ArkEditor - HTML5 Video (1.0) 1 | ArkEditor - Image Manager (1.0) 1 | ArkEditor - About (1.0) 1 | ArkEditor - Auto Stylesheet Parser (1.0) 1 | ArkEditor - Magicline (1.0) 1 | ArkEditor - Div backgrounds (1.0) 1 | ArkEditor - Upload Inline (1.0) 1 | ArkEditor - Pre-loader (1.0) 1 | ArkEditor - JMenu (1.0) 1 | ArkEditor - Paragraph Data Processo (1.0) ? | ArkEditor - ARK Media Button (1.0) 1 | ArkEditor - Upload File (1.0) 1 | ArkEditor - Block Level Linkt (1.0) 1 | ArkEditor - Inline Save content (1.0) 1 | ArkEditor - Toolbar Switcher (1.0) 1 | ArkEditor - Menu Links (1.0) 1 | ArkEditor - ARK Media (1.0) 1 | ArkEditor - QuickTable (1.0) 1 | ArkEditor - CodeMirror (1.0) 1 | ArkEditor - Notification Aggregator (1.0) 1 | ArkEditor - Versions (1.0) 1 | ArkEditor - Core CSS (1.0) 1 | ArkEditor - Close (1.0) 1 | ArkEditor - Widget (1.0) 1 | ArkEditor - PageBreak (1.0) 1 | ArkEditor - Widget (1.0) 1 | ArkEditor - Styles combo (1.0) 1 | ArkEditor - File Tools (1.0) 1 | ArkEditor - Image2 (1.0) 1 | ArkEditor - Upload Image (1.0) 1 | ArkEditor - Document (1.0) 1 | ArkEditor - Browse Popup (1.0) 0 | ArkEditor - UI Header (1.0) 1 | ArkEditor - Widget Selection (1.0) 1 | ArkEditor - Clipboard (1.0) 1 | ArkEditor - Paste From Word (1.0) 1 | ArkEditor - Styles Override (1.0) 1 | ArkEditor - Inline AutoSave content (1.0) 1 | ArkEditor - Notification (1.0) 1 | ArkEditor - Link (1.0) 1 | ArkEditor - Ark Widget Button (1.0) 1 | ArkEditor - HTML5 Audio (1.0) 1 | plg_search_rseventspro (1.1) 1 | PLG_WEBSERVICES_AKEEBABACKUP (9.9.10) 1 | Ajax - TreeLink (1.0) 1 | Ajax - Ark File upload (1.0) 1 | Ajax - Arkbootstrap (1.0) 1 | Ajax - Ark Image Resize (1.0) 1 | Ajax - Arktypography (1.0) 1 | Ajax - Ark upload (1.0) 1 | Ajax - Inline content editing (1.0.2b) 1 | Ajax - Arktemplates (1.0) 1 | Ajax - Inline Mode State listener (1.0) 1 | Ajax - Ark Image upload (1.0) 1 | Template Button - Ark Editor (1.0.0) 1 | ArkEvents - ArkEditor modal plugin (1.1) 1 | ArkEvents - ArkEditor Enviroment pl (1.1) ? | ArkEvents - Format plugin (1.0) 1 | ArkEvents - ArkEditor HTML Entities (1.1) ? | ArkEvents - ArkEditor extra plugins (1.0) 1 | ArkEvents - ArkEditor acl plugin (1.1) 1 | ArkEvents - ArkEditor Magicline plu (1.1) ? | ArkEvents - ArkEditor core plugins (1.0) 1 | ArkEvents - Autostylesheet Filter p (1.0) ? | ArkEvents - ArkEditor Element plugi (1.1) ? | ArkEvents - ArkEditor extra plugins (1.0) 1 | ArkEvents - ArkEditor configuration (1.1) ? | ArkEvents - Load Mobile Toolbar (1.0) 1 | ArkEvents - Auto CSS Filter plugin (1.0) 1 | ArkEvents - Toolbar Language plugin (1.0) 1 | ArkEvents - ArkEditor Load Componen (1.0) ? | ArkEvents - ArkEditor Flash plugin (1.0) 1 | ArkEvents - Paste From Word (1.0) 1 | PLG_TASK_AKEEBABACKUP (9.9.10) 1 | PLG_TASK_ADMINTOOLS (7.6.2) 1 | plg_quickicon_gantry5 (5.5.19) 1 | PLG_QUICKICON_AKEEBABACKUP (9.9.10) 1 | Quick Icon - Ark Editor (3.0.0) 1 | Inine Fields- Editor Type (1.0) 1 | Inine Fields- Integer Type (1.0) 1 | Inine Fields- Text Type (1.0) 1 | Inine Fields- Media Type (1.0) 1 | Inine Fields- Textarea Type (1.0) 1 | Content - Inline content editing fi (1.0) ? | plg_content_rseventspro (1.5) 0 | Content - RSForm! Pro (3.0.1) 1 | Content - ARK Redirect Plugin (1.0) 1 | Content - Inline content editing (1.0) 1 | Content - Ark Editor FormFields J4 (1.0) ? | plg_system_gantry5 (5.5.19) 1 | PLG_SYSTEM_CONTENTTEMPLATER (12.1.2PRO) 1 | System - RSForm! Pro Offline Paymen (3.1.5) ? | System - RSForm! Pro PayPal (3.1.5) 1 | PLG_SYSTEM_RSEPROPAYPAL (1.6) 1 | System - RSForm! Pro Payment (3.1.5) 1 | System - ARK Versions (1.0) 1 | System - Reset SEF Base (3.0) 1 | PLG_SYSTEM_BACKUPONUPDATE (9.9.10) 1 | System - Ark Bootstrap (1.0) 1 | System - RSForm! Pro (3.0.1) 1 | System - Typography by ARK (1.0) 1 | PLG_SYSTEM_RSFORMCONSOLE (1.0.0) 0 | PLG_SYSTEM_ADMINTOOLS (7.6.2) 1 | System - ArkEditor Modal plugin (1.0) 1 | System - Joomla Media Manager Exten (1.0) ? | System - RSForm! Pro reCAPTCHA v3 (3.1.4) 1 | System - Inline content editing (1.0) 1 | System - RSForm! Pro Constant Conta (3.1.2) ? | System - RSForm! Pro Delete Submiss (1.0.0) ? | System - RSForm! Pro - RSEvents!Pro (3.2.3) 1 | PLG_SYSTEM_REGULARLABS (24.11.1459) 1 | System - ArkEditor User plugin (2.0) 1 | System - ARK k2ExtraFields (1.0) 1 | System - RSEvents!Pro PDF plugin (1.22) 0 | System - Inline History (1.0) 1 | System - ArkMedia Table Observer (1.0) 1 | System - Inline HTML Module Version (1.0) ? | RSEvents!Pro Offline payment (1.5) 0 | PLG_ACTIONLOG_AKEEBABACKUP (9.9.10) 1 | PLG_ACTIONLOG_CONTENTTEMPLATER (12.1.2PRO) 1 | PLG_ACTIONLOG_REGULARLABSMANAGER (9.0.2) 1 | PLG_ACTIONLOG_ADMINTOOLS (7.6.2) 1 | PLG_ACTIONLOG_CONDITIONS (24.11.1459) 1 | PLG_EDITORS-XTD_CONTENTTEMPLATER (12.1.2PRO) 1 | PLG_CONSOLE_AKEEBABACKUP (9.9.10) 1 | PLG_CONSOLE_ADMINTOOLS (7.6.2) 1 | Inline - Arkeditor (1.0) 1 | Installer - Arkeditor (1.0) 1 | plg_installer_rseventspro (1.0) 1 | plg_installer_rsform (1.0.0) 1 | Installer - Arkwidget (1.0) 1 | Editor - ARKEditor (2.11) 1 | plg_editors_codemirror (5.65.15) 1 | plg_editors_tinymce (5.10.9) 1 | plg_privacy_rseventspro (1.0) 1 |Templates Discovered :: wrote:Templates :: Site :: rt_requiem (1.5.0) 1 | cassiopeia (1.0) 1 |
Templates :: Admin :: atum (1.0) 1 |
Last edited by toivo on Fri Nov 15, 2024 1:06 am, edited 1 time in total.
Reason: mod note: disabled smilies in post Options for readability
Reason: mod note: disabled smilies in post Options for readability
- Webdongle
- Joomla! Master
- Posts: 44772
- Joined: Sat Apr 05, 2008 9:58 pm
Re: Blank page after upgrading from 3.10.12 to 4.4.9
Ark Editor (according to jed) hasn't been updated for over a year and a half. Could that be the problem?
Otherwise, does your Template have a menu that is separate to Joomla?
Sorry, all I can give you at this moment in time is guesses. Is it a commercial or hobby site? If it's a hobby site I could take a quick look on my localhost?
Otherwise, does your Template have a menu that is separate to Joomla?
Sorry, all I can give you at this moment in time is guesses. Is it a commercial or hobby site? If it's a hobby site I could take a quick look on my localhost?
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
-
- Joomla! Apprentice
- Posts: 33
- Joined: Thu Feb 14, 2008 12:51 am
Re: Blank page after upgrading from 3.10.12 to 4.4.9
I had to remove Ark Editor to perform the upgrade, after the upgrade and getting the site back up, I had the problem with SEF before reinstalling the newest version of Ark Editor. Not sure what you mean about the template having a menu that is separate to Joomla. This is a "commercial" site, it is a non-profit dog rescue organization.
I appreciate all your help.
I appreciate all your help.
- AMurray
- Joomla! Master
- Posts: 10356
- Joined: Sat Feb 13, 2010 7:35 am
- Location: Australia
Re: Blank page after upgrading from 3.10.12 to 4.4.9
@webdongle possibly means the template may have it's own menu system built in rather than using the standard menu module in Joomla.
Regards - A Murray
General Support Moderator
General Support Moderator
-
- Joomla! Apprentice
- Posts: 33
- Joined: Thu Feb 14, 2008 12:51 am
Re: Blank page after upgrading from 3.10.12 to 4.4.9
Thank you for the clarification, the site is using Joomla's menu system.
- Webdongle
- Joomla! Master
- Posts: 44772
- Joined: Sat Apr 05, 2008 9:58 pm
Re: Blank page after upgrading from 3.10.12 to 4.4.9
I like dogs. If I could have the jpa backup I'll have a quick look if you like
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
-
- Joomla! Apprentice
- Posts: 33
- Joined: Thu Feb 14, 2008 12:51 am
Re: Blank page after upgrading from 3.10.12 to 4.4.9
Really appreciate the offer but would not be able to get you the jpa file. Any other ideas?
- Webdongle
- Joomla! Master
- Posts: 44772
- Joined: Sat Apr 05, 2008 9:58 pm
Re: Blank page after upgrading from 3.10.12 to 4.4.9
Apart from using the Joomla Update component or redoing the menu items, I can think of nothing else.
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
-
- Joomla! Apprentice
- Posts: 33
- Joined: Thu Feb 14, 2008 12:51 am
Re: Blank page after upgrading from 3.10.12 to 4.4.9
Thank you again for all your help!! I will keep digging into it.
- ceford
- Joomla! Hero
- Posts: 2942
- Joined: Mon Feb 24, 2014 10:38 pm
- Location: Edinburgh, Scotland
- Contact:
Re: Blank page after upgrading from 3.10.12 to 4.4.9
Code: Select all
Max. Upload Size: 16M | Max. POST Size: 16M
Advertisement