1
madcapjv
Re: cbb2.2 not allowing users to start new topic
  • 2005/9/6 1:51

  • madcapjv

  • Just popping in

  • Posts: 33

  • Since: 2004/11/28


Just thought I would add this for posterity. This is a screenshot from myalbum admin index. it too is having trouble recognizing GD2...when the GD2 test is run, but as you can see, the GD pipe works fine.

Resized Image



2
madcapjv
Re: cbb2.2 not allowing users to start new topic
  • 2005/9/6 1:25

  • madcapjv

  • Just popping in

  • Posts: 33

  • Since: 2004/11/28


it looks like the XOOPS code for detecting GD2 is flawed.
I have GD Version bundled (2.0.28 compatible)
this means GD 2 is bundled, implicitly GD 1 being suported too. Again, my webserver is a bundle from apache2triad.

Can someone show me a screenshot of some of their Admin pages (Categories or Forums) because mine is showing no icons whatsoever, which is the same problem I have on the frontend.

This all leads me to believe that the detection of the GD is the troublemaker. Can any of the cbb developers chime in on this for me?



3
madcapjv
Re: cbb2.2 not allowing users to start new topic
  • 2005/8/31 16:08

  • madcapjv

  • Just popping in

  • Posts: 33

  • Since: 2004/11/28


So that wouldn't cause images within cbb to not be displayed, correct?

ewww, double negative, i hate the english language.



4
madcapjv
Re: cbb2.2 not allowing users to start new topic
  • 2005/8/31 15:12

  • madcapjv

  • Just popping in

  • Posts: 33

  • Since: 2004/11/28


Still no luck. Any help out there?



5
madcapjv
Re: cbb2.2 not allowing users to start new topic
  • 2005/8/30 21:34

  • madcapjv

  • Just popping in

  • Posts: 33

  • Since: 2004/11/28


No luck with the templates suggestion either.

A couple things that I noticed today, that might be of interest.

I opened my templates_c directory to check on the files being generated by my scripts, to see if the line
<($xoops_module_header}> was in the temp %%83^83B^83B425A2%%db%3Anewbb_index.html.php, and it wasnt. However the funny thing is that I'm pretty sure its added correctly to my theme.html files...

<head>
<
meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<
meta http-equiv="content-language" content="<{$xoops_langcode}>" />
<
meta name="robots" content="<{$xoops_meta_robots}>" />
<
meta name="keywords" content="<{$xoops_meta_keywords}>" />
<
meta name="description" content="<{$xoops_meta_description}>" />
<
meta name="rating" content="<{$xoops_meta_rating}>" />
<
meta name="author" content="<{$xoops_meta_author}>" />
<
meta name="copyright" content="<{$xoops_meta_copyright}>" />
<
title><{$xoops_sitename}> - <{$xoops_pagetitle}></title>
<
link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<
link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_url}>/xoops.css" />
<
link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_themecss}>" />
<!-- 
RMVadded module header -->
[
color=CC0000]<{$xoops_module_header}>[/color]
<
script type="text/javascript">
<!--
<{
$xoops_js}>
//-->
</script>
</
head>


From my cbb Admin Index

ImageMagicK: Not available
NetPBM: Not available
GD1 library: Not available
GD2 library: Not available

Would the lack of GD2 Library cause icons to not be displayed on my cbb install?

I use the most current apache2triad as my server/sql package, and realize that the GD2 Library thing is a php issue. I will follow up with the GD2 support people on this topic.



6
madcapjv
Re: cbb2.2 not allowing users to start new topic
  • 2005/8/30 17:39

  • madcapjv

  • Just popping in

  • Posts: 33

  • Since: 2004/11/28


Yes, permissions have been opened for all groups for all functions, I did that so that if you wanted to check the site, you would be able to log in and see the actions table display settings, and see that the new topic icons are not displaying.

I checked some of my temp files this morning, and thought i saw an anomoly, will post code from them later today.



7
madcapjv
Re: cbb2.2 not allowing users to start new topic
  • 2005/8/30 10:49

  • madcapjv

  • Just popping in

  • Posts: 33

  • Since: 2004/11/28


Unfortunetaly, that <{$xoops_module_header}> tag is in all of my theme.html files.

Thanks for the quick reply, and other ideas?



8
madcapjv
cbb2.2 not allowing users to start new topic
  • 2005/8/30 3:02

  • madcapjv

  • Just popping in

  • Posts: 33

  • Since: 2004/11/28


I am running XOOPS 2.2 and attempting to get cbb 2.2 working properly on my site. I do not see anyway to start new topic, and yes, the permissions table is set up properly.

Check out my site, and let me know if you have any ideas.

http://madcapjv.no-ip.org/



9
madcapjv
Re: My articles don't display (wf-sections)!!!
  • 2005/8/25 2:17

  • madcapjv

  • Just popping in

  • Posts: 33

  • Since: 2004/11/28


Quote:

libervis wrote:
Thanks for answering..

Here's what the debug says for article pages:


Notice [PHP]: Undefined index: articlepage in file modules/wfsection/article.php line 68

IN the future i'll use this more often when there are problems since this does gives a clue at least. However, i'm not sure what to do according to this debug notice, you probably do know. Please let me know.

Thank you
Daniel


I realize this issue has been resolved, but for anyone else encountering this, change line 68 in modules\wfsection\article.php from

$xoopsOption['template_main'] = ( $article->isframe ) ? $wfsTemplates['articleplainpage'] : $wfsTemplates['articlepage'];


to

$xoopsOption['template_main'] = ( $article->isframe ) ? $wfsTemplates['articlepagetemp'] : $wfsTemplates['articlepagetemp'];



10
madcapjv
Xoops 2.2 Installed, migrated users from 2.0.13 manually, please help
  • 2005/7/30 15:52

  • madcapjv

  • Just popping in

  • Posts: 33

  • Since: 2004/11/28


After having this info posted in another thread and the thread direction heading the wrong way, I've decided to repost. I wanted a clean install of XOOPS 2.2, after having run a XOOPS site for the better part of a year and a half now. I figured I would manually migrate my users into the new database, and have halfway successfully done it. By halfway, I mean that all users can log in and access areas on the site that they have rights too. Unfortunetaly, message board posts, find user listings, comments, none of these modules are picking up usernames form the database. I exported my 2.0.13 user fields, imported them to 2.2 tables, ran xoopsupdate.php and updated system module...with these results.

Adding user profile fields...
  
NOTICEumode exists skipped
  NOTICE
uorder exists skipped
  NOTICE
notify_method exists skipped
  NOTICE
notify_mode exists skipped
  NOTICE
user_regdate exists skipped
  NOTICE
posts exists skipped
  NOTICE
attachsig exists skipped
  NOTICE
timezone_offset exists skipped
  NOTICE
user_mailok exists skipped
  NOTICE
theme exists skipped
  NOTICE
actkey exists skipped
  NOTICE
last_login exists skipped


If anyone could offer advice to get my usernames to populate and function the way they should, it would be greatly appreciated. tia




TopTop
(1) 2 3 4 »



Login

Who's Online

247 user(s) are online (174 user(s) are browsing Support Forums)


Members: 0


Guests: 247


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