Loading

Author Topic: [SOLVED] Blank Dashboard?  (Read 291 times)

computerbar

  • Full Member
  • ***
  • Posts: 200
    • Jamal.pk
[SOLVED] Blank Dashboard?
« on: February 21, 2012, 03:36:46 pm »
Hi again.

I have upgraded from 2.2.2 to 2.3.5 last week from Admin panel.

The dashboard area on the right is blank.
what I did wrong?

I have already replaced the whole oc-admin folder with default 2.3.5 files

Rest everything looks OK
« Last Edit: February 22, 2012, 02:21:57 am by computerbar »

garciademarina

  • Administrator
  • Sr. Member
  • *****
  • Posts: 403
    • OSClass
    • Email
Re: Blank Dashboard?
« Reply #1 on: February 21, 2012, 06:32:54 pm »
Hi @compuerbar,

Can you see if in error_log there are errors ? ( http://wiki.osclass.org/Debug_PHP_errors )

Thanks
Carlos GarcĂ­a de Marina
carlos@osclass.org
Twitter: @osclass
http://www.osclass.org/

OSClass - Open Source Classifieds

computerbar

  • Full Member
  • ***
  • Posts: 200
    • Jamal.pk
Re: Blank Dashboard?
« Reply #2 on: February 21, 2012, 07:47:49 pm »
Hi @compuerbar,

Can you see if in error_log there are errors ? ( http://wiki.osclass.org/Debug_PHP_errors )

Thanks

Thanks
Followed the instructions below but still do not see anything in debug.log file I created in oc-content folder

/**
 * Copy this code to config.php file
 * This will log all error notices and warnings to a file called debug.log in oc-content
 */
define('OSC_DEBUG', true) ;
define('OSC_DEBUG_LOG', true) ;

Chofi

  • Full Member
  • ***
  • Posts: 121
Re: Blank Dashboard?
« Reply #3 on: February 21, 2012, 08:19:36 pm »
Hi computerbar
See this post in Spanish, I think it's the same problem.

http://forums.osclass.org/ayuda/en-administrador-escritorio-en-blanco/

Chofi

computerbar

  • Full Member
  • ***
  • Posts: 200
    • Jamal.pk
Re: Blank Dashboard?
« Reply #4 on: February 22, 2012, 02:23:16 am »
Hi computerbar
See this post in Spanish, I think it's the same problem.

http://forums.osclass.org/ayuda/en-administrador-escritorio-en-blanco/

Chofi
thanks it worked

translation from above post

Let's try something I do not know if it will work.

Rename the file to jquery_galleta.js oc-admin/themes/modern/js/jquery.cookie.js

Then in oc-admin/themes/modern/head.php on line 38
change of


<script type = "text / javascript" src = "<? osc_current_admin_theme_js_url php echo ('jquery.cookie.js');?>"> </ script>


to this another


<script type = "text / javascript" src = "<? osc_current_admin_theme_js_url php echo ('jquery_galleta.js');?>"> </ script>



I hope that this is resolved, the only downside is that every time you update you will have to make these ccambios hand until we find a solution to the problem.