User

Welcome, Guest. Please login or register.
Did you miss your activation email?


Login with username, password and session length

Select language:

Community



Donate

Donate for PortaMx !
Your donation is safe and helps support the issues and causes you care most about.

Stats

  • *Total Members: 4038
  • *Latest: loplo

  • *Total Posts: 15704
  • *Total Topics: 2329
  • *Online Today: 16
  • *Most Online: 157
(27 Aug 09, 03:54:53)
  • *Users: 0
  • *Guests: 15
  • *Total: 15

Author Topic: Fehler beim Surfen ?  (Read 1436 times)

0 Members and 1 Guest are viewing this topic.

Offline hartiberlin

  • Charter Member
  • *
  • Posts: 739
  • Gender: Male
    • Free energy research
Fehler beim Surfen ?
« on: 30 Nov 11, 12:56:44 »
Hi,
was können dies für Fehlermeldungen sein ?

Stimmt da irgendwas schon wieder nicht mit dem Cache oder
ist der SQL Server zu langsam oder mal ein paar Sekunden nicht verfügbar ?

Es kommt diese Meldung beim surfen im overunity.de Forum

Warning: require(/mounted-storage/homexxx/sub001/xxxxxxx-GNVW/overunityde/cache/data_82964865fa917d5d365196a137fe4d94-SMF-modSettings.php) [function.require]: failed to open stream: No such file or directory in /mounted-storage/home83c/sub001/sc11940-GNVW/overunityde/Sources/Load.php on line 2713

Fatal error: require() [function.require]: Failed opening required '/mounted-storage/homexxxx/sub001/xxxxxx-GNVW/overunityde/cache/data_82964865fa917d5d365196a137fe4d94-SMF-modSettings.php' (include_path='.:/usr/share/php5/') in /mounted-storage/home83c/sub001/sc11940-GNVW/overunityde/Sources/Load.php on line 2713

==========

Was könnte das sein ?

Danke.

Offline feline

  • CO PortaMx corp.
  • Administrator
  • *
  • Posts: 5242
  • Gender: Female
Re: Fehler beim Surfen ?
« Reply #1 on: 30 Nov 11, 13:23:57 »
Das sieht ganz so aus, als ob du ein Problem mit dem Cache hast.
Zunächst solltest den ordner /cache mal (von Hand) löschen, also alle Dateien exklusive der .htaccess und der index.php löschen.
Die rechte für den ordner sollten auf 755 stehen...
Many are stubborn in relation to the path, a few in relation to the target.

Offline hartiberlin

  • Charter Member
  • *
  • Posts: 739
  • Gender: Male
    • Free energy research
Re: Fehler beim Surfen ?
« Reply #2 on: 01 Dec 11, 01:34:25 »
Habe ich mal gemacht,
im Laufenden Betrieb kommen da aber natürlich sofort wieder neue Dateien
rein. Na mal sehen, ob es was hilft...

Habe das Gefühl dass ich endlich mal den Hoster wechseln muss...

Gruss, Stefan.

Offline hartiberlin

  • Charter Member
  • *
  • Posts: 739
  • Gender: Male
    • Free energy research
Re: Fehler beim Surfen ?
« Reply #3 on: 04 Dec 11, 20:27:47 »
Hmm,
also im Augenblick gibt es einen anderen komischen Fehler,
so dass die Leute bei im Overunity.com Forum keine Links anklicken können,
bzw. alle Links wieder auf die Homepage zurückführen...


Hier mal ein paar Zitate der Fehlermeldungen ( auf Englisch):

Hello Harti,
I have lots of problems to access forum topics. In fact it is a fight to get to posting at all. Whenever I click on a forum link I get back to start page of overunity.com. Obviously many links only lead to the page "www.overunity.com" or "www.overunity.com/#new".

