Support Forums - Classified Ads Script Osclass
General osclass questions => General discussion => Topic started by: jcarrolo01 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
-
That looks like dasboard file is missing.
Do you have something in your error log?
-
Hello Sir...
I got the following
[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
-
@jcarrolo01
It seems you miss curl_init function, that's probably based by your localhost setup.
-
@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
-
Uncaught Error: Call to undefined function curl_init()
...