1
djsherren
Re: Having Trouble Installing xmcontent 0.31on WAMP server
  • 2018/10/3 10:40

  • djsherren

  • Just popping in

  • Posts: 11

  • Since: 2010/11/18


The module is properly installing now. Looks great so far! Thank you very much for the quick fix!

Merci beaucoup!



2
djsherren
Having Trouble Installing xmcontent 0.31on WAMP server
  • 2018/10/3 0:41

  • djsherren

  • Just popping in

  • Posts: 11

  • Since: 2010/11/18


Having a curious problem when trying to install xmcontent 0.31 on a test site on a local WAMP server

In the admin control panel on the 'modules' page when clicking 'Install modules' button to get to the page to select the module to install, an error occurs. The error reports are as follows:

PHP 7.0.0

Error : Error: Call to a member function getHandler() on boolean

PHP 5.6.16

Fatal error: Call to a member function getHandler() on boolean in C:\localhost\testsite\modules\xmcontent\xoops_version.php on line 123

If the xmcontent folder is removed from the site 'modules' folder, then installation of other xoops modules occurs with no errors. However as long as xmcontent is in the folder you can not get past the 'Install modules' to select a module to install without the site having an error.

We have been able to install xmcontent 0.21 on the local server with no issue and are eager to get a look at the latest version. We removed version 0.21 before attempting to install version 0.31. This problem also occurs on a fresh xoops installation which has not had version 0.21 previously installed.

Info on our local server is as follows.

WAMP Server 3.0.0 running on Windows 10 Home, version 1803, 64 bit

XOOPS Version XOOPS 2.5.9
PHP Version 5.6.16 / 7.0.0
mySQL Version 5.7.9
Server API apache2handler
OS WINNT
fsockopen On
post_max_size 50M
max_input_time 60
output_buffering 4096
max_execution_time 120
memory_limit 256M
file_uploads On
upload_max_filesize 50M

Comments and suggestions would be appreciated.



3
djsherren
Re: APCal categories not working?
  • 2018/4/15 23:02

  • djsherren

  • Just popping in

  • Posts: 11

  • Since: 2010/11/18


Mamba,

Thanks for the quick revision. Thought I would share a couple of minor bugs found on initial examination:

Apcal installed successfully but the following error message appeared on installation.

"Template apcal_getCoords.tpl added to the database(ID: 96)
Template apcal_getCoords.tpl compiled
ERROR: Could not insert template apcal_getCoords.tpl to the database."

Not sure what this error indicates.

The google maps display correctly on the monthly calender page and the event entry page but do not display correctly when viewing event detail. The following error message displays:

Oops! Something went wrong.
This page didn't load Google Maps correctly. See the JavaScript console for technical details.


Tinkered with the template that displayed the event detail page, apcal_event_template.tpl and it appears that the map api key has not been assigned a value in this template. Line 51 --- $api_key

When a valid map api key is hard coded into the template file, the map will display properly.

That is all I can get to today. Will dig for more bugs in the next few days.



4
djsherren
Re: APCal categories not working?
  • 2018/4/15 0:34

  • djsherren

  • Just popping in

  • Posts: 11

  • Since: 2010/11/18


Mamba,

Thanks for the feedback and the suggestion on how to watch the repository for changes.

Will give the module another test when the revisions are available.

Dennis



5
djsherren
Re: APCal categories not working?
  • 2018/4/14 12:15

  • djsherren

  • Just popping in

  • Posts: 11

  • Since: 2010/11/18


Can't get past the installation. Getting the following error. Would appreciate advice.

"Error : Error: Class 'ApcalUtility' not found"

Changed the PHP version on my WAMP server from 7.0.0 to 5.6.16 and this more detailed error message came up.

"Fatal error: Class 'ApcalUtility' not found in C:\wamp64\www\testsite\modules\apcal\include\oninstall.php on line 40"

Running WAMP server 3.0.0 as localhost.XOOPS Version XOOPS 2.5.9
PHP Version 7.0.0 / 5.6.16
mySQL Version 5.7.9
Server API apache2handler
OS WINNT
fsockopen On
post_max_size 512M
max_input_time 60
output_buffering 4096
max_execution_time 120
memory_limit 1024M
file_uploads On
upload_max_filesize 1024M



6
djsherren
Re: WTF Shareoholic!
  • 2017/3/22 13:32

  • djsherren

  • Just popping in

  • Posts: 11

  • Since: 2010/11/18


I have it here on my local server as well as test site on Hostgator. Occurs in 2.5.7, 2.5.8 and 2.5.9. Its seen on both xboostrap and a theme that started as xbootstrap and was edited for our own purposes.

