Search found 7 matches

by Piata
Sun Apr 26, 2020 4:30 pm
Forum: General discussions
Topic: Reseting admin password
Replies: 3
Views: 18834

Re: Reseting admin password

Thanks for the reply! I ended up creating a php file with the following: <?php $username = "admin-username"; $password = "newpassword"; include 'serendipity_config.inc.php'; echo serendipity_db_query("UPDATE {$serendipity['dbPrefix']}authors SET password = '" . serendip...
by Piata
Sun Apr 19, 2020 8:48 pm
Forum: General discussions
Topic: Reseting admin password
Replies: 3
Views: 18834

Reseting admin password

I have access to SFTP and the DB. What's the easiest way to reset my password?

I tried encrypting a new password with bcrypt and dropping it into the DB but that doesn't appear to work.

It's surprisingly hard to find any recent information about this subject.
by Piata
Sun Apr 19, 2020 7:48 pm
Forum: Plugins
Topic: serendipity_event_metadesc not generating meta description
Replies: 1
Views: 23264

serendipity_event_metadesc not generating meta description

I have serendipity_event_metadesc and serendipity_event_social installed on my blog. serendipity_event_social correctly generates the description like so: <meta property="og:description" content="entry description text"/> But serendipity_event_metadesc outputs the meta descriptio...
by Piata
Tue Jan 09, 2007 6:18 am
Forum: General discussions
Topic: Getting errors with smarty php include
Replies: 2
Views: 2173

Ugh. Thanks. Never seen that error before so wasn't sure about it.
by Piata
Sun Jan 07, 2007 5:21 pm
Forum: General discussions
Topic: Getting errors with smarty php include
Replies: 2
Views: 2173

Getting errors with smarty php include

I have a simple PHP include that lists the most recent forum posts from phpBB. Since my servers last SQL update, I get this string of errors: Warning: include(): URL file-access is disabled in the server configuration in /hsphere/local/home/lexingto/skatenewspot.com/templates/sns2/config.inc.php on ...
by Piata
Wed Sep 21, 2005 3:24 am
Forum: Installation
Topic: 0.7.1 to 0.8.4 Upgrade
Replies: 18
Views: 10396

I was using v0.7.3, upgrading to v0.8.4.

Only the database was carried over to the new host. I put all the files for v0.8.4 in the appropriate directory, ran it, said it didn't need to create the DB because it was already there and then index.php brings up the same error as the thread starter had.
by Piata
Tue Sep 20, 2005 7:45 pm
Forum: Installation
Topic: 0.7.1 to 0.8.4 Upgrade
Replies: 18
Views: 10396

Hiya, I'm having the same problem, except I switched servers and I'm migrating my db to a new host and figured I'd start fresh with the latest version. Where can I find the SQL to update my DB? I'd rather not attempt another re-install and changing things with SQL should take a whole 5 seconds. I ca...