61
rowdie
Re: Please Help
  • 2006/3/28 18:00

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Check your mainfile.php

Look for the constant called 'XOOPS_URL' and make sure it's *exactly* the same as your url... i.e. maybe there's a 'www' there that shouldn't be?

'been trying for months' is not good, ask for help sooner... we're quite a friendly bunch here mostly

Rowd



62
rowdie
Re: Cannot install xoops
  • 2006/3/23 21:02

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


XOOPS is compatible with PHP 5, but as far as I know there's only been limited testing done with MySQL 5. Full MySQL 5 compatibility is listed in the roadmap for 2.3, as I remember.

I haven't tested MySQL 5 myself so I can't help you further...



63
rowdie
Re: Cannot install xoops
  • 2006/3/23 19:19

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


You didn't say which version of PHP, MySQL or XOOPS you are using... but you could try this.



64
rowdie
Re: Failed Writing Constant errors...
  • 2006/3/22 7:12

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


The installer is not fully compatible with PHP5. One simple change will fix it though...

in: /install/class/mainfilemanager.php

change:
$content fread($filefilesize($this->path) );
fclose($file);


to:
[color=CC0000]clearstatcache();[/color]
$content fread($filefilesize($this->path) );
fclose($file);



65
rowdie
Re: Korean language pack for XOOPS 2.2.4x Available!
  • 2006/3/7 20:01

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Thankyou for these translations, and for making them available in utf-8 as well as EUC-KR.

Very much appreciated

Rowd



66
rowdie
Re: Where do I go to definitively check which Xoops version I'm running?
  • 2006/3/7 19:03

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Quote:

Dave_L wrote:
The only foolproof way of knowing what version you have is to keep track of which one you downloaded and installed.


That's not true. Read the post by jlm69 in this same thread.



67
rowdie
Re: 2.2.3a Problems
  • 2006/3/6 18:28

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Are you certain of the version number?

It looks to me like you are trying to install 2.3alpha1, in which case you should read the install instructions... as there are some values in mainfile.php that you need to add manually.



68
rowdie
Re: DokuWiki Total Newbie Question
  • 2006/3/4 8:41

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


2 ways...
1. Change the url to id=nameOfNewPage
e.g. -> /dokuwiki/doku.php?id=newPage

2. Use an internal link on your page (see the syntax help for details).

If the page doesn't already exist you will have the option to create it.



69
rowdie
Re: WSProject
  • 2006/3/4 7:56

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


The field 'Status' updates the progress of a task.

I see it when I click edit of a task...



70
rowdie
Re: Strange behavior - polish support site [urgent...]
  • 2006/2/26 18:04

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Are you sure the XOOPS_ROOT_PATH should be the same? I would have expected it to be different.




TopTop
« 1 ... 4 5 6 (7) 8 9 10 ... 62 »



Login

Who's Online

222 user(s) are online (149 user(s) are browsing Support Forums)


Members: 0


Guests: 222


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