I have disabled my sites for now as I have know idea what this is doing besides popping up an annoying advert.

Hope there is an easy solution.



7
djsherren
myalbum 3.08 Beta 1, xoops 2.5.8.1 - a couple of problems
  • 2017/1/23 21:32

  • djsherren

  • Just popping in

  • Posts: 11

  • Since: 2010/11/18


Having some issues with myalbum 3.08 Beta 1 from mamba7x's repository on github

We are running our test site on a local WAMP server on a PC running Windows 10, Xoops 2.5.8.1 and PHP 7.0

The first issue is that the site gives a fatal error when accessing the myalbum module from the main menu in the front end.

Fatal error: Call to undefined function extractSummary() in C:\wamp64\www\SJG2581A\modules\myalbum\class\preview.php on line 134

The myalbum module appears to be functioning well when accessing it through the control panel in the backend.

Just out of curosity we commented out the offending line of code and then were able to access the myalbum module in the front end and on initial examination it is accepting uploads, displaying the photos and categories correctly and not throwing any errors.

Not being a code expert I am not sure where to begin.

The second problem is that any of the myalbum blocks that should display a thumbnail image in the front end are not showing the images due to a malformed link. The blocks are: Random Photo, Recent Photos with thumbs and Top Photos with thumbs.

http://localhost/SJG2581A/uploads/photos//4.jpg

which should be:

http://localhost/SJG2581A/uploads/myalbum/thumbs/4.jpg

Incidentally, the thumbnails show correctly in the back end as well as in the content area of the front end.

So any and all advise and suggestions would be appreciated. We would like to see if we can use myalbum on our new site as we have had myalbum on our site since it when online in 2005 and everyone is familiar with it.

And here is the system overview information from the Control Panel:

XOOPS Version XOOPS 2.5.8.1
PHP Version 7.0.0
mySQL Version 5.7.9
Server API apache2handler
OS WINNT
fsockopen On
post_max_size 8M
max_input_time 60
output_buffering 4096
max_execution_time 120
memory_limit 128M
file_uploads On
upload_max_filesize 2M

Appreciate your efforts on xoops. Our site rebuild is looking better and better and hope to make it a reality before summer.



8
djsherren
Re: 2.5.8 newbb and xoopspoll - having trouble getting these modules to work together
  • 2016/9/17 19:14

  • djsherren

  • Just popping in

  • Posts: 11

  • Since: 2010/11/18


That seems to have done the trick. That will keep us going for now.

Looking forward to further improvements in the future.



9
djsherren
2.5.8 newbb and xoopspoll - having trouble getting these modules to work together
  • 2016/9/14 22:00

  • djsherren

  • Just popping in

  • Posts: 11

  • Since: 2010/11/18


I have installed various combinations of newbb (4.33 RC 12, 4.33 RC 13) and xoopspoll (1.4 RC 2) and I am experiencing the following error message in a pop-up box when trying to submit a vote in a poll created on the forum:

"There was a problem registering your vote. Please try again."

No error messages are created by the debug mode system.

There were some postings on a French language Xoops site on this problem. The postings indicated some data was not properly passed from one module to the other and made some suggestions on editing one of the php files. However at the end of the thread they indicated the problem was unresolved. (late 2014 to mid 2015 timeframe)http://www.frxoops.org/modules/newbb/viewtopic.php?viewmode=compact&topic_id=37252&forum=5

The forum module works well on posting and creating the poll. The poll module works well on creating stand alone poles and recording the votes. I just can't get the poll votes recorded from the forum.

I then tried adding the files from the xoopspoll module extras directory for the 4.3 branch to the newbb module directory. Now I get a fatal error.

Fatal error: Call to undefined function newbb_displayImage() in C:\wamp64\www\SJG34\modules\newbb\viewtopic.php on line 177

Any suggestions would be appreciated.

Other information on the system I am running is:

Local server: WAMP 3.0.0 64 bit
XOOPS Version XOOPS 2.5.8
PHP Version 5.6.16
mySQL Version 5.7.9
Server API apache2handler
OS WINNT



10
djsherren
Re: 2.5.8 White screen when viewing certain user profiles (newbb - User Profile interaction)
  • 2016/9/12 20:42

  • djsherren

  • Just popping in

  • Posts: 11

  • Since: 2010/11/18


Thank you so much for the quick response. That did the trick - the user profiles are now properly displaying for all the users with the User Profile module enabled.

The help was very much appreciated.




TopTop
(1) 2 »



Login

Who's Online

229 user(s) are online (148 user(s) are browsing Support Forums)


Members: 0


Guests: 229


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