Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Messages 'sspmod_casserver_Cas_Ticket_MemCacheTicketStore' is now using namespaces

Open
#39 8 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
php

Research direction

Start by reproducing the warnings in log/simplesamlphp.log while accessing /cas/login, then inspect config/module_casserver.php and the referenced CAS ticket classes. Determine where the outdated class names are selected and verify that the log no longer reports namespace warnings.

Written by the indexing model from the issue text.

Description

Hello!

We are seeing messages like those in the log/simplesamlphp.log file when I access https://my.host.org/cas/login :

The class or interface 'sspmod_casserver_Cas_Ticket_MemCacheTicketStore' is now using namespaces, please use 'SimpleSAML\Module\casserver\Cas\Ticket\MemCacheTicketStore' instead.

 The class or interface 'sspmod_casserver_Cas_Ticket_TicketFactory' is now using namespaces, please use 'SimpleSAML\Module\casserver\Cas\Ticket\TicketFactory' instead.

I would need some help or advice to get rid of them.

I first hoped that I could simply edit the config/module_casserver.php file, but I finally cannot figure how to change it.

All the best,

Dominant language
PHP
Stars
7
Forks
11
Avg merge
10h 31m
Merged PRs (30d)
1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from simplesamlphp/simplesamlphp-module-casserver

All issues in simplesamlphp/simplesamlphp-module-casserver

Similar issues

More PHP issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.