31
rowdie
Re: Session garbage collection bug when using custom sessions
  • 2006/7/10 17:29

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Which XOOPS version?



32
rowdie
Re: E-mails, printer, pdf: What to change to switch to spanish characters?
  • 2006/7/3 5:25

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


I tested the news module using 'print' view and Spanish text, and it will work provided the news language files are UTF-8.

PDF generation is more difficult, as phppp's post explains.



33
rowdie
Re: PLEASE, can any developer help me with this? Printer, pdf: What to change to switch to spanish?
  • 2006/7/2 20:59

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Did you try the UFT-8 news module files that snow77 sent you? It really should be the solution to your problem



34
rowdie
Re: templates_c files deleted, how to recover it?
  • 2006/6/26 4:22

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Can you log in when you go directly to /user.php?

If so, check in system admin -> general preferences section whether you have the option to 'Update module template .html files from themes/your theme/templates directory?' set to Yes.



35
rowdie
Re: Error: Selected module does not exist!
  • 2006/6/25 4:59

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


You could try to set debug mode to MySQL/blocks debug (conf_value = 2) to find out which module it is trying to load, or if there are other sql statements which are failing (take note of any sql statements in red).



36
rowdie
Re: What and where is Xoop 2.2?
  • 2006/6/24 18:50

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


The Dokuwiki module also works for XOOPS 2.0.13.2 / 2.0.14.

Be sure to read the install instructions carefully, it requires an extra directory to be uploaded to the XOOPS root directory - instructions are in the download package.



37
rowdie
Re: Stand Alone XSAS version - getting started question
  • 2006/6/23 4:15

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Reference to XSAS in the FAQs is in the process of being removed, which is why there's not much information about it.

The XOOPS version in XSAS is old. I suggest you download XOOPS 2.0.13.2 and install it in your working XSAS. It's not hard to install, just make a new folder in /xsas/diskw/www/ and follow the XOOPS install instructions using this new folder as your root directory. The url to this new install will behttp://localhost/newfoldername/ (of course replacing 'newfoldername' with the actual name you used )



38
rowdie
Re: E-mails, printer, pdf: What to change to switch to spanish?
  • 2006/6/19 17:27

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


To fix the emails you need to have a file called 'xoopsmailerlocal.php' in your language folder, which sets the language code to 'UTF-8' for emails.

So first make a file called 'xoopsmailerlocal.php' in your /language/spanish/ folder.

Then copy/paste the following code into that file:


<?php

class XoopsMailerLocal extends XoopsMailer {

        function 
XoopsMailerLocal(){
                
$this->XoopsMailer();
                
$this->charSet 'utf-8';
        }
}
?>


Make sure there are no blank spaces or empty lines before the '<' or after the '?>'

That should set your emails to use UTF-8 encoding.

PDFs and print views are different for each module, it's not a core functionality. Which modules are you having trouble with, maybe someone here has a solution for you?



39
rowdie
Re: problem with PHP5 and XOOPS 2.0.13.2 - pertaining to session data
  • 2006/6/15 4:09

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Quote:

designbymich wrote:
[...]Is there a plan to fix this?


No there isn't, as this isn't a known issue.

Please submit a report to the sourceforge.net bug tracker, found under the 'Report core bug' link on the left. Include further details of your server environment.

Thanks



40
rowdie
Re: Language problem
  • 2006/6/8 5:28

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Sounds like you've changed encoding.

Your system language values are now in UTF-8 but all your other language files probably use ISO-8859-1. Also if your original _CHARSET value was ISO then your data in the database will be wrong for the UTF-8 character set as well.

To fix it you need to go back to using the original encoding.

The quickest solution would be to restore your original language files. Another option could be to find ISO-8859-1 language files from the official Spanish support site - they seem to be using ISO-8859-1 for their site, so I expect they offer it for download too.




TopTop
« 1 2 3 (4) 5 6 7 ... 62 »



Login

Who's Online

194 user(s) are online (117 user(s) are browsing Support Forums)


Members: 0


Guests: 194


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits