Works charmlessy.
The only thing I saw was a problem with spartacus and to install some plugins, not all plugins where displayed.
Hopefully they will be updated after I installed the manually.
Thanks Garvin for the help, and the hint to update or transfer something is to find here:
http://blogglob ...
Search found 216 matches
- Tue Oct 16, 2012 1:17 pm
- Forum: Installation
- Topic: Permalinks not regenrated as mentioned in configuration.inc.
- Replies: 16
- Views: 39124
- Tue Oct 16, 2012 12:27 pm
- Forum: Installation
- Topic: Permalinks not regenrated as mentioned in configuration.inc.
- Replies: 16
- Views: 39124
Re: Permalinks not regenrated as mentioned in configuration.
Got an Error:
CREATE TABLE serendipity_suppress(
ip varchar( 64 ) default NULL ,
scheme varchar( 5 ) ,
host varchar( 128 ) ,
port varchar( 5 ) ,
path varchar( 255 ) ,
query varchar( 255 ) ,
last timestamp NOT NULL
) CREATE INDEX url_idx ON serendipity_suppress(
host,
ip
);
MySQL meldet:
#1064 ...
CREATE TABLE serendipity_suppress(
ip varchar( 64 ) default NULL ,
scheme varchar( 5 ) ,
host varchar( 128 ) ,
port varchar( 5 ) ,
path varchar( 255 ) ,
query varchar( 255 ) ,
last timestamp NOT NULL
) CREATE INDEX url_idx ON serendipity_suppress(
host,
ip
);
MySQL meldet:
#1064 ...
- Tue Oct 16, 2012 10:22 am
- Forum: Installation
- Topic: Permalinks not regenrated as mentioned in configuration.inc.
- Replies: 16
- Views: 39124
Re: Permalinks not regenrated as mentioned in configuration.
Can you check your serendipity_permalinks database table? This should hold a list of all existing permalinks, and they should be in the new format (without ID)?
LOL, do you believe when I'm tellin you that there's no table in the DBMS called like that?
I ment, that was the first instance I've had ...
LOL, do you believe when I'm tellin you that there's no table in the DBMS called like that?
I ment, that was the first instance I've had ...
- Mon Oct 15, 2012 3:33 pm
- Forum: Installation
- Topic: Permalinks not regenrated as mentioned in configuration.inc.
- Replies: 16
- Views: 39124
Re: Permalinks not regenrated as mentioned in configuration.
btw this time it could not write .htaccess and I should paste this one in:
# BEGIN s9y
ErrorDocument 404 /index.php
DirectoryIndex /index.php
php_value session.use_trans_sid 0
php_value register_globals off
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteRule ^serendipity_admin.php ...
# BEGIN s9y
ErrorDocument 404 /index.php
DirectoryIndex /index.php
php_value session.use_trans_sid 0
php_value register_globals off
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteRule ^serendipity_admin.php ...
- Mon Oct 15, 2012 3:31 pm
- Forum: Installation
- Topic: Permalinks not regenrated as mentioned in configuration.inc.
- Replies: 16
- Views: 39124
Re: Permalinks not regenrated as mentioned in configuration.
ATM it is the normal version.
Permalink-Struktur für die Artikel-URLs
Legt die relative URL-Struktur fest (beginnend mit der Stamm-URL), mit der normale Artikel dargestellt werden. Die Variablen %id%, %title%, %day%, %month%, %year% und alle anderen normalen Zeichen sind möglich.
archives/%id ...
Permalink-Struktur für die Artikel-URLs
Legt die relative URL-Struktur fest (beginnend mit der Stamm-URL), mit der normale Artikel dargestellt werden. Die Variablen %id%, %title%, %day%, %month%, %year% und alle anderen normalen Zeichen sind möglich.
archives/%id ...
- Mon Oct 15, 2012 2:00 pm
- Forum: Installation
- Topic: Permalinks not regenrated as mentioned in configuration.inc.
- Replies: 16
- Views: 39124
Re: Permalinks not regenrated as mentioned in configuration.
Hi!
Please post your full .htaccess and your URL (I get a 403 on http://s.teiko.org/)?
Regards,
Garvin
Sorry,, tried something, should work now with http://s.teiko.org
my .htaccess:
# BEGIN s9y
ErrorDocument 404 /index.php
DirectoryIndex /index.php
php_value session.use_trans_sid 0
php_value ...
Please post your full .htaccess and your URL (I get a 403 on http://s.teiko.org/)?
Regards,
Garvin
Sorry,, tried something, should work now with http://s.teiko.org
my .htaccess:
# BEGIN s9y
ErrorDocument 404 /index.php
DirectoryIndex /index.php
php_value session.use_trans_sid 0
php_value ...
- Mon Oct 15, 2012 11:21 am
- Forum: Installation
- Topic: Permalinks not regenrated as mentioned in configuration.inc.
- Replies: 16
- Views: 39124
Re: Permalinks not regenrated as mentioned in configuration.
Okay, I thought the old ones would be converted too.
So that's my fault, I cheered too soon.
I tired the rewrite rule and it had no affect.
With RewriteRule archives/[0-9]+\-(.+) /archives/$1 [L,QSA,R=302] I allready have the ID in it
Chris
So that's my fault, I cheered too soon.
I tired the rewrite rule and it had no affect.
With RewriteRule archives/[0-9]+\-(.+) /archives/$1 [L,QSA,R=302] I allready have the ID in it
Chris
- Mon Oct 15, 2012 11:11 am
- Forum: Installation
- Topic: Permalinks not regenrated as mentioned in configuration.inc.
- Replies: 16
- Views: 39124
Re: Permalinks not regenrated as mentioned in configuration.
Regenrated a new .htaccess and then tried to change the archives-URL.
Same behaviour.
Answere is
Keine Einträge vorhanden
Pagination
Seite 1 von 1, insgesamt 0 Einträge
New one is http://s.teiko.org/archives/RASBMC-XBox-Remote-hacking.html
Norm URL is http://s.teiko.org/archives/999-RASBMC-XBox ...
Same behaviour.
Answere is
Keine Einträge vorhanden
Pagination
Seite 1 von 1, insgesamt 0 Einträge
New one is http://s.teiko.org/archives/RASBMC-XBox-Remote-hacking.html
Norm URL is http://s.teiko.org/archives/999-RASBMC-XBox ...
- Mon Oct 15, 2012 10:29 am
- Forum: Installation
- Topic: Permalinks not regenrated as mentioned in configuration.inc.
- Replies: 16
- Views: 39124
Re: Permalinks not regenrated as mentioned in configuration.
I switched back from jekyll to S9Y
and at the moment it is http://s.teiko.org
so I would like to use the same structure as bevor without ids.
and at the moment it is http://s.teiko.org
so I would like to use the same structure as bevor without ids.
- Mon Oct 15, 2012 9:54 am
- Forum: Installation
- Topic: Permalinks not regenrated as mentioned in configuration.inc.
- Replies: 16
- Views: 39124
Permalinks not regenrated as mentioned in configuration.inc.
Hi,
I tried to change the permalinks of the articles ( archives/%id%-%title%.html) to (archives/%title%.html) and hopefully hoped that they will be regenerated.
Have had a look in include/admin/configuration.inc.php
if (serendipity_checkPermission('siteConfiguration') && serialize($permalinkOld ...
I tried to change the permalinks of the articles ( archives/%id%-%title%.html) to (archives/%title%.html) and hopefully hoped that they will be regenerated.
Have had a look in include/admin/configuration.inc.php
if (serendipity_checkPermission('siteConfiguration') && serialize($permalinkOld ...
- Sun Oct 14, 2012 7:18 pm
- Forum: Generelles in Deutsch
- Topic: .htacces löschen der ID des Beitrages
- Replies: 1
- Views: 2309
.htacces löschen der ID des Beitrages
Leider hatte ich meine .htaccess nicht in dem Backup mit dabei und nur eine alte Version.
Nutzt Jemand eine .htaccess um
/archives/999-RASBMC-XBox-Remote-hacking.html
in
/archives/RASBMC-XBox-Remote-hacking.html
umzuschreiben?
Würde mich freuen, da ich es leider nicht nachträglich in Serendipity ...
Nutzt Jemand eine .htaccess um
/archives/999-RASBMC-XBox-Remote-hacking.html
in
/archives/RASBMC-XBox-Remote-hacking.html
umzuschreiben?
Würde mich freuen, da ich es leider nicht nachträglich in Serendipity ...
- Fri Sep 30, 2011 4:24 pm
- Forum: Generelles in Deutsch
- Topic: Spartatcus Plugin Cross Site Request Forgery (XSRF)
- Replies: 7
- Views: 5657
Re: Spartatcus Plugin Cross Site Request Forgery (XSRF)
Danke für die Erklärung, nur liegt es nicht an der Fw.
Die hat nur ein kleines Problem mit Ihrer HD. Kenne mich mit FWs sehr Gut, wegen meinem Job aus.
Nur hat mein Android keine Fw und geht über O2 und dort tritt leider das gleiche gebaren auf.
Ich bin am Überlegen ein Backup einzuspielen von ...
Die hat nur ein kleines Problem mit Ihrer HD. Kenne mich mit FWs sehr Gut, wegen meinem Job aus.
Nur hat mein Android keine Fw und geht über O2 und dort tritt leider das gleiche gebaren auf.
Ich bin am Überlegen ein Backup einzuspielen von ...
- Fri Sep 30, 2011 4:01 pm
- Forum: Generelles in Deutsch
- Topic: Spartatcus Plugin Cross Site Request Forgery (XSRF)
- Replies: 7
- Views: 5657
Re: Spartatcus Plugin Cross Site Request Forgery (XSRF)
Also unter Android mit den Browsern Opera, dem direkten OS Brwoser und Dolphin das gleiche verhalten.
Kann ich mir absolut nicht erklären
Kann ich mir absolut nicht erklären
- Fri Sep 30, 2011 3:51 pm
- Forum: Generelles in Deutsch
- Topic: Spartatcus Plugin Cross Site Request Forgery (XSRF)
- Replies: 7
- Views: 5657
Re: Spartatcus Plugin Cross Site Request Forgery (XSRF)
Ich melde mich nochmal, da meine Firewall am sterben ist, werde ich nun eine neue Aufsetzen, wenn das ganze dann nochmals vorhanden ist melde ich mich wieder.
Nicht, dass es jene ist, wobei ich prüfe es gleich nochmal mit meinem Android pur über UMTS
Nicht, dass es jene ist, wobei ich prüfe es gleich nochmal mit meinem Android pur über UMTS
- Fri Sep 30, 2011 3:26 pm
- Forum: Generelles in Deutsch
- Topic: Spartatcus Plugin Cross Site Request Forgery (XSRF)
- Replies: 7
- Views: 5657
Re: Spartatcus Plugin Cross Site Request Forgery (XSRF)
Also ich schaue mal an meinem Squid, aber ich habe dort keine Via header in requests ausgeschaltet.
Opera, google-chrome, Firefox 7.0.2 bringen die gleiche Meldung.
Installed:
60e74f12ec75f62cfd2b2ed958274c01 serendipity_event_spartacus.php
Diff:
diff serendipity_event_spartacus/serendipity_event ...
Opera, google-chrome, Firefox 7.0.2 bringen die gleiche Meldung.
Installed:
60e74f12ec75f62cfd2b2ed958274c01 serendipity_event_spartacus.php
Diff:
diff serendipity_event_spartacus/serendipity_event ...