8221
olivee
Re: Admin interface for theme
  • 2014/2/18 0:15

  • olivee

  • Just popping in

  • Posts: 24

  • Since: 2014/1/28







8222
pupfish2
Re: Fatal error: Class 'XoopsErrorHandler'
  • 2014/2/17 22:44

  • pupfish2

  • Just popping in

  • Posts: 2

  • Since: 2014/2/17


I've run into a similar error.

Our website is http://www.sfbaka.net and it's been stable for many years.
Just recently, we are getting this error message:

*Fatal error*: Class 'XoopsErrorHandler' not found in*/home/sfbaka/public_html/class/database/databasefactory.php*on line*30*


We're on Xoops 2.0.13
cpsrvd 11.38.2.17
MySQL version 5.0.96
php version: 4.0.5

We didn't experience any hosting outage as far as I know. I can still login to the cpanel on our site and our gnu mailing list is working just fine, so the bug seems to be specific to the xoops package.

Any tips to fix this would be much appreciated (and we are working on upgrading

Thanks.



8223
Thuto
Unable to install Xoops, Please help
  • 2014/2/17 20:35

  • Thuto

  • Just popping in

  • Posts: 1

  • Since: 2014/1/22


Hi guys

I'm trying to install xoops on a local machine so that I can begin building up my module. I have already installed my apache server, php and mysql. When trying to connect to xoops, I get this errorr. "Acces Forbidden", I have given a all my drives permissions.




8224
Mamba
Re: EXTGALLERY - Suggested fix for problem when downloading original image
  • 2014/2/17 14:26

  • Mamba

  • Moderator

  • Posts: 11468

  • Since: 2004/4/23


Tom, nice catch!

It will be added to SVN (see this response)
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs



8225
redheadedrod
Re: Delphi ans Xoops

It should be mentioned that you would need a database that is compatible with PHP. MOST common databases are compatible but if your applications are using a specific not common database it may not be possible if there is not a PHP connector for it. Regardless this would require an application written from scratch and depending on what you want it to do could become complex and expensive if someone does this for you.

I just did a quick search and did not see much mention. Can you provide a link to the system you are using so we can better point you in the right direction?

My initial suggestion is that it will require a programmer to write from scratch but not knowing what your programs have as components makes it very difficult to make a call here.

I did see a mention of something about lutece being XML based but it really is a shot in the dark without knowing more information.

Rodney



8226
redheadedrod
Re: Keeping some Formulize compatibility

Mamba is correct. There is a function in the old MySQL driver that was not included in the xoops connector that isn't supported in Doctrine so Richard added it for legacy reasons to both. So if you try to run the latest code from the github you MAY have to either run the full 2.5.7 code base or if you are not comfortable with that just copy over the file from 2.5.7 to your 2.5.6 and over write the old file found in the same location.

class/database/mysqldatabase.php

From your base directory. (Found in the htdocs in the svn)



8227
Mamba
Re: Extgallery nightmares...
  • 2014/2/17 12:12

  • Mamba

  • Moderator

  • Posts: 11468

  • Since: 2004/4/23


Quote:
I see the original file is saved on the server. But still the medium image (that file is used when viewing images online) will be downloaded when you click "download original".

1) I've tested Tom's solution and it seems to be working just fine, so I'll include it in the next update.

2) The issue what you have, is probably because you might not set the Permissions correctly.

There are two relevant permissions:

Can download pictures (needed to see the link to download)
Can download original pictures (needed for download of the original picture)

If you set only the first, user will have the download link visible, but be able to download only the "medium" picture. To download the original, the user needs both permissions set.

The bug was that if you uploaded a smaller picture than the default, it didn't set in the database the flag for "photo_havelarge".

Unfortunately, the original download routine was testing for this flag, and if the picture didn't have it, you would always get only the "medium" picture, even if you had permission to download original picture.

Tom's suggested fix solves the issue, i.e.:

a) if you have permission to original picture download, you'll get it, regardless of the size
b) if you don't have the permission, extGallery will check for the flag "photo_havelarge" and if set, it will get you the "large" picture, and if not, you'll get the "medium" picture.

So go ahead, use Tom's fix, set both the permissions, and then upload a small picture and see if it works.

And I'll commit the fix to SVN
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs



8228
Mamba
Re: today and yesterday under 2.5.6
  • 2014/2/17 10:25

  • Mamba

  • Moderator

  • Posts: 11468

  • Since: 2004/4/23


OK, the mystery is solved. PHP developers added "e" to the list of Escaped characters in PHP 5.4

Very nice catch! Thank you!

It's been now fixed in SVN
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs



8229
Mamba
Re: Delphi ans Xoops
  • 2014/2/17 9:27

  • Mamba

  • Moderator

  • Posts: 11468

  • Since: 2004/4/23


Yes, assuming that the Delphi application has a database that can be accessed from the Web, you could build a XOOPS module capable of accessing it, if that's what you're looking for.
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs



8230
veronicapurg
Re: Delphi ans Xoops

I know... but I think: It's possible an integration with Delphi Application.

How to make this integration?

Thank you.




TopTop
« 1 ... 820 821 822 (823) 824 825 826 ... 29446 »



Login

Who's Online

237 user(s) are online (162 user(s) are browsing Support Forums)


Members: 0


Guests: 237


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Nov 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits