11
gediminasbyt
Re: can i do this?

You can not. Files you have a just physical files of the install. All info is kept in database which you do not have a copy of, therefore you will have to upload each item manually to you website, which in turn will update database. That's why backups are essential, good backups are a must.

2words - good luck!



12
gediminasbyt
Re: My server gets overloaded

From your output I guess it's linux/unix server. I'd make sure there are system packages installed and monitor ps output, top, do strace on these processes etc. Logs must tell what was running during the time load jumped. If this is only mysql/php/apache server most likely one of these processes started to gobble down the server. You mentioned MySQL server was moved to different host. How about connection to that host? Any problems with DNS? Try updating from hostname to an IP address to eliminate DNS from the loop. Basically you have to find out what causes the load and then troubleshoot it.

Good luck.



13
gediminasbyt
Re: Is there a max of user groups?

EDITED:
Simple look at MySQL shows:
explain dbname_groups;
+-------------+----------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+-------------+----------------------+------+-----+---------+----------------+
| groupid | smallint(5) unsigned | NO | PRI | NULL | auto_increment |
| name | varchar(50) | NO | | | |
| description | text | NO | | | |
| group_type | varchar(10) | NO | MUL | | |
+-------------+----------------------+------+-----+---------+----------------+

Group ID is a smallint, the number range is -32768 32767. However it's unsigned therefore the shift is done from negative numbers towards positive side. Therefore without problems you can have at least 65535 groups.

I can't imagine having that many groups.



14
gediminasbyt
Re: Avitar and Image Manager issues

###Size is the default 80 x 80 and 50000 bytes. ###

How big an image is that you try to upload?



15
gediminasbyt
Re: Avitar and Image Manager issues

What modules you have installed?
What size did you set when you created the category.
What type of image and how big image is.

I'd recommend to install xoopsinfo but don't overwrite image management... it did not work for me very well.



16
gediminasbyt
[SOLVED]Re: Can't upload powerpoint

Well XoopsInfo is crap at this stage for mimetype management. It does not do anything just make you feel it's working. Haven't looked deeper but the only thing you need to do is:

remove any module configs in XoopsInfo and do usual management in the module itself, in my case smartsection... define extension and manage size within smartsection preferences.

Have to look more into implementation of xoopsinfo for better control of mimetypes.



17
gediminasbyt
Re: Can't upload powerpoint

I even had tried following:

INSERT INTO `xoopsdbname_MimeTypeMap` ( `g_extension` , `g_mimeType` , `g_viewable` )
VALUES (
'pps', 'application/vnd.ms-powerpoint', '1'



18
gediminasbyt
Can't upload powerpoint

I can't upload PowerPoint docs and searching for an answer... Might someone already did figure this out.

I'm using:
# XOOPS Version : XOOPS 2.0.16
# XOOPS Theme : gbxlt
# XOOPS Template Set : templates_prod
# PHP Version : 5.2.1
# MySQL Version : 5.0.24a-standard-log
# Server Software : Apache/2.0.54 (Unix) PHP/4.4.4 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_fastcgi/2.4.2 DAV/2 SVN/1.3.2
# User's Browser : Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20070130 Firefox/2.0.0.1

I do have latest xoopsinfo installed and did chose to overwrite default image manager. I did add in:

XoopsInfo->mimetypes new mime types pps, ppo and ppt with mimetype: application/vnd.ms-powerpoint

Added in XoopsInfo->Mimetypes->system (added ridiculously large size and gave everyones upload permissions...)

Added in XoopsInfo->Mimetypes->smartsection (added ridiculously large size and gave everyones upload permissions...)

Tried to upload within Xoops->system->images but getting error:

Errors Returned While Uploading
MIME type not allowed 
application/vnd.ms-powerpoint


When I try to upload within smartsection getting their error:
ErrorUnable to store uploaded file for the following reasons:<br />Errorfiletype is not allowedPlease re-submit.



I've added these entries mimetypes.inc.php as it had only ppt and I needed pps to add.

Xoops_root/html/class
egrep "ppt|pps|ppo" mimetypes.inc.php
      
"ppt"              => "application/vnd.ms-powerpoint",
     
"pps"              => "application/vnd.ms-powerpoint",
     
"ppo"              => "application/vnd.ms-powerpoint",


Any help would be nice...



19
gediminasbyt
Re: How did you hear about xoops?

About 5-6 years ago built a home page with html... then used Bills software to expand and realized it's going nowhere with management... so went to PhpNuke but as Herko said that threat to remove proprietary notes and constant security bugs forced to look elsewhere. Tried many other CMS's and looked at not only how it looks but on how much of control you have and came to Xoops. And it's been like that for over 2 years now. I like xoopsing.

G



20
gediminasbyt
Article 1.0 show username

Articles 1.0 shows user real name as an article author. Is there an automated option to show only login name instead of a real name for article? I can edit templates one by one, but just wanted to make sure I'm not missing an automated check button somewhere.

Any suggestions?




TopTop
« 1 (2) 3 4 5 ... 41 »



Login

Who's Online

227 user(s) are online (158 user(s) are browsing Support Forums)


Members: 0


Guests: 227


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