201
deepak267
Re: xoopsfaq works on my local system but not in production
  • 2009/1/5 13:27

  • deepak267

  • Quite a regular

  • Posts: 352

  • Since: 2008/8/15


Thanks a lot ghia,

I am using myalbum 2.8.4 (which i believe is the latest version. however after replacing the $HTTP_POST_VARS by $_POST it fixed the issue.

thanks again.

I really like Xoops
A member of www.AquariumHomeCare.com



202
deepak267
Re: xoopsfaq works on my local system but not in production
  • 2009/1/5 10:25

  • deepak267

  • Quite a regular

  • Posts: 352

  • Since: 2008/8/15


Thanks Ghia,

I will check that in some time and let you know..

i also noticed, when you update the Group permision i get the following message:
-----------------------------
Permissions have been changed successfully
If the page does not automatically reload, please click here

All errors (1) queries (17) blocks (0) extra (0) timers (3)
Errors
Notice: Undefined variable: HTTP_POST_VARS in file /modules/myalbum/admin/mygroupperm.php line 38
--------------------------

Deepak
A member of www.AquariumHomeCare.com



203
deepak267
Re: xoopsfaq works on my local system but not in production

Yes I do have a record for module_read in both database (live & test)

SELECT * FROM xoops_group_permission
where gperm_name = 'module_read'
and gperm_itemid = 9

returns 3 record (for all group, 1= webmaster, 2 regsitered, 3= anonym)
----------------------------
but no record for module_admin for group 2

SELECT * FROM xoops__group_permission
where gperm_name = 'module_admin'
and gperm_itemid = 9

return only one record for gperm_groupid = 1
------------------------------

sorry I am new to this development area. How do i check the collation of my table?


Thanks
Deepak
A member of www.AquariumHomeCare.com



204
deepak267
Re: xoopsfaq works on my local system but not in production
  • 2009/1/4 23:13

  • deepak267

  • Quite a regular

  • Posts: 352

  • Since: 2008/8/15


Hi Ghia,

I have found a similar problem with myalbum module as as well, when I tried to update the global permission. its not setting any the group permission for registered users.

SELECT * FROM xoops__group_permission WHERE (gperm_name = 'myalbum_global' AND gperm_groupid = '2')

returns zero records ( where Group 2 is 'registered users')

Not sure what is the issue.

Thanks in advance.

Deepak
A member of www.AquariumHomeCare.com



205
deepak267
Re: xoopsfaq works on my local system but not in production
  • 2009/1/4 23:10

  • deepak267

  • Quite a regular

  • Posts: 352

  • Since: 2008/8/15


Production : PHP Version 5.2.5
Test : PHP Version 5.0.0RC2


A member of www.AquariumHomeCare.com



206
deepak267
xoopsfaq works on my local system but not in production
  • 2009/1/3 11:11

  • deepak267

  • Quite a regular

  • Posts: 352

  • Since: 2008/8/15


Hi,
I am not able to add category in xoopsfaq module.

it is working in the test system but not in my live server(its hosted at GoDaddy.com). basically the insert statements are missing (find the sqls on debug mode).

Anybody has any idea on this?

Queries from local system:
---------------------------

All errors (0) queries (12) blocks (0) extra (0) timers (3)
Queries
SET NAMES 'utf8'
SELECT * FROM xoops_config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT sess_data, sess_ip FROM xoops_session WHERE sess_id = '775e245f94fecb468bb76593a8757a99'
SELECT * FROM xoops_users WHERE uid = '1'
SELECT * FROM xoops_modules WHERE dirname = 'xoopsfaq'
SELECT * FROM xoops_config WHERE (conf_modid = '17') ORDER BY conf_order ASC
INSERT INTO xoops_xoopsfaq_categories (category_id, category_title, category_order) VALUES (0, 'test1', 4)
SELECT COUNT(*) FROM xoops_banner
SELECT * FROM xoops_banner LIMIT 1, 1
SELECT * FROM xoops_config WHERE (conf_modid = '0' AND conf_catid = '3') ORDER BY conf_order ASC
SELECT COUNT(*) FROM xoops_banner
SELECT * FROM xoops_banner LIMIT 1, 1
Total: 12 queries

Queries from production system
-----------------------------
All errors (0) queries (8) blocks (0) extra (0) timers (3)
Errors
Queries
SET NAMES 'utf8'
SELECT * FROM xoops__config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT sess_data, sess_ip FROM xoops__session WHERE sess_id = 'a8m9ob5pprnocr9g6vgb8d2uq3'
SELECT * FROM xoops__users WHERE uid = '1'
SELECT * FROM xoops__modules WHERE dirname = 'xoopsfaq'
SELECT * FROM xoops__config WHERE (conf_modid = '17') ORDER BY conf_order ASC
SELECT * FROM xoops__group_permission WHERE (gperm_name = 'module_admin' AND gperm_modid = '1' AND (gperm_groupid = '1' OR gperm_groupid = '2'))
SELECT c.category_id, c.category_title, c.category_order, COUNT(f.category_id) FROM xoops__xoopsfaq_categories c LEFT JOIN xoops__xoopsfaq_contents f ON f.category_id=c.category_id GROUP BY c.category_id ORDER BY c.category_order ASC
Total: 8 queries
Blocks
Total: 0 blocks
Extra
Timers
XOOPS took 0.183 seconds to load.
XOOPS Boot took 0.092 seconds to load.
Module init took 0.091 seconds to load.



Deepak
A member of www.AquariumHomeCare.com



207
deepak267
Re: Apache error log - Please help
  • 2008/12/9 23:38

  • deepak267

  • Quite a regular

  • Posts: 352

  • Since: 2008/8/15


Hi Ghia,

thanks for your help.

By saving the style.css to en.css solved the missing file issue.. but still have no luck for the tasklist programme. I think I am ok with this error because I am getting this on my test environment(WAMP) and I will be hosting it on LAMP.

Thanks again.
Deepak
A member of www.AquariumHomeCare.com



208
deepak267
Apache error log - Please help
  • 2008/12/1 23:09

  • deepak267

  • Quite a regular

  • Posts: 352

  • Since: 2008/8/15


Hi,

I am creating my new site on my local environment. I am getting 2 errors in my Apache2 Log file. Any idea how to fix this error?

I am using WAMP (Win XP -Home, MySQL 5.0.67, Apache/2.0.52 (Win32) PHP/5.0.0RC2)

-------------------------------------
[Mon Dec 01 22:21:44 2008] [error] [client 127.0.0.1] File does not exist: C:/Program Files/Apache Group/Apache2/htdocs/xoops-2.3.2/htdocs/modules/system/class/gui/default/css/en.css, referer:http://localhost/xoops-2.3.2/htdocs/modules/kshop/admin/categories.php
------------
'tasklist' is not recognized as an internal or external command,
operable program or batch file.
--------------------------------------
Thanks in advance.

Deepak
Wiltshire, UK
A member of www.AquariumHomeCare.com



209
deepak267
Re: Database problem
  • 2008/11/23 20:51

  • deepak267

  • Quite a regular

  • Posts: 352

  • Since: 2008/8/15


I spent almost an afternoon to fix this on XOOPS 2.3.1 with PHP5 and MySQL 5.0 and the fix was to include
1. extension=php_mysqli.dll in php.ini
2. SET PASSWORD FOR 'user'@'localhost' = OLD_PASSWORD('password');

though it is still not working for user = root

Good luck
A member of www.AquariumHomeCare.com



210
deepak267
Re: catalogue module
  • 2008/9/15 10:25

  • deepak267

  • Quite a regular

  • Posts: 352

  • Since: 2008/8/15


Thanks burning,

I was thinking of customizing Kshop but now I will install Oledrion before I take any decision.

Thanks for your help.

Cheers,
Deepak
A member of www.AquariumHomeCare.com




TopTop
« 1 ... 18 19 20 (21) 22 »



Login

Who's Online

257 user(s) are online (186 user(s) are browsing Support Forums)


Members: 0


Guests: 257


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits