41
stefan88
Re: Xhelp 0.78 configuration error
  • 2008/12/8 6:47

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


Hi ati,

you can download 0.79 from here:

http://www.esxoops.com/modules/wfdownloads/visit.php?cid=24&lid=39

found in this treat:
https://xoops.org/modules/newbb/viewtopic.php?topic_id=66180&forum=4&post_id=301876#forumpost301876


I did some test but could not reproduce your error. I'm using 0.78 in

-xoops 2.0.13.2 on xampp-win32 with php 4.4.4, MySQL 5.0.27 and apache 2.2.3

and

-xoops 2.0.13.2 on Lin with php 5.2.6, MySQL 5.0.67 and apache.
..



42
stefan88
Re: cannt see any module
  • 2008/12/1 16:44

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


Hi,

this could happen if:

- you have a module, that is not compatible with your XOOPS version;

- or you uploaded the wrong folder;

- or you have a missing addon (like frameworks);

- or you have wrong permitions for some folders.

First upload modules one by one so you will know where the problem is.

Check the readme and see if the module roquires something to be installed or a hack to core to be made.

Check that you upload the right folder - the one with xoops_version.php file in it.

Try to enable the debug mode and look for fatal errors.

Some modules may not work with your version of XOOPS - remove them. The others will be visible again after that.

..



43
stefan88
Re: Wflinks - Mysql/Template Error
  • 2008/12/1 9:00

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


Hi,

I was not talking about the environment, but about the module preferences - the things you set up when you go in XOOPS admin -> hover over the module icon and in the pop-up menu click on preferences. Did you changed something there?

I installed the 1.06 version on my test XOOPS 2.3.0 RC2 but could not reproduce case.
..



44
stefan88
Re: mainfile.php settings with xampp
  • 2008/12/1 7:58

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


Hi

Quote:
I added a password to db user "root" and got the "unable to access database" error


You added it to the mainfile too ... And it is spelled ok ...:


Quote:
// Database Hostname
// Hostname of the database server. If you are unsure, "localhost" works in most cases.
define( 'XOOPS_DB_HOST', 'localhost' );

// Database Username
// Your database user account on the host
define( 'XOOPS_DB_USER', 'root' );

// Database Password
// Password for your database user account
define( 'XOOPS_DB_PASS', '?????' );



Any luck with error logs?
Try changing localhost to 127.0.0.1 (once I had problem with corupted hosts file)

There is a bat file in MySQL folder of xampp if you need to reset the database pass.

..



45
stefan88
Re: Wflinks - Mysql/Template Error
  • 2008/11/30 22:45

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


Hi,

are you using the module with default preferences or you changed something?

If yes - what?

it could be a combo of mysql/php version...
..



46
stefan88
Re: mainfile.php settings with xampp
  • 2008/11/30 22:01

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


Hi,

Any debug errors from xoops?

Any errors in server logs? (c:\xampp\apache\logs\error.log) or something like that...

You may turn php error logging (also to file) in php.ini or php5.ini depending on the version.

..



47
stefan88
Re: how to add a BLOCK to a an existing module
  • 2008/11/28 21:53

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


Quote:
any idea !!!!


Why not try to add some content (text) to the template and echo something from the show function too...?

Also make shure the numbering is corect (consecutive) and check the spelling.

EDIT:

for example: Quote:
2
added _MI_XTUBE_BNAME11 equivalence in language file of module mytube


Why not _MI_XTUBE_BNAME20

as in:

Quote:
$modversion['blocks'][11]['name'] = _MI_XTUBE_BNAME20;
..



48
stefan88
Re: xoops banner system into a block?
  • 2008/11/26 22:41

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


Quote:
So where exactly must i put this code in theme.html. Which line?

<{php}> echo getbanner_from_id_banner(1); <{/php}>


It depends on your theme and where you want to show the banner. But in any case don't forget to clear the cache to see the changes...
..



49
stefan88
Re: xoops banner system into a block?
  • 2008/11/26 16:11

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


..



50
stefan88
Re: kshop blank page.
  • 2008/11/26 15:41

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


Quote:
$xoopsTpl->assign('carttotal', BuildPrice($CART->chkwhichPrice()));

this is what i get from debug mode.


Hi,

I didn't mean XOOPS debug. It is VERY usefull XOOPS option, but can't solve all problems. I mean web server and php logs (also error logs as they usualy are in diferent files)

Your problem could be not enough memory for PHP. But if it is, there will be a message in the logs. It could be also something else.
..




TopTop
« 1 2 3 4 (5) 6 7 8 ... 104 »



Login

Who's Online

153 user(s) are online (108 user(s) are browsing Support Forums)


Members: 0


Guests: 153


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