Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - virtualweb

Pages: [1]
1
Older versions / SOLVED: Fatal Error after Upgrade 1.5.3 -> 1.6
« on: December 11, 2009, 07:13:19 am »
After the manual Upgrade, OpenGoo isn't working anymore. After login only the Header and Footer is visible but no Tabs or Content.

In the HTML Source is visible, what the error is:

og.loggedUserHasEmailAccounts = <br />
<b>Fatal error</b>:  Call to undefined method User::hasEmailAccounts() in <b>/var/www/web11/web/opengoo-1.6/application/layouts/website.php</b> on line <b>209</b><br />

Line 209 contains this line of code:
og.loggedUserHasEmailAccounts = <?php echo logged_user()->hasEmailAccounts() ? 'true' : 'false' ?>;

---

SOLVED - after deleting the files of the /cache folder everything is working fine. Maybe it should be described in the upgrade instructions.

2
Deutsch / Bei Upload von Dokumenten kommt "Failed to upload file."
« on: December 04, 2009, 08:12:43 am »
Hi,

seltsames Phänomen bei OpenGoo 1.5.3: normalerweise gibt es beim Upload keine Probleme (bei mir).

2 Partner auf anderen Rechnern (einmal Mac+XP einmal WinXP+Firefox) können jedoch keine Dokumente raufladen, es erscheint lediglich der Fehler "Failed to upload file."

Debugging ist aktiviert, wird jedoch nichts ins Logfile geschrieben. Verzeichnisse ./tmp und ./upload haben 777.

Jemand eine Ahnung, wo hier der Haken liegen könnte?

Pages: [1]