1
stinkbug
Re: PANIC: Xoops Error message
  • 2006/7/14 0:19

  • stinkbug

  • Just popping in

  • Posts: 27

  • Since: 2005/4/4 2


YOU are a life saver! Thank you thank you thank you. Bagels on me!



2
stinkbug
Re: PANIC: Xoops Error message
  • 2006/7/13 19:42

  • stinkbug

  • Just popping in

  • Posts: 27

  • Since: 2005/4/4 2


thanks for the reply Bender.

Unfortunately, now I get the following error:

mySQL query error: UPDATE xoops_session SET member_name='',member_id='0',member_group='2',login_type='0', sess_updated='1152820875', in_forum='', in_topic='', location='idx,,' WHERE sess_id='d4741b2a84fa1ec98d5cedca2d513b6b'

mySQL error: Unknown column 'member_name' in 'field list'
mySQL error code:
Date: Thursday 13th of July 2006 04:01:15 PM

I'm at a loss.



3
stinkbug
Re: PANIC: Xoops Error message
  • 2006/7/13 19:26

  • stinkbug

  • Just popping in

  • Posts: 27

  • Since: 2005/4/4 2


can anyone help me create a new xoops_session table?



4
stinkbug
PANIC: Xoops Error message
  • 2006/7/13 19:00

  • stinkbug

  • Just popping in

  • Posts: 27

  • Since: 2005/4/4 2


Hi I'm in a bit of a jam, and slowly starting to panic. I'm getting the following message:

mySQL query error: UPDATE xoops_session SET member_name='',member_id='0',member_group='2',login_type='0', sess_updated='1152818274', in_forum='', in_topic='', location='idx,,' WHERE sess_id='d4741b2a84fa1ec98d5cedca2d513b6b'

mySQL error: Table 'xxxxxx_-_xoops.xoops_session' doesn't exist
mySQL error code:
Date: Thursday 13th of July 2006 03:17:54 PM

when I try to connect to my message board.

I'm using an IPB board with xooops 2.0.10

Please help...this is bad, very bad.



5
stinkbug
insert image into news "Scoop"
  • 2006/2/17 11:38

  • stinkbug

  • Just popping in

  • Posts: 27

  • Since: 2005/4/4 2


Hi, Is there a way to insert an image (from either the image manager or with straight HTML) into the "Scoop" section of the News module article? I'm running News 1.3.1, and would like custom images to appear in front of each news item which is shown in a block on my home page.

Currently, it only allows for an image to be shown in the spolight feature, and the module removes that image once I update my news section.

Here is the code for the news_block_top.html:

<ul id="tabNavigation">
<{foreach item=onetab from=$block.tabs}>
<{if $block.current_tab == $onetab.id}>

<li class="selectedTab"><a href='#'><{$onetab.title}></a></li>
<{else}>

<li><a href="<{$block.url}>NewsTab=<{$onetab.id}>"><{$onetab.title}></a></li>
<{/if}>
<{/foreach}>

<li class="fixTabsIE"><a href="javascript:void(0);">&nbsp;</a></li>
</ul>

<{if $block.current_is_spotlight}>
<div style="border-top: 1px solid rgb(0, 0, 0); background: <{$block.color1}> none repeat scroll 0%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;"><{$block.spotlight.author}> <{$block.lang_on}> <{$block.spotlight.date}> <{if $block.use_rating}> - <{$block.spotlight.rating}>/10 (<{$block.spotlight.number_votes}>)<{/if}>, <{$block.spotlight.hits}> <{$block.lang_reads}><br /></div>
<{else}>
<div style="border-top: 1px solid rgb(0, 0, 0); background: <{$block.color1}> none repeat scroll 0%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;">
<{foreach item=onesummary from=$block.smallheader}>
<{$onesummary}>&nbsp;
<{/foreach}>
<br /></div>
<{/if}>
<div id="fullSupport"> <{if $block.current_is_spotlight && $block.tabs.id==0}>
<table border=0>
<tr>
<td colspan='2'> <table border=0>
<tr>
<td><img src='<{$block.spotlight.topic_image}>' border=0></td>
<td align='left'><{$block.spotlight.topic_description}></td>
</tr>
</table>
<div class="itemBody"><{$block.spotlight.title_with_link}></div></td>
</tr>
<tr>
<td><{$block.spotlight.image}>&nbsp;</td>
<td><p class="note"><{$block.spotlight.text}></p></td>
</tr>
</table>
<br />
<center>
<hr width='85%'>
</center>
<ul>
<{foreach item=onenews from=$block.spotlight.news}>
</ul>
</div>
<div id="fullSupport"><{$onenews.date}> - <{$onenews.title_with_link}></div>
<div>
<ul>
<{/foreach}>
</ul>
<{else}>
<table border=0>
<tr>
<td><img src='<{$block.topic_image}>' border=0></td>
<td align='left'><{$block.topic_description}></td>
</tr>
</table>
<{foreach item=onenews from=$block.news}> </div>
<div>
<div class="itemBody"><{$onenews.title}></div>
</div>
<div>
<div class="itemBody"><span class="itemStats">&nbsp;&nbsp;<{$onenews.author}>
<{$block.lang_on}> <{$onenews.date}> - <{if $block.use_rating}> <{$onenews.rating}>/10
(<{$onenews.number_votes}>)<{/if}>, <{$onenews.hits}> <{$block.lang_reads}></span></div>
<p class="note"><{$onenews.text}></p>
<{/foreach}> <{/if}> </div>
<{else}>
<table>
<{if $block.spotlight}>
<tr>
<td><table>
<tr>
<td colspan=2>
<table border=0>
<tr><td><img src='<{$block.spotlight.topic_image}>' border=0></td><td align='left'><{$block.spotlight.topic_description}></td></tr>
</table>
<font color="#FF6600"><b><{$block.spotlight.title}></b></font> <{$block.spotlight.author}>
<{if $block.sort=='counter'}>
(<{$block.spotlight.hits}>)
<{elseif $block.sort=='published'}>
(<{$block.spotlight.date}>)
<{else}>
(<{$block.spotlight.rating}>)
<{/if}>
</td>
</tr>
<tr>
<td><{$block.spotlight.image}></td><td><{$block.spotlight.text}></td>
</tr>
<tr>

