DezineJunkie, did you ever get this straightened out? I seem to be having the same problem. Any advice would be greatly appreciated.
DezineJunkie, did you ever get this straightened out? I seem to be having the same problem. Any advice would be greatly appreciated.
Yippee!I found a solution for the display problem in the Apple Zen template.
Problem: When I clicked on an event to view details, all of the side boxes displayed on the left, below the details. Finally realized, it was because the table was taking up all three columns in the template.
Solution: Open up includes/templates/apple_zen/templates/tpl_events_calendar_default.php. On line 64 change:
<table border="0" width="100%" cellspacing="3" cellpadding="3" align="left">
to
<table border="0" width="80%" cellspacing="3" cellpadding="3" align="left">
Now the sideboxes should display in the right column!
Oh happy day. I had a moment of clarity.
Is anyone using this in 1.3.8?
It seemed to install for me OK. I have a few funky layout issues to resolve, but should be able to sort that out.
The bigger issue is that when try to add an event, there is no button for me to save my new event, and there is an error on the screen, towards the bottom right of the link area, and then nothing beyond that. I have two pop-up menus in my link area (Manufacturers and Categories) and then the error.
The error is
Any thoughts?Code:Fatal error: Cannot use string offset as an array in /home/user/public_html/admin/includes/classes/table_block.php on line 77
Ps. This is a php 5 server. That smacks of a php 4 vs 5 issue.
Last edited by verdon; 25 Jun 2008 at 08:00 PM. Reason: postscript
I was using 1.3.8 also. I am not sure what part i did wrong. I was forced to delete the entire upload to get access back into the admin side. I didnt copy the error code, just stated some fatal error from ._events_manager.php
so again, should i not be uploading the files with the ._ before the file name?
http://www.fusionspiritualemporium.com
Contrib: Events Calender v1.02 update
ok i finally got it to allow me into the admin area. i also changed all the comment sections and it worked. but now i am getting another error when i get into the admin area.
Parse error: syntax error, unexpected T_VARIABLE in /home2/fusionsp/public_html/admin/includes/boxes/extra_boxes/calendar_extras_dhtml.php on line 1
here is the file:
PHP Code:<?php
/** +---------------------------------------------------------------------- */
/** zen-cart Open Source E-commerce */
/** ---------------------------------------------------------------------- */
/** Copyright (c) 2003 The zen-cart developers */
/** */
/** http://www.zen-cart.com/index.php */
/** */
/** Portions Copyright (c) 2003 osCommerce */
/** --------------------------------------------------------------------- */
/** This source file is subject to version 2.0 of the GPL license, */
/** that is bundled with this package in the file LICENSE, and is */
/** available through the world-wide-web at the following url: */
/** http://www.zen-cart.com/license/2_0.txt. */
/** If you did not receive a copy of the zen-cart license and are unable */
/** to obtain it through the world-wide-web, please send a note to */
/** [email protected] so we can mail you a copy immediately. */
/** ---------------------------------------------------------------------- */
/** $Id: events_manager.php 2007-07-10 [email protected] */
$za_contents[] = array('text' => BOX_TOOLS_EVENTS_MANAGER, 'link' => zen_href_link(FILENAME_EVENTS_MANAGER, '', 'NONSSL'));
?>
http://www.fusionspiritualemporium.com
Contrib: Events Calender v1.02 update