Jump to content

[SOLVED] Icon Issue on backoffice PS 1.5.6


Recommended Posts

hello..

 

I'm new on PS. I've installed PS 1.5.6 on my client hosting without error.
But I got something wrong on backoffice page, some icons are missing.

for example, menu Administration > Preferences, look at Upload quota and Help tabs
their icons are missing.
BUT, I've no problem when installed on localhost and my own personal hosting
for information (maybe can help), both client and my hosting are using PHP 5.3.7 and localhost using PHP 5.3.5
is there anything I missing?
thanks for your help
 

======== UPDATED =========

 

when I debug on options.tpl using 

{print_r($categoryData)}

it result

Array ( [title] => Upload quota [icon] => tab-preferences [fields] => Array ( [PS_ATTACHMENT_MAXIMUM_SIZE] => Array ( [title] => Maximum size for attachment [desc] => Set the maximum size allowed for attachment files (in MegaBytes). Maximum: 2M [validation] => isInt [cast] => intval [type] => text [suffix] => megabytes [default] => 2 [value] => 8 [is_disabled] => [is_invisible] => [required] => [multishop_default] => ) [PS_LIMIT_UPLOAD_FILE_VALUE] => Array ( [title] => File value upload limit [desc] => Define the limit upload for a downloadable product. This value has to be less than or equal to the maximum file upload allotted by your server.(2 MB). [validation] => isInt [cast] => intval [type] => text [suffix] => megabytes [default] => 1 [value] => 2 [is_disabled] => [is_invisible] => [required] => [multishop_default] => ) [PS_LIMIT_UPLOAD_IMAGE_VALUE] => Array ( [title] => Image value upload limit [desc] => Define the limit upload for an image. This value has to be less than or equal to the maximum file upload allotted by your server.(2 MB). [validation] => isInt [cast] => intval [type] => text [suffix] => megabytes [default] => 1 [value] => 2 [is_disabled] => [is_invisible] => [required] => [multishop_default] => ) ) [image] => ../img/t/.gif [hide_multishop_checkbox] => 1 ) 1

see. $categoryData['image'] = ../img/t/.gif

post-715381-0-37305100-1381306420_thumb.png

post-715381-0-91886100-1381307204_thumb.jpg

Edited by fich (see edit history)
Link to comment
Share on other sites

yes, I've cheked images folder. there are exists
it's look like view .tpl cannot get icon variable from controller
please see inspect element picture below

thanks for your reply

 

 

======== UPDATED =========

 

when I debug on options.tpl using 

{print_r($categoryData)}

it result

Array ( [title] => Upload quota [icon] => tab-preferences [fields] => Array ( [PS_ATTACHMENT_MAXIMUM_SIZE] => Array ( [title] => Maximum size for attachment [desc] => Set the maximum size allowed for attachment files (in MegaBytes). Maximum: 2M [validation] => isInt [cast] => intval [type] => text [suffix] => megabytes [default] => 2 [value] => 8 [is_disabled] => [is_invisible] => [required] => [multishop_default] => ) [PS_LIMIT_UPLOAD_FILE_VALUE] => Array ( [title] => File value upload limit [desc] => Define the limit upload for a downloadable product. This value has to be less than or equal to the maximum file upload allotted by your server.(2 MB). [validation] => isInt [cast] => intval [type] => text [suffix] => megabytes [default] => 1 [value] => 2 [is_disabled] => [is_invisible] => [required] => [multishop_default] => ) [PS_LIMIT_UPLOAD_IMAGE_VALUE] => Array ( [title] => Image value upload limit [desc] => Define the limit upload for an image. This value has to be less than or equal to the maximum file upload allotted by your server.(2 MB). [validation] => isInt [cast] => intval [type] => text [suffix] => megabytes [default] => 1 [value] => 2 [is_disabled] => [is_invisible] => [required] => [multishop_default] => ) ) [image] => ../img/t/.gif [hide_multishop_checkbox] => 1 ) 1

see. $categoryData['image'] = ../img/t/.gif

I think it caused by php server configuration, but what?

post-715381-0-33749200-1381307084_thumb.jpg

Edited by fich (see edit history)
Link to comment
Share on other sites

go to administration > menus

 

  • Bad SQL query
    MySQL server has gone away

 

some other pages show that error too, like Catalog -> Products

 

=== UPDATED ====

 

I compare tables on localhost and online hosting
ps on localhost : 244 tables
ps on hosting : 236 tables

so, the problem caused by missing table

but, how could it be?

Edited by fich (see edit history)
Link to comment
Share on other sites

Hi ben,

I did fresh install by uploading original zip to hosting.extract and install.

Yesterday last time I installed PS using softaculous from cpanel.still give same error, but when I check on phpnyadmin number of tables 244 already.

I know it's hosting factor, but what? I have know idea

 

Is there any logs during installation? I can't find it

 

Thx

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...