<td colspan=2> <{if $block.spotlight.read_more}> <a href="<{$xoops_url}>/modules/news/article.php?storyid=<{$block.spotlight.id}>"><{$block.lang_read_more}></a>
&nbsp;&nbsp;&nbsp;
<hr width='98%'>
<{/if}>
</td>
</tr>
</table></td>
</tr>
<{/if}>

<tr>
<td> <ul>
<{foreach item=news from=$block.stories}> <{if $news.id != $block.spotlight.id}>
</ul>
<p><a href="<{$xoops_url}>/modules/news/article.php?storyid=<{$news.id}>" <{$news.infotips}>><strong><{$news.title}></strong></a>
- <{if $block.sort=='counter'}> [<{$news.hits}>] <{elseif $block.sort=='published'}>
[<{$news.date}>] <{else}> [<{$news.rating}>] <{/if}> <br />
<{$news.teaser}></p>
<ul>
<{/if}> <{/foreach}> </ul></td>
</tr>
</table>



6
stinkbug
Xoops and IPB Login Issues
  • 2005/9/6 14:00

  • stinkbug

  • Just popping in

  • Posts: 27

  • Since: 2005/4/4 2


Hi,

I've received reports from some users who are unable to stay logged into our site. If they are idle for more than 10 minute s, or navigate to another website and then return, they are automatically logged out.

I'm told that they've checked "remember me". I'm not sure if this is a problem with XOOPS or IPB or both, nor have I experienced this problme firsthand.

Also, please note that my web server crashed the day before I started to receive these notices. Is it possible that this had any effect on users who were logged in at the time?

I don't know how to begin to report this to my web hosting company.

Any thoughts or suggesstions are much appreciated.

Thanks!



7
stinkbug
xcgallery causing images not to load
  • 2005/8/3 19:36

  • stinkbug

  • Just popping in

  • Posts: 27

  • Since: 2005/4/4 2


Hi,

I seem to be having a problem with XCgallery and Internet Explorer. On certain computers, the thumnails fail to load. Then, when I click on any other webpage, none of the images will load.

I have to close IE completely and then re-start it in order for the problem to go away. This only seems to happen when I click on photos in xcgallery.

Your thoughts....

Thanks,
SB.



8
stinkbug
Re: XoopsGallery: Permission Problem
  • 2005/7/14 20:30

  • stinkbug

  • Just popping in

  • Posts: 27

  • Since: 2005/4/4 2


OMG this is so frustrating. I have two sites, one where it works, and the othere where it doesn't. Both have the exact same settings in the preference.



9
stinkbug
Re: XoopsGallery: Permission Problem
  • 2005/7/14 18:50

  • stinkbug

  • Just popping in

  • Posts: 27

  • Since: 2005/4/4 2


If one of the mods on this site would like access to the admin panel, please email me. I'm really at a loss, and don't know what to do next. I'm not sure if it's a permission issue with the photo albums themselves, or something else.

I've gotten no help on the xoopsgallery.org forum.



10
stinkbug
Re: XoopsGallery: Permission Problem
  • 2005/7/14 18:20

  • stinkbug

  • Just popping in

  • Posts: 27

  • Since: 2005/4/4 2


It does - which is why it's so stange.




TopTop
(1) 2 3 »



Login

Who's Online

164 user(s) are online (111 user(s) are browsing Support Forums)


Members: 0


Guests: 164


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