Main menu

Forum


× Help Forum English

[SOLVED] Upcoming Event Page messed up and with php errors

  • andex
  • Topic Author
  • New Member
  • New Member
More
10 years 11 months ago #3794 by andex
Hi ichbins,

I did the same but what I have noticed is the title and links of each events vanished and only the catagory is visible, do you still can see event titles and their links? Which template do you use?

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

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
10 years 11 months ago - 10 years 11 months ago #3795 by Lyr!C
My code for page class suffix, is as it is in Joomla core files, but i've may have introduced an error in default file, and should be better like this :
<div id="icagenda<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">


To ichbins : <div id="icagenda"><?php echo $this->pageclass_sfx?> has no sense ;-)

Latest version : iCagenda 3.9.3
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File Attachment:

Last edit: 10 years 11 months ago by Lyr!C.
The following user(s) said Thank You: ichbins, andex

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

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
10 years 11 months ago #3796 by Lyr!C
In fact, after test, the problem is on local, but with my edit above, it is now adding page class suffix as it should be.

I'm waiting for your feedback, and if it's okay for you, and now working, i will add a new release 2.1.13 today to fix that issue!

(this is because fo site template using page class suffix i think... but in local or online, when error reporting on yes or developpement, there's a problem, but no problem if set on default or no)

And apologies : there was a wrong code in default file (but good in event and registration files) B)

Latest version : iCagenda 3.9.3
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File Attachment:

The following user(s) said Thank You: ichbins

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

  • ichbins
  • New Member
  • New Member
More
10 years 11 months ago #3800 by ichbins
Hi Lyr!C (nice wordplay),

:oops: :whistle: ... that's the reason, why i'm not a programmer.

I tested your code and it works fine (with more sense) ;-).

Using jooomla 2.5.11; Error reporting is set to "on".

I'm using the template "Mx_joomla52" from mixwebtemplates.com.


Thanks a lot!
cheers ichbins

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

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
10 years 11 months ago #3802 by Lyr!C
So, it is working now, with the correction, and error reporting set on "on" ?

Latest version : iCagenda 3.9.3
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File Attachment:

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

  • ichbins
  • New Member
  • New Member
More
10 years 11 months ago - 10 years 11 months ago #3803 by ichbins
...if we talk about the same error reporting ...
in joomla Site / systeminformation / php settings ... display errors = "on"

it works fine without any message, and the display is like it should ;-)

but maybe you wait for an answere from "andex", because he was the opener of the thread.
Last edit: 10 years 11 months ago by ichbins.

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

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
10 years 11 months ago #3804 by Lyr!C
Okay!

Thanks, it's ok for you!

Yes, i'm waiing too for andex test, to be sure the change to fix this issue is the good one! (i think so!)
And to add an new release to fix this for all users ;-)

Latest version : iCagenda 3.9.3
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File Attachment:

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

  • andex
  • Topic Author
  • New Member
  • New Member
More
10 years 11 months ago - 10 years 11 months ago #3807 by andex
:woohoo: :) The problem is solved! The event list page is working perfectly! All the errors mentioned on the first posts are gone!

Lyr!!!!C, thank you very much for the support. New version will be awesome too! I just need rush to joomla extension directory now to give the deserved 5 stars!

Update, just faced one weird problem. Previously I added icalandar event list css on the custom.css file. Now when I removed that thinking that the css will load with no problem, the css didn't load but the php error and didn't re-appear. So for now, to get away from the problem, I just kept the the event list css styles in my custom.css.
Last edit: 10 years 11 months ago by andex.

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

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
10 years 11 months ago #3809 by Lyr!C
Nice, and thanks ! ;-)

I will add tomorrow an update 2.1.13 with the fix included.

andex wrote: Update, just faced one weird problem. Previously I added icalandar event list css on the custom.css file. Now when I removed that thinking that the css will load with no problem, the css didn't load but the php error and didn't re-appear. So for now, to get away from the problem, I just kept the the event list css styles in my custom.css.


What do you mean by "custom.css" ? A theme css for component css in your site template css ?

Latest version : iCagenda 3.9.3
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File Attachment:

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

  • andex
  • Topic Author
  • New Member
  • New Member
More
10 years 11 months ago #3811 by andex

Lyr!C wrote: Nice, and thanks ! ;-)

I will add tomorrow an update 2.1.13 with the fix included.
What do you mean by "custom.css" ? A theme css for component css in your site template css ?

You are most welcome! Thumbs up for the update! Is the current latest version 2.1.11 or 2.1.12?

Yes, that is right, yootheme has custom.css, which overrides all other css files. They are located in templates/yoo_theme/css folder.

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

Moderators: Lyr!C
Time to create page: 0.140 seconds

Follow Us

Create your Joomla templates with Template Creator CK

acymailing logo new