Welcome, Guest
Username: Password: Remember me
Support for Eventlist 1.0.1

For all support requests, please provide your current versions of Joomla, and of the extensions.
  • Page:
  • 1

TOPIC:

[SOLVED] Not working with PHP verson 5.3 10 years 2 weeks ago #8434

Hello,

We upgraded out php version to 5.3 and now our event list is coming up with heaps of errors.




Can someone please help ASAP

Regards

Shannon
Attachments:

Please Log in or Create an account to join the conversation.

Last edit: by Bluefox.

Not working with PHP verson 5.3 10 years 2 weeks ago #8438

hi there,.

let's see what we can do..


about the timezone issue:
- it seems to be related to your php.ini setting. Did look in google and it seems that the timezone has to be set-up. what do you have?

I do have something like:
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = UTC


The ereg issue has been resolved in the v1.02 version.
-> is has to be pregmatch
-> the code in v1.02 is:
// generate Metatags
		$meta_keywords_content = "";
		if (!empty($row->meta_keywords)) {
			$keywords = explode(",",$row->meta_keywords);
			foreach($keywords as $keyword) {
				if ($meta_keywords_content != "") {
					$meta_keywords_content .= ", ";
				}
				if (preg_match("/\[/",$keyword)) {
					$keyword = trim(str_replace("[","",str_replace("]","",$keyword)));
					$buffer = $this->keyword_switcher($keyword, $row, $elsettings->formattime, $elsettings->formatdate);
					if ($buffer != "") {
						$meta_keywords_content .= $buffer;
					} else {
						$meta_keywords_content = substr($meta_keywords_content,0,strlen($meta_keywords_content) - 2);	// remove the comma and the white space
					}
				} else {
					$meta_keywords_content .= $keyword;
				}

			}
		}
		 $document->setMetadata('keywords', $meta_keywords_content );

-> so open the file in notepad
-> change the code
-> upload
(won't respond to PM)
==================================================================
running: pre-alpha JEM 4.x (custom version) + Joomla 4.0.0-beta7 + PHP 7.3

Please Log in or Create an account to join the conversation.

Last edit: by Bluefox.

Not working with PHP verson 5.3 10 years 2 weeks ago #8454

It seems that the problem has been resolved,..
(did take a look at the website, http://www.wind.......org.au)
(won't respond to PM)
==================================================================
running: pre-alpha JEM 4.x (custom version) + Joomla 4.0.0-beta7 + PHP 7.3

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.472 seconds

Donate

If you find JEM useful and if you use it on your site, please consider a donation to the project.

Private Messages

You are not logged in.

Follow us......