1
Peccavi
Re: Win XP + Xampp works --- Xoops installs Dead :(
  • 2004/12/24 0:30

  • Peccavi

  • Just popping in

  • Posts: 17

  • Since: 2004/12/12


XAMPP 1.4.10a-win32 uses MySQL 1.4.7 which has issues with php4. Thank you Dave_L for pointing this out.

I have changed my install of XAMPP to version 1.4.9 running php4. XOOPS 2.0.7.3 installs and runs without any flaw :)

Happy Camper,

Peccavi



2
Peccavi
Re: Windows + Xampp + Xoops = Dead links on index.html
  • 2004/12/23 4:41

  • Peccavi

  • Just popping in

  • Posts: 17

  • Since: 2004/12/12


We should thank Dave_L for pointing this out...

XAMPP 1.4.10a uses MySQL 4.1.7 which appears to have issues with PHP 4. XOOPS version 2.0.7.3 only works with PHP 4

http://www.apachefriends.org/en/xampp-windows.html instructs :

Quote:
For a more functionality, please work with the XAMPP version 1.4.9 with MySQL 4.0.21.


Peccavi



3
Peccavi
Re: Win XP + Xampp works --- Xoops installs Dead :(
  • 2004/12/22 16:09

  • Peccavi

  • Just popping in

  • Posts: 17

  • Since: 2004/12/12


Quote:

I'm not sure what "dead links" are. Do you mean links that don't "do anything" when you click on them? If you view the HTML source for the page, what does the HTML for the link look like?


<td id="leftcolumn">
<!-- Start left blocks loop -->
<div class="blockTitle">Login</div>
<div class="blockContent"></div>
<div class="blockTitle">Main Menu</div>
<div class="blockContent"></div>
<!-- End left blocks loop -->
</td>

There is no way to login :(

Quote:
Also, there were some issues with XAMPP 1.4.10.


That page suggested to upgrade to XAMPP 1.4.10a Also I left mySQL's user/PW at default "root/''". It seems to work with everything else I have installed.

I guess you suggest that I back everything up and step back to Xampp 1.4.9 and reinstall everything.

Peccavi



4
Peccavi
Win XP + Xampp works --- Xoops installs Dead :(
  • 2004/12/22 12:48

  • Peccavi

  • Just popping in

  • Posts: 17

  • Since: 2004/12/12


Installation runs error free but index has dead links

This is my 3rd attempt to ask my question.

Yes XOOPS directories are writable by everyone,
except mainfile.php which is read only.

This XP box is for development and testing. It is running Xampp 1.4.10a. Something is right of my setup as it has other PHP based CMS Engines running.

Xoops version 2.0.7.3

Config... Apache 2.0.52 PHP 4.3.9 SQL 4.1.7

PHP register_globals=on

Is there anything else of php.ini to concern?

templates_c has a couple of files.

Xoops's db has 31 Tables, currently with 280 records.

Turned on debugging
https://xoops.org/modules/smartfaq/faq.php?faqid=80

I get the following errors:

Warning [Xoops]: Smarty error: unable to read template resource: "db:system_block_login.html" in file Xoops_Physical_Path\class\smarty\Smarty.class.php line 1042

Warning [Xoops]: Smarty error: unable to read template resource: "db:system_block_mainmenu.html" in file Xoops_Physical_Path\class\smarty\Smarty.class.php line 1042

In class/smarty/Smarty.class.php I turned on debugging
var $debugging = true;

Smarty finds these includes

default/theme.html
default/theme_blockleft.html
default/theme_blockleft.html

but fails to find these

db:system_block_login.html
db:system_block_mainmenu.html

Someone told me the missing file in templates_c is...
db%3Asystem_block_mainmenu.html

If I only had a starting point to chase from...
Where is this created?

Help? Ideas? Suggestions? Anything... PLZ

Peccavi



5
Peccavi
Re: Windows + Xampp + Xoops = Dead links on index.html
  • 2004/12/21 16:01

  • Peccavi

  • Just popping in

  • Posts: 17

  • Since: 2004/12/12


Running Xampp 1.4.10a on Win XP

I currently have 5 other CMS engines running properly...
Something is right with Apache 2.0.52 PHP 4.3.9 SQL 4.1.7

I do not have the same problem as per_t !!

MySQL db has 31 Tables, currently with 280 records.

Turned on debugging
https://xoops.org/modules/smartfaq/faq.php?faqid=80

I get the following errors:

Warning [Xoops]: Smarty error: unable to read template resource: "db:system_block_login.html" in file Xoops_Physical_Path\class\smarty\Smarty.class.php line 1042

Warning [Xoops]: Smarty error: unable to read template resource: "db:system_block_mainmenu.html" in file Xoops_Physical_Path\class\smarty\Smarty.class.php line 1042

In class/smarty/Smarty.class.php I turned on debugging
var $debugging = true;

Smarty finds these includes

default/theme.html
default/theme_blockleft.html
default/theme_blockleft.html

but fails to find these

db:system_block_login.html
db:system_block_mainmenu.html

Someone told me the missing file in templates_c is ...
db%3Asystem_block_mainmenu.html

Where is this created?

Help? Ideas? Suggestions? Anything... PLZ

Should I need to drop back to Xampp 1.4.9?

Peccavi



6
Peccavi
Windows + Xampp + Xoops = Dead links on index.html
  • 2004/12/21 2:21

  • Peccavi

  • Just popping in

  • Posts: 17

  • Since: 2004/12/12


Has anyone gotten this configuration to work?

Peccavi



7
Peccavi
Re: Xoops Intallation Wizard Issues
  • 2004/12/16 10:32

  • Peccavi

  • Just popping in

  • Posts: 17

  • Since: 2004/12/12


Check apache2/conf/httpd.conf

DirectoryIndex should include an index.php

Just a thought

Peccavi



8
Peccavi
Re: Dead Links on Index page is now a Smarty Error
  • 2004/12/16 1:20

  • Peccavi

  • Just popping in

  • Posts: 17

  • Since: 2004/12/12


Guess if I want XOOPS to work for me I'll either need to change my environment or dig into the code. It seems many newbies run into this glitch, suspect there is something needed dug for.

db%3Asystem_block_mainmenu.html

Can some one point me to where this is created
I will find time this next week to explore
Any assistance will be welcome.

Peccavi



9
Peccavi
Re: Dead Links on Index page is now a Smarty Error
  • 2004/12/15 18:59

  • Peccavi

  • Just popping in

  • Posts: 17

  • Since: 2004/12/12


in class/smarty/Smarty.class.php turned on debugging

var $debugging = true;

Smarty finds these includes

default/theme.html
default/theme_blockleft.html
default/theme_blockleft.html

but fails to find these

db:system_block_login.html
db:system_block_mainmenu.html

Can anyone tell me where they come from?

Thanks in advance ... Peccavi



10
Peccavi
Re: Dead links on index page after installation
  • 2004/12/15 13:53

  • Peccavi

  • Just popping in

  • Posts: 17

  • Since: 2004/12/12


As a newbie searching for my my first clue...

The first step should of been in an obvious place!

https://xoops.org/modules/smartfaq/faq.php?faqid=80

Still unable to logon... I set Xoops's debug on.

Getting to the error message is the first step to solution

Now my thread reads:

"Dead Links on Index page is now a Smarty Error"

Peccavi




TopTop
(1) 2 »



Login

Who's Online

224 user(s) are online (130 user(s) are browsing Support Forums)


Members: 0


Guests: 224


more...

Donat-O-Meter

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

Latest GitHub Commits