This applies to all kinds of links making it nearly impossible to write anything anymore:
- page number links
- "Go to last post"-link
- reply links
- subject links on the front page
- the links in the column "section" (where the subforum is listed like "mechanic", "gravity devices" etc." WORK, but selecting any topic afterwards results in switching back to the front page again..


Ein Anderer User schreibt:


Just a while ago(20 min) and 2 days ago, when on the home page, if I selected a topic, it would just refresh the home page. No matter what I clicked, other than adds, as I didnt try them.

==================================


Also kann es sein, dass das am Cache liegt ?

Was ist, wenn ich den Cache im SMF ganz ausschalte ?

Gibt es dann Probleme mit PortaMX, weil dann nichts mehr gecacht wird ?

Oder was könnte ich noch machen oder ausprobieren ?

Es tritt auch mit allen Browsern auf, nicht nur mit Firefox und auch
an einem Mac Computer mit Safari...

Danke.


Gruss, Stefan.

Offline feline

  • CO PortaMx corp.
  • Administrator
  • *
  • Posts: 5242
  • Gender: Female
Re: Fehler beim Surfen ?
« Reply #4 on: 05 Dec 11, 13:44:28 »
Ich habe mal ein paar der links getestet .. keine Probleme, alles ok.
Zum cache kann ich nichts sagen .. file cache ist nun nicht erste wahl.
Aber wenn du das komplett abschaltest wird auch von PortaMx nicht mehr cached, das kann bei aktivem SEF den Seitenaufbau stark verlangsamen. Ich würde da eher mal über einen vernünftigen Server nachdenken, wo du z.B. apc cache verwenden kannst.
Many are stubborn in relation to the path, a few in relation to the target.

Offline hartiberlin

  • Charter Member
  • *
  • Posts: 739
  • Gender: Male
    • Free energy research
Re: Fehler beim Surfen ?
« Reply #5 on: 12 Dec 11, 00:54:18 »
Habe das Problem eben wieder selber gehabt.

Es lag irgendwie am Cache.

Als ich den Cache gecleared habe, dann waren die Links wieder in Ordnung.

Es betrifft diesen Block auf meiner Homepage:

Code: [Select]
global $context;
global $settings;
global $scripturl;
global $txt;
$what=ssi_recentTopics('50', NULL, 'array');

echo '<table border="0" width="100%" cellspacing="1" cellpadding="2" class="bordercolor">';
echo '<tr class="catbg3"><td align="center">Subject</td><td align="center">Board</td><td align="center">Member</td><td align="center">Date & Time</td></tr>';

$bg=0;
foreach ($what as $topic)
  {
    echo '<tr>';
    if ($bg == 0) {
      echo '<td class="windowbg" valign="middle">';
      $bg = 1;
    }
    else {
      echo '<td class="windowbg2" valign="middle">';
      $bg = 0;
    }
    echo $topic['link'];
    // Is this topic new? (assuming they are logged in!)
    if (!$topic['new'] && $context['user']['is_logged'])
      echo '<a href="', $scripturl, '?topic=', $topic['topic'], '.from', $topic['time'], '#new"><img src="', $settings['images_url'], '/', $context['user']['language'], '/new.gif" alt="New', $txt['new'], '" border="0" align="right", valign="absmiddle"/></a>';
      echo '</td><td class="windowbg2" valign="middle" >', $topic['board']['link'], '</td>';
      echo '</td><td class="windowbg2" valign="middle" >', $topic['poster']['link'], '</td><td class="windowbg2" valign="middle" >';
      if ($settings['images_url'] != $settings['theme_url'] . '/images' || file_exists($settings['theme_dir'] . '/images/icons/last_post.gif'))
      echo '<a href="', $topic['href'], '"><img src="', $settings['images_url'], '/icons/last_post.gif" alt="', $txt['last_post'], '" title="', $txt['last_post'], '" border="0" style="float: right;" /></a>';
      echo '<span class="smalltext">', $topic['time'], '</span></td></tr>';
  }

echo '</table>';

den ich mal von Dir als Recent Topics bekommen hatte...

Also irgendwie werden da die Links nicht mehr richtig angezeigt, wenn irgendwie
der Cache ausrastet...
Löschen des Caches hat es dann wieder gelöst...

Gruss, Stefan.

Offline feline

  • CO PortaMx corp.
  • Administrator
  • *
  • Posts: 5242
  • Gender: Female
Re: Fehler beim Surfen ?
« Reply #6 on: 12 Dec 11, 16:30:43 »
Könnte ein generelles Problem mit deinem cache sein.
Auf der anderen Seite sind die SMF eigenen cache routinen nicht die allerbesten, es fehlt z.B. ein "Write-check", das habe ich schon lange bemängelt, wurde aber für SMF 2.1 vertagt:

Quote from: MantisBT
0004353: cacheLanguage() don't have a write check
On cacheLanguage (Rev 10002) the write check is missing, so a full directory is not detected.
See this Topic: http://www.simplemachines.org/community/index.php?topic=390913.0
Additional we have to check/fix slash/backslash in the path
Many are stubborn in relation to the path, a few in relation to the target.