1
jw716
xcal problems
  • 2004/12/5 3:04

  • jw716

  • Just popping in

  • Posts: 64

  • Since: 2004/5/1 2


Ok here goes, will try to explain as best as I can the problem.

First time works good.
Click on Gallery>> Category 1 >> Album 1 >> Photo 1.
Everything works good.

Then
Click on Gallery>> Category 2 >> Album 1 >> Photo 2.
Up pops the first photo veom Cat1, Album 1, Photo 1.

Trying again the first photo always comes up.
If I go to Admin, Modules, Update (xcal mod). It will work correctly one time then the same as above (same photo appears)

XOOPS 2.0.7
Apache 1.3.33 (Unix)
PHP 4.3.9
MySQL 4.0.22-standard



2
jw716
Re: Error, Can't access site!
  • 2004/9/22 16:51

  • jw716

  • Just popping in

  • Posts: 64

  • Since: 2004/5/1 2


That would be the name of your database.
The database name your XOOPS portal uses.



3
jw716
Re: Error, Can't access site!
  • 2004/9/22 2:47

  • jw716

  • Just popping in

  • Posts: 64

  • Since: 2004/5/1 2


One added problem.
xcgal, debug!

Found it! Fixed it!



4
jw716
Re: Error, Can't access site!
  • 2004/9/21 23:13

  • jw716

  • Just popping in

  • Posts: 64

  • Since: 2004/5/1 2


OK, did find and correct the error.
Found a whitespace in the mainfile.php in the database name.
This was after the db name and the ' at the end of the name.
Somehow it got changed
Read
define('XOOPS_DB_NAME', 'ibewtr2_ibewtravelers');
Removed the space after ibewtravelers and everythng worked good again.

Thanks for the help.



5
jw716
Re: Error, Can't access site!
  • 2004/9/21 22:07

  • jw716

  • Just popping in

  • Posts: 64

  • Since: 2004/5/1 2


Two other web pages that use the same db, working good.
Checked mainfile.php and everything is correct.



6
jw716
Error, Can't access site!
  • 2004/9/21 21:41

  • jw716

  • Just popping in

  • Posts: 64

  • Since: 2004/5/1 2


I know this must have been answered here more than once but did a search and can't find answer.
Quote:
This page cannot be displayed due to an internal error.

If you are the administrator of this site, please visit the XOOPS Troubleshooting Page for assistance.

Error [Xoops]: Unable to connect to database in file class/database/databasefactory.php line 34

clas/database/databasefactory.php line 34 doesn't really tell me anything.
30    $instance =& new $class();
31            $instance->setLogger(XoopsLogger::instance());
32            $instance->setPrefix(XOOPS_DB_PREFIX);
33            if (!$instance->connect()) {
34                trigger_error("Unable to connect to database"E_USER_ERROR);
35            }
36        }
37        return $instance;


Address =http://www.ibewtravelers.net/IBEW/
This site has been up and running good without any changes in a while. Also have 2 other web pages using XOOPS at the same URI and the are working fine.
I have checked the mainfile.php and the information there to acess the db hasn't changed.
Don't know what to do next other than reinstalling the program then uploading last nights backup on the db.

Any help about what to do before I do that?



7
jw716
Re: New User can't Registering
  • 2004/8/5 3:10

  • jw716

  • Just popping in

  • Posts: 64

  • Since: 2004/5/1 2


I finally did find the answer it was the firewall issue.

I really have a hard time getting the right words on any search engine and finding exaxtly what I want to find.

Thank you for putting me in the right direction.



8
jw716
Re: New User can't Registering
  • 2004/8/4 22:37

  • jw716

  • Just popping in

  • Posts: 64

  • Since: 2004/5/1 2


Now I have had t new register and heard from 2 that can't.
??????????



9
jw716
New User can't Registering
  • 2004/8/4 22:29

  • jw716

  • Just popping in

  • Posts: 64

  • Since: 2004/5/1 2


Just set up XOOPS 2.0.7
Getting message from others that they can't register.
I did a test register thing and registered 4 times with different usernames and e-mail address.
Checked all settings and can't seem to find any errors.

The error message they are getting is
"Unable to register new user"

There has been one other register. Don't know what the problem may be, any ideas?



10
jw716
Re: Start page module w/custom block below?
  • 2004/7/26 16:08

  • jw716

  • Just popping in

  • Posts: 64

  • Since: 2004/5/1 2


OK, I am stupid and can't even read the language in this theme.

This theme is blob_taste.
I would like to place may newbb recent post under "Articles" mod with a custom Welcome block at the top.
A little help. Please.

<!-- Display center blocks if any -->
        <{if 
$xoops_showcblock == 1}>

        <
table cellspacing="0">
          <
tr>
          <!-- 
Ãæ±û-Ãæ±û¥Ö¥í¥Ã¥¯Éôʬ¤ÎÄêµÁ -->
            <
td id="centerCcolumn" colspan="2">
            <{foreach 
item=block from=$xoops_ccblocks}>
            <
div style="padding: 5px;">
            <
div class="blockTitle"><{$block.title}></div>
            <
div class="blockContent"><{$block.content}></div>
            </
div>
            <{/foreach}>
            </
td>
          <!-- 
Ãæ±û-Ãæ±û¥Ö¥í¥Ã¥¯Éôʬ½ª¤ï¤ê -->
          </
tr>
          <
tr>

          <!-- 
Ãæ±û-º¸¥Ö¥í¥Ã¥¯Éôʬ¤ÎÄêµÁ -->
            <
td id="centerLcolumn">
            <{foreach 
item=block from=$xoops_clblocks}>
                <
div style="padding: 0px 0px 0px 8px;">
                <
div class="blockTitle"><{$block.title}></div>
                <
div class="blockContent"><{$block.content}></div>
                </
div>
            <{/foreach}>
            </
td>
          <!-- 
Ãæ±û-º¸¥Ö¥í¥Ã¥¯Éôʬ½ª¤ï¤ê -->


          <!-- 
Ãæ±û-±¦¥Ö¥í¥Ã¥¯Éôʬ¤ÎÄêµÁ -->
            <
td id="centerRcolumn">
              <{foreach 
item=block from=$xoops_crblocks}>
                <
div style="padding: 0px 5px 0px 0px;">
                <
div class="blockTitle"><{$block.title}></div>
                <
div class="blockContent"><{$block.content}></div>
                </
div>
              <{/foreach}>
            </
td>
          <!-- 
Ãæ±û-±¦¥Ö¥í¥Ã¥¯Éôʬ½ª¤ï¤ê -->
          </
tr>
        </
table>

        <{/if}>
        <!-- 
End display center blocks -->






TopTop
(1) 2 3 4 ... 7 »



Login

Who's Online

144 user(s) are online (91 user(s) are browsing Support Forums)


Members: 0


Guests: 144


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