1
billpeace
a strange problem
  • 2006/5/23 23:52

  • billpeace

  • Just popping in

  • Posts: 3

  • Since: 2006/5/19


My index.php page is not blank after install,but cant reload navigation.

relevant parameter:

PHP 5.1.2, Operating System WINNT ,Web Server Version Microsoft-IIS/6.0 ,Xoops Version. 2.2.4

i can loging,i can modify. user.php admin.php index.php page are all not blank, but all can't show navigation

somthing about PHP configure: PHPINFO:http://tz.dnsdo.com/php.php?testinfo=phpinfo
register_globals no
memory_limit 8M
upload_max_filesize 2M
disable_functions:passthru,exec,shell_exec,system,rmdir,chmod,popen,dir,fileperms.copy,unlink
post_max_size 8M
max_execution_time 30秒
display_errors no

wywebsite: http://xilincai6689.sx.host.dnsdo.com

2
jensclas
Re: a strange problem

You didn;t mention your MySQL version:

Quote:
To install XOOPS for the first time you'll need to have the minimum following server software pre-installed on your host webserver:
* HTTP Server (Apache or IIS) "Note, XOOPS only officially supports Apache"
* PHP 4.1.0 and higher (4.1.x recommended) Note: PHP 5 may cause a problem until the next release. If you have PHP5 please check the Install#Troubleshooting note.
* MySQL Database 3.23.XX or 4.xx (XOOPS will have compatability with MySQL 5 in the next release.)


This might also help -


Installation fails (using PHP 5)
The install wizard is not fully compatible with PHP 5. One simple change will fix this, and will also be included in the next release.

Symptoms
During the install process you see messages like these :

*
File ../mainfile.php overwritten by ../mainfile.dist.php.
*
Failed writing constant C:/Program Files/Apache Group/Apache2/htdocs.
*
Failed writing constant http://localhost.
*
Failed writing constant mysql.
*
Failed writing constant xoops.
*
etc...

Solution
edit /install/class/mainfilemanager.php by changing :

$content = fread($file, filesize($this->path) );
fclose($file);

to

clearstatcache();
$content = fread($file, filesize($this->path) );
fclose($file);

Please note - I am only guessing!

Login

Who's Online

483 user(s) are online (54 user(s) are browsing Support Forums)


Members: 0


Guests: 483


more...

Donat-O-Meter

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

Latest GitHub Commits