51
migoe
I can not change the group permissions of registered users - Fatal server error!!
  • 2003/12/10 9:24

  • migoe

  • Just popping in

  • Posts: 68

  • Since: 2003/4/2 9


I can not chance the group permissions of registered users since XOOPS v2.0.5.1
When i'm in the admin area and klick on the "Chance"-Button of the registered users-group there comes an white screen with the message:

Quote:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, support@bytecamp.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.



--------------------------------------------------------------------------------

Apache/1.3.27 Server at www.liedermacher-forum.de Port 80

Is this a bug oder a feature? The other group permissions can be changed without probs...

migoe



52
migoe
Re: How to use SPAW wysiwyg editor with the News module!
  • 2003/10/28 21:23

  • migoe

  • Just popping in

  • Posts: 68

  • Since: 2003/4/2 9


I have run the demo.php in /spaw/scripts/ an this ist the errormessages:

This is the simpliest usage of the control with all the default parameters

$sw 
= new SPAW_Wysiwyg('spaw1',stripslashes($HTTP_POST_VARS['spaw1']));
$sw->show();


Fatal errorCannot instantiate non-existent class: spaw_wysiwyg in /raid/domains/de/l/liedermacher-forum/htdocs/www/include/spaw/scripts/demo.php on line 67


Can anyone help me to run the script?

migoe



53
migoe
Re: What happened with Xoops - Germany ??
  • 2003/10/24 19:48

  • migoe

  • Just popping in

  • Posts: 68

  • Since: 2003/4/2 9


Hello wapa17,

i can help you
The german xoops-community you will find, when you got to www.myxoops.de or www.myxoops.org or www.myxoops.info (to test some modules) or www.myxoopsforge.de (modules-development)...

migoe



54
migoe
Re: How to use SPAW wysiwyg editor with the News module!
  • 2003/10/24 19:42

  • migoe

  • Just popping in

  • Posts: 68

  • Since: 2003/4/2 9


Hi Jan,

no, the server dont use mod_security - the following mods are loaded:

mod_php4mod_setenvifmod_somod_expiresmod_authmod_accessmod_rewritemod_aliasmod_userdirmod_actionsmod_imapmod_asismod_cgimod_dirmod_autoindexmod_includemod_infomod_statusmod_negotiationmod_mimemod_log_referermod_log_agentmod_log_configmod_envmod_vhost_aliashttp_core


I have an idea: there are some files ".cvsignore" in the /spaw directory that i dont can upload to the server - permission fail - can this failing files be the problem? And when yes, how can i help myself?
Or can it be, that my settings in the /spaw/config/spaw_control.default.config.php are wrong?

// directory where spaw files are located
$spaw_dir '/spaw/';

// base url for images
$spaw_base_url 'http://www.liedermacher-forum.de/images/';

if (!
ereg('/$'$HTTP_SERVER_VARS['DOCUMENT_ROOT']))
  
$spaw_root $HTTP_SERVER_VARS['DOCUMENT_ROOT'].$spaw_dir;
else
  
$spaw_root $HTTP_SERVER_VARS['DOCUMENT_ROOT'].substr($spaw_dir,1,strlen($spaw_dir)-1);


$spaw_default_toolbars 'default';
$spaw_default_theme 'default';
$spaw_default_lang 'en';
$spaw_default_css_stylesheet $spaw_dir.'wysiwyg.css';

// add javascript inline or via separate file
$spaw_inline_js false;

// use active toolbar (reflecting current style) or static
$spaw_active_toolbar true;

// default dropdown content
$spaw_dropdown_data['style']['default'] = 'Normal';

$spaw_dropdown_data['font']['Arial'] = 'Arial';
$spaw_dropdown_data['font']['Courier'] = 'Courier';
$spaw_dropdown_data['font']['Tahoma'] = 'Tahoma';
$spaw_dropdown_data['font']['Times New Roman'] = 'Times';
$spaw_dropdown_data['font']['Verdana'] = 'Verdana';

$spaw_dropdown_data['fontsize']['1'] = '1';
$spaw_dropdown_data['fontsize']['2'] = '2';
$spaw_dropdown_data['fontsize']['3'] = '3';
$spaw_dropdown_data['fontsize']['4'] = '4';
$spaw_dropdown_data['fontsize']['5'] = '5';
$spaw_dropdown_data['fontsize']['6'] = '6';

$spaw_dropdown_data['paragraph']['Normal'] = 'Normal';
$spaw_dropdown_data['paragraph']['Heading 1'] = 'Heading 1';
$spaw_dropdown_data['paragraph']['Heading 2'] = 'Heading 2';
$spaw_dropdown_data['paragraph']['Heading 3'] = 'Heading 3';
$spaw_dropdown_data['paragraph']['Heading 4'] = 'Heading 4';
$spaw_dropdown_data['paragraph']['Heading 5'] = 'Heading 5';
$spaw_dropdown_data['paragraph']['Heading 6'] = 'Heading 6';

// image library related config

// allowed extentions for uploaded image files
$spaw_valid_imgs = array('gif''jpg''jpeg''png');

// allow upload in image library
$spaw_upload_allowed true;

// image libraries
$spaw_imglibs = array(
  array(
    
'value'   => 'images/',
    
'text'    => 'Bilder',
  ),
  array(
    
'value'   => 'images/',
    
'text'    => 'Bilder2',
  ),
);


In hope of an helping answer...

migoe



55
migoe
Re: How to use SPAW wysiwyg editor with the News module!
  • 2003/10/23 13:25

  • migoe

  • Just popping in

  • Posts: 68

  • Since: 2003/4/2 9


Hello Jan,

a good script an an easy way to implement it - but at my site it doesnt work
I have everything done how you wrote (used the downloaded file) but wenn i want to submit a new Article in the news-modul there comes a white screen and an error message: Access denied!

What have i done to deserve this?

migoe

P.S. Using X2.05



56
migoe
Glossary Module with bb-code or html-code
  • 2003/6/3 22:13

  • migoe

  • Just popping in

  • Posts: 68

  • Since: 2003/4/2 9


Hi all,

is there someone who can tell me if there is a hack that allow me to format the content in the glossary-module with bb-code or html-code.

I'm using XOOPS 2.0.2 and have install the glossary version 2.0 for XOOPS 2

migoe



57
migoe
Re: "Whats new since last logon" module needed
  • 2003/5/28 22:03

  • migoe

  • Just popping in

  • Posts: 68

  • Since: 2003/4/2 9


Please, please, please give it free for download here...

migoe



58
migoe
Is there a guestmap-module?
  • 2003/4/2 9:48

  • migoe

  • Just popping in

  • Posts: 68

  • Since: 2003/4/2 9


Hi Folks,

i'm the webmaster of a german website and i'm looking for a module like the "guestmap"-service from www.bravenet.com. If you don't know what i mean, please visit my site: www.liedermacher-forum.de...

in the head there ist a link called "Woher kommen die Besucher" - if you klick, the service will start...
i hope there ist someone who can tell me, if there ist a module like this anywhere because this service is not so fast and i don't like advertise for other firms

sorry for my really bad english, but i'm only a loosing krautkopf

migoe




TopTop
« 1 ... 3 4 5 (6)



Login

Who's Online

233 user(s) are online (154 user(s) are browsing Support Forums)


Members: 0


Guests: 233


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