*

jcarrolo01

  • *****
  • 256 posts
Osclass 4.0.0, empty admin dashboard
« on: September 20, 2020, 10:11:33 PM »
Hello...

I upgrade from 3.9.0 to 4.0.0 in one of my projects, the installation was made in localhost... Everything ok, with no errors during installation...

The only think i feel strange is the admin dashboard page is completely empty, like you can see on the attached image... This is normal??? What kind of information is supposed to be in Admin dashboard...


Best Regards
João Carrolo

*

MB Themes

Re: Osclass 4.0.0, empty admin dashboard
« Reply #1 on: September 20, 2020, 10:48:22 PM »
That looks like dasboard file is missing.
Do you have something in your error log?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

jcarrolo01

  • *****
  • 256 posts
Re: Osclass 4.0.0, empty admin dashboard
« Reply #2 on: September 21, 2020, 10:27:50 AM »
Hello Sir...

I got the following

Code: [Select]
[20-Sep-2020 21:44:41 Europe/Lisbon] PHP Fatal error:  Uncaught Error: Call to undefined function curl_init() in E:\myProjs\webProjs\Dev_Intimus24_pt\dev_pt_intimus24_400\eds-www\oc-admin\themes\omega\main\index.php:195
Stack trace:
#0 E:\myProjs\webProjs\Dev_Intimus24_pt\dev_pt_intimus24_400\eds-www\oc-includes\osclass\helpers\hDefines.php(185): require()
#1 E:\myProjs\webProjs\Dev_Intimus24_pt\dev_pt_intimus24_400\eds-www\oc-admin\main.php(94): osc_current_admin_theme_path('main/index.php')
#2 E:\myProjs\webProjs\Dev_Intimus24_pt\dev_pt_intimus24_400\eds-www\oc-admin\main.php(86): CAdminMain->doView('main/index.php')
#3 E:\myProjs\webProjs\Dev_Intimus24_pt\dev_pt_intimus24_400\eds-www\oc-admin\index.php(120): CAdminMain->doModel()
#4 {main}
  thrown in E:\myProjs\webProjs\Dev_Intimus24_pt\dev_pt_intimus24_400\eds-www\oc-admin\themes\omega\main\index.php on line 195
[20-Sep-2020 22:44:45 Europe/Paris] The Memcached Extension must be loaded to use Memcached Cache.
[20-Sep-2020 22:44:45 Europe/Paris] Cache memcache NOT SUPPORTED - loaded Object_Cache_default cache
[20-Sep-2020 21:44:45 Europe/Lisbon] PHP Fatal error:  Uncaught Error: Call to undefined function curl_init() in E:\myProjs\webProjs\Dev_Intimus24_pt\dev_pt_intimus24_400\eds-www\oc-admin\themes\omega\main\index.php:195
Stack trace:
#0 E:\myProjs\webProjs\Dev_Intimus24_pt\dev_pt_intimus24_400\eds-www\oc-includes\osclass\helpers\hDefines.php(185): require()
#1 E:\myProjs\webProjs\Dev_Intimus24_pt\dev_pt_intimus24_400\eds-www\oc-admin\main.php(94): osc_current_admin_theme_path('main/index.php')
#2 E:\myProjs\webProjs\Dev_Intimus24_pt\dev_pt_intimus24_400\eds-www\oc-admin\main.php(86): CAdminMain->doView('main/index.php')
#3 E:\myProjs\webProjs\Dev_Intimus24_pt\dev_pt_intimus24_400\eds-www\oc-admin\index.php(120): CAdminMain->doModel()
#4 {main}
  thrown in E:\myProjs\webProjs\Dev_Intimus24_pt\dev_pt_intimus24_400\eds-www\oc-admin\themes\omega\main\index.php on line 195


Best Regards
João Carrolo

*

MB Themes

Re: Osclass 4.0.0, empty admin dashboard
« Reply #3 on: September 21, 2020, 01:15:51 PM »
@jcarrolo01
It seems you miss curl_init function, that's probably based by your localhost setup.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Osclass 4.0.0, empty admin dashboard
« Reply #4 on: October 06, 2020, 11:26:31 AM »
@jcarrolo01
It seems you miss curl_init function, that's probably based by your localhost setup.

Its not missing curl. Some of your plugin is conflicting. Disable all and activate and refresh ur page one after the other to detect the culprit

*

MB Themes

Re: Osclass 4.0.0, empty admin dashboard
« Reply #5 on: October 06, 2020, 12:06:25 PM »
Code: [Select]
Uncaught Error: Call to undefined function curl_init() ...
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots