Jump to content


Corporate Sponsors


Latest News: (loading..)

no table listings in admin


27 replies to this topic

#21 mencare

  • Community Member
  • 9 posts
  • Real Name:ajay jindle

Posted 13 September 2009, 12:06

View Postgregy, on Mar 14 2009, 06:58 PM, said:

installation went ok, but in admin everywhere that it is i see Loading and running circle .. nothing is loaded :S

did you make changes to any components, if so that may be the cause. undo the changes and try again. I am saying this only because i had a similar problem.

I am trying to set up oscommerce for UK as default and made chang to the language however looking in oscommerce\includes\languages directory there is only the US language.

by the by Maybe someone can tell me where to find UK language pack as well

#22 Lewissellers

  • Community Member
  • 4 posts
  • Real Name:Lewis Sellers

Posted 07 November 2009, 16:51

Hi there,

I'm having the same problem as everyone else. The front end of the site appears to work fine, but when I go into the admin it says:

Date Message
04-Nov-2009 15:32:42 PHP Warning: mysql_get_server_info() [<a href='function.mys..
04-Nov-2009 15:32:42 PHP Warning: mysql_get_server_info() [<a href='function.mys..
04-Nov-2009 15:32:31 PHP Warning: mysql_get_server_info() [<a href='function.mys..
04-Nov-2009 15:32:31 PHP Warning: mysql_get_server_info() [<a href='function.mys..
04-Nov-2009 14:24:58 PHP Parse error: syntax error, unexpected ',' in /home/harr..
04-Nov-2009 14:24:18 PHP Parse error: syntax error, unexpected ';' in /home/harr..

The actual layout of the admin works and all the menus are there, theres just no information in most of them. I can add categories, but I can't view them in the admin once they've been added or change anything because I can't see them.

Has anyone got a solution to this yet as I need to get it sorted ASAP.

Apache version 2.2.14 (Unix)
PHP version 5.2.11
MySQL version 5.0.81-community

If there are any suggestions, please let me know. I'm on a shared server so this may restrict things!

Many thanks
Lewis

#23 Jan Zonjee

  • Team Member
  • 6,975 posts
  • Real Name:Jan Zonjee
  • Gender:Male
  • Location:the Netherlands

Posted 07 November 2009, 17:43

View PostLewissellers, on 07 November 2009, 16:51, said:

Date Message
04-Nov-2009 15:32:42 PHP Warning: mysql_get_server_info() [<a href='function.mys..
Has anyone got a solution to this yet
http://svn.oscommerce.com/jira/browse/OSC-873 ?

#24 Jazzman8000

  • Community Member
  • 1 posts
  • Real Name:CS

Posted 20 December 2009, 15:03

hey all,
I had the same problem on a linux webspace of a friend. (never had the problem on my own installation on an IIS)

in php.ini the following extension was not activated: extension=json.so (I found that: http://slaptijack.com/system-administration/lets-install-json-for-php-5/ )

phpinfo() now shows for json
json support enabled
json version 1.2.1

if you dont have direct access to the php.ini, you have to contact your service provider.
hope it helps.
christian

#25 liamloveslearning

  • Community Member
  • 23 posts
  • Real Name:liam

Posted 23 December 2009, 14:58

has anybody figured out how to do this yet? I have my own dedicated hosting but in my root I cant find an etc directory? am I required to make that myself and all the files inside?

#26 jasisjas

  • Community Member
  • 3 posts
  • Real Name:Jason Stone

Posted 10 April 2010, 20:07

View Postmackie, on 29 August 2009, 19:35, said:

I just solved the problem for myself, no guarantees it's the same for others. My hosting provider had mod_security enabled which has a rule that blocks jquery.cookies.js which was stopping the list loading from working (it's done client side with AJAX). As soon as they disabled the module for my site it worked. I suspect changing the name to jquery_cookies.js and changing the link in /admin/templates/default.php will also get around the problem.


Thank you! Thank you! Thank you! I tried your suggestion to rename /ext/jquery/jquery.cookie.js -> jquery.cookies.js and modified the link on /admin/templates/default.php and it work perfectly. I was about to unistall and try the previous osc version. Really appreciate you sharing this suggestion.

#27 cocoonfx

  • Community Member
  • 41 posts
  • Real Name:James
  • Gender:Male
  • Location:Tamworth UK

Posted 21 July 2010, 23:44

I found if you follow

http://svn.oscommerce.com/jira/browse/OSC-873

And change the the default.php and the jquery.cookies files it works.

Would be an idea for oscommerce to actually fix this problem as I have just downloaded the file tonight and released I had to spend 1-2 hours research on why it does not work. There are still loads of other bugs I need to find solutions to... Not very well tested one thinks!!!!!

#28 RationalRabbit

  • Community Member
  • 1 posts
  • Real Name:Buddy

Posted 04 October 2010, 05:42

View Postcocoonfx, on 21 July 2010, 23:44, said:

I found if you follow

http://svn.oscommerce.com/jira/browse/OSC-873

And change the the default.php and the jquery.cookies files it works.

Would be an idea for oscommerce to actually fix this problem as I have just downloaded the file tonight and released I had to spend 1-2 hours research on why it does not work. There are still loads of other bugs I need to find solutions to... Not very well tested one thinks!!!!!

Yes - this worked for me too and solved both problems. And I just installed it tonight, which is over two months after your installation.

Edited by RationalRabbit, 04 October 2010, 05:44.