71
onokazu
Re: Nobody can sign in to my site?
  • 2003/10/31 20:26

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Which version of XOOPS are you using?



72
onokazu
Re: Install Fatal Error
  • 2003/10/31 20:20

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Are you sure you have uploaded all the correct files? The current version doesnt have any get() call within that file.. try reuploading all files under /install.



73
onokazu
Re: Headlines & javascript
  • 2003/10/31 10:50

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


The headline module doesnt allow you to display js feed. It allows you to display raw rss feeds. What does the src link in the js feed look like? You can just use that source URL in the headlines module.



74
onokazu
Re: A full page cache
  • 2003/10/31 10:48

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


We might be adding this feature in the future versions using Apache mod_rewrite, still on the planning phase, though.



75
onokazu
Re: ErrorDocs For Xoops
  • 2003/10/31 9:22

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


There was a similar module like that contributed by a user. This might be of help in developing your module.
https://xoops.org/modules/mydownloads/singlefile.php?cid=12&lid=27



76
onokazu
Re: Missing blocks for certain anonymous users
  • 2003/10/31 9:19

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Go to the group admin page and see if you have given permissions to view those blocks for the anonymous group



77
onokazu
Re: User/ checklogin?? some direction please
  • 2003/10/31 9:17

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Seems like everything is working fine, all data are returned as they should. Try reuploading /include/functions.php in the latest package and then see if that fixes the problem.



78
onokazu
Re: PostgreSQL support? Why not ADODB?
  • 2003/10/31 4:34

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Great, could you send it to webmaster@xoops.org, and if it works fine we will consider including it to the 2.0.x package.



79
onokazu
Re: User/ checklogin?? some direction please
  • 2003/10/31 4:26

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Ok, you can remove the added lines now. Then right after $parsed = parse_url(XOOPS_URL);, add the following line

var_dump($parsed);var_dump($HTTP_POST_VARS['xoops_redirect']);

and try to login from a page other than XOOPS_URL/index.php.



80
onokazu
Re: User/ checklogin?? some direction please
  • 2003/10/30 15:17

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


In include/checklogin.php, find the following code around line 76

if (!empty($HTTP_POST_VARS['xoops_redirect']) && !strpos($HTTP_POST_VARS['xoops_redirect'], 'register')) {

then just above the code, add the following lines

var_dump(!empty($HTTP_POST_VARS['xoops_redirect']));
var_dump(!strpos($HTTP_POST_VARS['xoops_redirect'], 'register'));
exit();

let me know what you get when logging in after making this change





TopTop
« 1 ... 5 6 7 (8) 9 10 11 ... 22 »



Login

Who's Online

162 user(s) are online (93 user(s) are browsing Support Forums)


Members: 0


Guests: 162


more...

Donat-O-Meter

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

Latest GitHub Commits